The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: Learn how to use Windows PowerShell to search for inactive user accounts in Active Directory for Windows Server 2012.
(image) How can I query inactive user accounts in my Windows Server 2012 Active Directory environment?
(image) Charlotte Windows PowerShell user group member Brian Wilhite says: You can use ...
Summary: Learn how to select the next-to-last item in a Windows PowerShell array.
(image) I have a collection of objects in an array, and I need to select the next-to-last item in the array. How can this be done?
(image) Good question … Charlotte Windows PowerShell user group member Brian Wilhite says: Every now ...
Summary: Use Windows PowerShell 3.0 and Windows Server 2012 to collect virtual machine performance information.
(image) How do I collect performance data on a daily basis for a specific Hyper-V virtual machine?
(image) Charlotte Windows PowerShell User group member Brian Wilhite says: There are two cmdlets that we&...
Summary: Use Windows PowerShell 3.0 to find specific WMI properties.
(image) How do I find what WMI class contains the Service Pack property?
(image) Charlotte PowerShell User Group member Brian Wilhite says: The easiest way to find the WMI class or classes that contain the “Service Pack” property, you’ll use...
Summary: Use Windows PowerShell 3.0 to connect to servers running Windows Server 2003 with the Get-CimInstance cmdlet.
(image) How can I use Get-CimInstance to connect to servers running Windows Server 2003 in my legacy environment?
(image) Charlotte Windows PowerShell user group member Brian ...