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: Guest blogger, Brian Wilhite, talks about using Windows PowerShell to determine pending reboot status.
Microsoft Scripting Guy, Ed Wilson, is here. Today we have the first of a two-part series about using Windows PowerShell to determine if a reboot is pending. Brian Wilhite, the writer, is no stranger to readers of the Hey, Scripting ...
Summary: Guest blogger and Honorary Scripting Guy Brian Wilhite talks about using Windows PowerShell to change a user’s mouse scheme.
Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger—Brian Wilhite is an Honorary Scripting Guy and member of the Charlotte PowerShell Users Group. See previous blogs by Brian ...
Summary: Use Windows PowerShell 3.0 on either Windows 8 or Windows Server 2012 to update the DNS server IP addresses on a client.
(image) How can I update my DNS server IP addresses on my Windows 8 client?
(image) According to Brian Wilhite, Charlotte Windows PowerShell user group member: Luckily, there is ...
Summary: Create a custom Windows PowerShell object with the PSCustomObject type accelerator.
(image) What’s the easiest way to create a custom object?
(image) Charlotte Windows PowerShell User group member Brian Wilhite says: One of the easiest ways to create a custom object is to use the PSCustomObject&...
Summary: Learn how to view static members of a type accelerator in Windows PowerShell.
(image) How can I view the static methods and properties of the [math] type accelerator?
(image) Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator, you’ll use ...