Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Browsing all 8411 articles
Browse latest View live

Windows Azure IaaS Deployment Methodology with PowerShell Part Two:...

In Part One, I showed you important artifacts in Windows Azure IaaS. Why they are needed and the sequence to create and deploy them. To better manage all resources in a deployment, my best practice is...

View Article


Windows Azure IaaS Deployment Methodology with PowerShell Part One

This blog post series is to examine key Windows Azure IaaS concepts and deployment methodology. Part One presents the artifacts which together constitutes an IaaS deployment by walking through a...

View Article


Is it possible to pass an array of filter criteria to ldap filter?

What I'm trying to do is set the filter criteria in the script below.  Instead of having: $strFilter =...

View Article

Enter-PSSession does not work

Hello everyone, I connect to a remote server using powershell when the following error: Enter-PSSession: connect to remote server failed with the error message is as follows: WS-Management service can...

View Article

Extracting values only from PSObject

Hello AllIf there an easier way than the following to get just the values from a PSCustom object? $obj=New-Object psobject -Property @{'name'='ernie''age'= 47}$obj | gm -MemberType NoteProperty | %...

View Article


Need Help with Combo Box Display of Selected Value

I am looking for a way to display a selected value (i.e., "Peter") in a combo box upon form load with PowerShell. When the form loads, the combo box is blank. Also, I don't think my code is very...

View Article

A newbie question about the default startng directory

I installed PowerShell onto my Vista system a couple of years ago and am just now getting around to learning how to use it. I am starting with the online tutorial at TechNet: "Getting Started With...

View Article

PowerShell V4 Desired State Configuration – My Precio… ops… Desired !!!!!

So far what i am reading about PowerShell V4 what most interested me was DSC or Desired State Configuration.In simple words, DSC it is a HUGE (probably it will be) INI file that you can setup rather...

View Article


Release: AWS Tools for Windows PowerShell 1.1.12

Download the latest AWS Tools for WindowsRead More

View Article


Enable single user for UM using PowerShell

Pre-requisites to perform below steps:Read More

View Article

Citrix Partner Hubbub: “Attend the free Citrix webinar on troubleshooting...

The Citrix XenDesktop PowerShell SDK is the foundation for all interactions with a XenDesktop database and is the same SDK used by Desktop Studio.This deep dive session delivered by Shaun Wendland will...

View Article

Configure SharePoint 2013 Farm with PowerShell

A little PowerShell script that I often use while setting up my demo environments. There is more addition to this coming…For sake of sanity… there is a zip file attached to this post with the ps1 file...

View Article

Using RunAs fails

I need to run an .EXE as Administrator.   Start_Process powershell -verb runas /user:administrator $ccmsetup $ cmswitch -Wait When I run this I get the following error.Start-Process : A positional...

View Article


parsing xml questions

I have an xml file, test.xml that looks like this:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><PLS Version="2.0" Title="DocTitle"><Record><Field...

View Article

PowerShell 4.0 A First Look!

I have to admit, I am getting into PowerShell deeper and deeper lately and I truly believe MS has decided this is the way they are going to administer systems from now on. Gone seem to be the days of...

View Article


PowerShell for Windows Admins

There’s an announcement from the team producing PowerShell help that most of the help for PowerShell 4.0/Windows 8.1/Windows 2012 R2 is complete.You can see the latest versions of the help files...

View Article

Image may be NSFW.
Clik here to view.

SCOM 2012 R2 – New PowerShell Cmdlets

I like to play around with PowerShell and I am always looking for new cmdlets Microsoft creates for us. Isn’t it like getting Christmas gifts all the time ? Today I wanted to find out if there are any...

View Article


Quick Tip: Create an easily accessible PowerShell 3.0 Help system

If you are using or are just beginning to use PowerShell, chances are that you've been on a few Google expeditions to learn how to use the various commands available in PowerShell. While that is all...

View Article

Notify DisplayName Change and Email it

All,I am working on a Script which will have to notify if DisplayName is changed.Below is the steps that i want my script to be doing.1.       We are maintaining a BaseFile which will store the...

View Article

Creating seperate txt files for each row retrieved from SQL statement

Hello This is my first post. I am pretty new to Powershell and wondered if anybody can help!. I have this code which needs to write each row from the SQL query to a serperate txt file. The problem I...

View Article
Browsing all 8411 articles
Browse latest View live