Showing tag results for guest blogger

Dec 16, 2012
Post comments count0
Post likes count0

PowerTip: Use the Get-Cimclass Cmdlet to Find WMI Properties

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to find specific WMI properties.  How do I find what WMI class contains the Service Pack property?  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 theGet-CimClass ...

Scripting Guy!Windows PowerShellPowerTip
Dec 15, 2012
Post comments count0
Post likes count0

PowerTip: Use the PowerShell 3.0 Get-CimInstance Cmdlet

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to connect to servers running Windows Server 2003 with the Get-CimInstance cmdlet.  How can I use Get-CimInstance to connect to servers running Windows Server 2003 in my legacy environment?  Charlotte Windows PowerShell user group member Brian Wilhite says: The new&nbs...

Scripting Guy!Windows PowerShellPowerTip
Dec 14, 2012
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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