Showing results for Brian Wilhite - Scripting Blog [archived]

Dec 14, 2012
0
0

PowerTip: Use PowerShell to Compare Two Objects

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to compare two objects to view differences and similarities.  How can I compare two objects and see the values that differ and exist in both?  Charlotte Windows PowerShell User Group member Brian Wilhite says: There is a cmdlet that will make life easy for you. The cmdlet is Compare-Object, and it...

Scripting Guy!Windows PowerShellPowerTip
Dec 13, 2012
0
0

PowerTip: Adjusting the Case of a String

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to adjust the case of an entire string.  How can I adjust the case of an entire string?  Charlotte PowerShell User Group member Brian Wilhite says: One way to adjust the case (upper or lower) of an entire string object is to call the ToUpper or ToLower methods of the string object. ...

Scripting Guy!Windows PowerShellPowerTip
Dec 12, 2012
0
0

PowerTip: Use PowerShell 3.0 to View IP Address Info

Doctor Scripto
Doctor Scripto

Summary: View detailed IP address information for non-virtual network adapters.  How can I obtain detailed IP address information from a non-virtual network adapter?  Charlotte PowerShell User Group member Brian Wilhite says: Luckily, there is a cmdlet that does this very thing.  The Get-NetIPConfiguration cmdlet with ...

Scripting Guy!Windows PowerShellPowerTip
Dec 11, 2012
0
0

PowerTip: Query Running Scheduled Tasks

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to query running scheduled tasks.  How do I query “running” scheduled tasks on my computer?  Charlotte PowerShell User Group member Brian Wilhite says the following: With Windows PowerShell 3.0, we have a ton of new cmdlets, and we’ll see one of those cmdlets here. ...

Scripting Guy!Windows PowerShellPowerTip
Oct 23, 2012
0
0

Check for Daylight Savings Time by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Brian Wilhite, guest blogger, discusses a function to check for transition to daylight savings time. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger. Brian Wilhite has been a guest in the past, and you can see his previous posts here. Brian is speaking at the Atlanta Windows PowerShell Saturday event (Alpharetta...

Scripting Guy!Windows PowerShellguest blogger