Showing archive results for 2015

Dec 23, 2015
Post comments count0
Post likes count0

PowerTip: Clear Recycle Bin with PowerShell 5

Doctor Scripto

Summary: Easily purge the Recycle Bin on a targeted drive with PowerShell 5.  How can I use Windows PowerShell to easily flush out the Recycle Bin?  In Windows PowerShell 5.0, use the Clear-RecycleBin cmdlet. For example, run the            following command with elevated rights to purge the Recyc...

Dec 23, 2015
Post comments count0
Post likes count0

PowerTip: Clear Recycle Bin with PowerShell 5

Doctor Scripto

Summary: Easily purge the Recycle Bin on a targeted drive with PowerShell 5. How can I use Windows PowerShell to easily flush out the Recycle Bin? In Windows PowerShell 5.0, use the Clear-RecycleBin cmdlet. For example, run the            following command with elevated rights to purge the Recycle B...

Windows PowerShellPowerTipguest blogger
Dec 23, 2015
Post comments count0
Post likes count0

A Holiday Special – Rusty the Red-Eyed Scripter: Part 3

Doctor Scripto

Summary: Rusty the Red-Eyed Scripter learns how to unblock files and tweak event logs with Windows PowerShell 5.0.Note This is Part 3 in a five-part series. To catch up, read: Our story continues as we observe Rusty and getting his first real taste of Windows PowerShell 5.0 and discovering the power and ease-of-use it brings.Rusty and Thomas...

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

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

Doctor Scripto

Summary: Rusty the Red-Eyed Scripter learns how to unblock files and tweak event logs with Windows PowerShell 5.0.   Note   This is a five-part series that includes the following posts: Our story continues as we observe Rusty and getting his first real taste of Windows PowerShell 5.0 and discovering the power and ea...

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

PowerTip: Uninstall Module with PowerShell 5

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

Windows PowerShellPowerTipguest blogger