Showing results for Brian Wilhite - Scripting Blog [archived]

Jun 10, 2013
0
0

Determine Pending Reboot Status—PowerShell Style! Part 1

Doctor Scripto
Doctor Scripto

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 Guy! ...

Scripting Guy!Windows PowerShellguest blogger
Jan 17, 2013
0
0

Use PowerShell to Change the Mouse Pointer Scheme

Doctor Scripto
Doctor Scripto

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 here....

Scripting Guy!Windows PowerShellguest blogger
Dec 22, 2012
0
0

PowerTip: Use PowerShell to Update DNS IP Address

Doctor Scripto
Doctor Scripto

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 PowerShell ...

Scripting Guy!Windows PowerShellPowerTip
Dec 21, 2012
0
0

PowerTip: The Easy Way to Create a Custom PowerShell Object

Doctor Scripto
Doctor Scripto

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 accelerator.&...

Scripting Guy!Windows PowerShellPowerTip
Dec 20, 2012
0
0

PowerTip: View Static Members of a Type Accelerator

Doctor Scripto
Doctor Scripto

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-Member&n...

Scripting Guy!Windows PowerShellPowerTip