Summary: Use Windows PowerShell to remove mapping to a SMB file share.
How can I use Windows PowerShell in Windows 8.1 to remove mapping to an SMB file share?
Use the Remove-SMBMapping cmdlet, specify either the local path or the remote path, and use the –Force ...
Summary: The Scripting Wife creates her ideal Windows PowerShell TechEd 2014 schedule.
Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blogger, Windows PowerShell MVP, Teresa Wilson, aka the Scripting Wife. Take it away, Teresa…
Hello my Windows PowerShell friends. I am so excited! We just returned from the Windows ...
Summary: Learn how to close open SMB file shares in Windows 8.1 with Windows PowerShell.
How can I use Windows PowerShell to close a number of SMB file shares that I have open?
Open the Windows PowerShell console with admin rights, and use the Close-SMBOpenFile function:
Close-...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about Windows PowerShell and the automatic Foreach feature.
Microsoft Scripting Guy, Ed Wilson, is here. One of my favorite features in Windows PowerShell (since Windows PowerShell 3.0) is what I call the automatic Foreach. Basically, it means that I can access a particular property of a ...