Showing archive results for October 2012

Oct 4, 2012
Post comments count0
Post likes count0

Build Your Own PowerShell Cmdlet: Part 6 of 9

Doctor Scripto
Doctor Scripto

Summary: Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see his previous guest blog posts. Note This is Part 6...

Scripting Guy!Windows PowerShellguest blogger
Oct 3, 2012
Post comments count0
Post likes count0

PowerTip: See Detailed Information When Importing a Module

Doctor Scripto
Doctor Scripto

Summary: Learn how to see detailed information when you import a Windows PowerShell module.  How can you receive detailed information when importing a module?  Use the Verbose parameter when you import the module:           Import-Module bits -verbose  

Scripting Guy!Windows PowerShellPowerTip
Oct 3, 2012
Post comments count0
Post likes count0

Build Your Own PowerShell Cmdlet: Part 5 of 9

Doctor Scripto
Doctor Scripto

Summary: Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs detailing building your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see his previous guest blog posts. Note This is Part 5 o...

Scripting Guy!Windows PowerShellguest blogger
Oct 2, 2012
Post comments count0
Post likes count0

PowerTip: Rename a Computer by Using Windows PowerShell 3.0

Doctor Scripto
Doctor Scripto

Summary: Rename a computer by using Windows PowerShell 3.0.  How can you easily rename a computer by using Windows PowerShell 3.0?  Use the Rename-Computer cmdlet.

Scripting Guy!Windows PowerShellPowerTip
Oct 2, 2012
Post comments count0
Post likes count0

Build Your Own PowerShell Cmdlet: Part 4 of 9

Doctor Scripto
Doctor Scripto

Summary: Microsoft Windows PowerShell MVP, Sean Kearney, continues a series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see his previous guest blog posts. Note This is Pa...

Scripting Guy!Windows PowerShellguest blogger