Showing archive results for April 2014

Apr 18, 2014
Post comments count0
Post likes count0

Windows 8.1 and the Land of Forgotten Modules: Part 5

Doctor Scripto

Summary: Explore and discover the additional Windows PowerShell modules in Windows 8.1. Honorary Scripting Guy, Sean Kearney, is here this week. Today, I'll wrap up our journey into the land of modules that are part of Windows 8.1. You also might enjoy reading: Today I’m going to investigate a module that I find particularly u...

Windows PowerShellguest bloggerSean Kearney
Apr 17, 2014
Post comments count0
Post likes count0

PowerTip: List all Local Printers in Windows 8.1

Doctor Scripto

Summary: Use Windows PowerShell in Windows 8.1 to list locally attached printers.  How can I use Windows PowerShell in Windows 8.1 to give me a list of network-connected printers?  Use the Get-Printer cmdlet and filter on the type of connection: Get-Printer | Where { $_.Type –eq ‘Connection’ }

Windows PowerShellPowerTipguest blogger
Apr 17, 2014
Post comments count0
Post likes count0

Windows 8.1 and the Land of Forgotten Modules: Part 4

Doctor Scripto

Summary: Explore and discover the additional Windows PowerShell modules in Windows 8.1. Honorary Scripting Guy, Sean Kearney, is here this week. Today's post is the fourth in a series, and today we’re going to delve in the wonders of the Print Management module for Window PowerShell! You also might enjoy reading: It might seem ...

Windows PowerShellguest bloggerSean Kearney
Apr 16, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Audit Shares

Doctor Scripto

Summary: Use Windows PowerShell in Windows 8.1 to audit shares on a workstation.  Is there an easy way to use Windows PowerShell to identify shares on a workstation and who has access to them?  Use a combination of the Get-SMBShare and Get-SMBShareAccess cmdlets: Get-SMBShare | Get-SMBShareAccess

Windows PowerShellPowerTipguest blogger
Apr 16, 2014
Post comments count0
Post likes count0

Windows 8.1 and the Land of Forgotten Modules: Part 3

Doctor Scripto

Summary: Explore and discover the additional Windows PowerShell modules in Windows 8.1. Honorary Scripting Guy, Sean Kearney, is here this week unwrapping more of these little modules I have found in my shiny new Windows 8.1 operating system. You also might enjoy reading: We’ll take a look at a module that’s available on b...

Windows PowerShellguest bloggerSean Kearney