Showing results for May 2014 - Page 14 of 14 - Scripting Blog [archived]

May 2, 2014
0
0

PowerTip: Use PowerShell to Remove Mapping to Share

Doctor Scripto
Doctor Scripto

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 parameter ...

Scripting Guy!Windows PowerShellPowerTip
May 2, 2014
0
0

Scripting Wife Creates Ideal TechEd 2014 Schedule

Doctor Scripto
Doctor Scripto

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 ...

Scripting Guy!Windows PowerShellguest blogger
May 1, 2014
0
0

PowerTip: Close Open SMB File Shares with PowerShell

Doctor Scripto
Doctor Scripto

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-SmbOpenFile To ...

Scripting Guy!Windows PowerShellPowerTip
May 1, 2014
0
0

PowerShell Looping: The Automatic Foreach

Doctor Scripto
Doctor Scripto

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 ...

Scripting Guy!Windows PowerShellscripting techniques