PowerShell web cast by Don Jones
Posted by: Richard Siddaway
Combining Output from Multiple Sources
Webcast: Combining Output from Multiple Sources REGISTER NOW
July 6, 2011, 12pm CST
Presented by: Don Jones
Learn how...
Webcast: Combining Output from Multiple Sources REGISTER NOW
July 6, 2011, 12pm CST
Learn how...
My codeplex project publishing PowerShell Admin Modules (PAM) is discussed in this post
As promised on the Live Meeting the slides and scripts are now available at
The UK PowerShell group will be presenting a Live Meeting – Tuesday 26 July 2011 @ 7.30pm BST
Subject – PowerShell Remoting
More details to follow
The rescheduled UG session (via Live Meeting) on using Office products with PowerShell is tomorrow. Details from
Yesterday I was looking at changing a Network connection id (the name that shows in Network and Sharing Center when you look at the adapters). I kept getting an error – either COM or number of arguments depending if I was running locally or remotely.
I eventually realised that I must...
Do you know which accounts are used to start the services running on your machines? if you need this information try:
Get-WmiObject -Class Win32_Service | select Name, DisplayName, StartName
For a remote machine this becomes
Get-WmiObject -Class Win32_Service...
In this post
I had the pleasure of meeting Microsoft’s Scripting Guy, Ed Wilson and his charming wife at the recent PowerShell Deep Dive. As well as being very nice guy Ed also has a huge depth of knowledge on scripting in general and PowerShell in particular. His
A loop is used to repeat one or more commands a certain number of times or while a condition is true. There are a number of ways of generating a loop in PowerShell. These examples show the basic structure of each loop type.
1![]()
0 Comments
RSS Feed
Email a friend