Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to Find SMB Shares

Summary: Learn how to use Windows PowerShell to find SMB shares.  (image)  How can I use Windows PowerShell to easily find a list of all the SMB shares on my Windows 8.1 laptop? (image)  Use the Get-SMBShare function. (image...

PowerTip: Find More Information about Windows PowerShell Jobs

Summary: Learn how to discover more information about Windows PowerShell jobs.(image)  How can I learn more about Windows PowerShell jobs?(image)  To find out more about any Windows PowerShell topic, research the Help files for each cmdlet:Get-Help Start-Job –ShowWindowTo discover the job related cmdlets:Get-Command *jobNot ...