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.
How can I update my DNS server IP addresses on my Windows 8 client?
According to Brian Wilhite, Charlotte Windows PowerShell user group member: Luckily, there is a Windows ...
Summary: Create a custom Windows PowerShell object with the PSCustomObject type accelerator.
What’s the easiest way to create a custom object?
Charlotte Windows PowerShell User group member Brian Wilhite says: One of the easiest ways to create a custom object is to use the PSCustomObject type ...
Summary: Learn how to view static members of a type accelerator in Windows PowerShell.
How can I view the static methods and properties of the [math] type accelerator?
Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator, you’ll use the Get-...