Articles

PowerShell articles, tutorials, and guides from community experts.

Richard Siddaway

Advanced Functions webcast

Quick reminder that the UK PowerShell group is hosting a Live Meeting webcast on PowerShell Advanced functions tomorrow ““ details from http://richardspowershellblog.wordpress.com/2013/02/18/uk-powershell-groupadvanced-functions/

Richard Siddaway

New book

My latest book has been released on the Manning Early Access Program (MEAP). Active Directory Management in a Month of Lunches takes the newcomer to AD through the tasks they need to perform to manage their organization"™s AD. it assumes no knowledge of AD and shows how to perform the common …

Don Jones
Announcements

VERIFIED EFFECTIVE for PowerShell 3.0 Toolmaking now live

It’s now available globally. I suggest downloading the Program Guide, which includes the agreement and directions for enrolling. There’s also a specific guide for the PowerShell 3.0 Toolmaking examination, which you should read prior to paying. Once you’ve paid, and sent in the …

Richard Siddaway

Creating a Windows 2012 Domain Controller

I decided to replace one of the DCs in my test environment with a Windows 2012 Server Core machine. Server Core has really come of age in Windows 2012 ““ its easy to configure. I”™ve covered configuring a server before but to recap: Rename the machine ““ use Rename-Computer Set …

Richard Siddaway

CIM cmdlets and remote access

When you used the WMI cmdlets Get-WmiObject -Class Win32_logicalDisk -ComputerName RSLAPTOP01 You were using DCOM to access the remote machine. Even if you accessed the local machine you were using DCOM. This changes in PowerShell v3 when using the CIM cmdlets. If you don"™t use a computername …

Richard Siddaway

UK PowerShell Group"“Advanced functions

When: Tuesday, Feb 26, 2013 7:30 PM (GMT) Where: Virtual *********~* Advanced functions give you ability to create functions that act like cmdlets. Learn how to get the most from this powerful part of the PowerShell functionality Notes Richard Siddaway has invited you to attend an online meeting …

Richard Siddaway

Filtering

I"™ve been grading the scripts in the warm up events for the Scripting Games and noticed a lot of people doing this: Get-WmiObject -Class Win32_LogicalDisk | where {$_.DriveType -eq 3} Ok now it works but there are a couple of things wrong with this approach. Firstly, you are ignoring the built …

Don Jones
Announcements

"Verified Effective" About Ready to Go Live

Before the verification exam becomes available to the public, I need ONE OR TWO people to be the first through the complete program. This is not a “beta;” the exam is finalized and you will have to pay for your verification. The first one or two people will be semi-automated as I nail …