Showing results for December 2015 - Page 5 of 15 - Scripting Blog [archived]

Dec 22, 2015
Post comments count0
Post likes count0

PowerTip: Uninstall Module with PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to uninstall a Windows PowerShell module. How can I easily uninstall a Windows PowerShell module? Use the Uninstall-Module cmdlet to remove anything discovered by using Find-Module. For example,            to permanently remove the LocalAccount module, use:Uninstall-Module LocalAccount

Dec 22, 2015
Post comments count0
Post likes count0

A Holiday Special: Rusty the Red-Eyed Scripter, Part 2

Doctor Scripto
Doctor Scripto

Summary: Rusty the Red-Eyed Scripter discovers how Windows PowerShell 5.0 can pull modules from a central repository.   Note   This is a five-part series that includes the following posts: We return with Rusty sitting beside his new friend Thomas from Edmonton, all invigorated to check out Windows PowerShell 5.0....

Dec 22, 2015
Post comments count0
Post likes count0

A Holiday Special: Rusty the Red-Eyed Scripter, Part 2

Doctor Scripto
Doctor Scripto

Summary: Rusty the Red-Eyed Scripter discovers how Windows PowerShell 5.0 can pull modules from a central repository.   Note  This is Part 2 in a five-part series. To get started, read Rusty the Red-Eyed Scripter, Part 1.We return with Rusty sitting beside his new friend Thomas from Edmonton, all invigorated to check out Windows Powe...

Windows PowerShellguest bloggerSean Kearney
Dec 21, 2015
Post comments count0
Post likes count0

PowerTip: Eliminate Duplicates in PowerShell History

Doctor Scripto
Doctor Scripto

Summary: Use an option in the PSReadLine module to control Windows PowerShell 5.0 history duplication. How can I make sure that there are no duplicates in my history? In Windows PowerShell 5.0 with the PSReadLineModule loaded, use the Set-PSReadLineOption            cmdlet as follows:Set-PSReadLineO...

Windows PowerShellPowerTipguest blogger
Dec 21, 2015
Post comments count0
Post likes count1

PowerTip: Eliminate Duplicates in PowerShell History

Doctor Scripto
Doctor Scripto

Summary: Use an option in the PSReadLine module to control Windows PowerShell 5.0 history duplication.  How can I make sure that there are no duplicates in my history?  In Windows PowerShell 5.0 with the PSReadLineModule loaded, use the Set-PSReadLineOption            cmdlet as follows: Set-PSRea...