Showing results for October 2012 - Page 2 of 13 - Scripting Blog [archived]

Oct 29, 2012
0
0

How to Run PowerShell Scripts from a Shared Directory

Doctor Scripto
Doctor Scripto

Summary: Guest bloggers Judith Herman and June Blender discuss how to run Windows PowerShell scripts from a shared directory. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blog with two writers Judith Herman and June Blender. June has been a guest blogger before (see more here), but this is the first time for Judith. Judith ...

Scripting Guy!Windows PowerShellscripting techniques
Oct 28, 2012
0
0

PowerTip: Use PowerShell to Enable the Windows Firewall

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to enable the Windows Firewall.  How can I use Windows PowerShell to enable the Windows Firewall on my computer?        On Windows 8 or Windows Server 2012, use the Set-NetFirewallProfile cmdlet. Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled ...

Scripting Guy!Windows PowerShellPowerTip
Oct 28, 2012
0
0

Weekend Scripter: Playing Around with Windows Firewall

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to work with Windows Firewall on Windows 8 and Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife returned home from the Windows PowerShell Saturday #003 event in Atlanta, Georgia, last night, and she was exhausted&...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 27, 2012
0
0

PowerTip: Use Saved Help Files to Update PowerShell Help

Doctor Scripto
Doctor Scripto

Summary: Learn how to use saved Help files to update Windows PowerShell Help on servers without Internet access.  How can I update Windows PowerShell 3.0 Help on a server without Internet access?            Use the Save-Help cmdlet to save the help to an accessible destination, and then use the ...

Scripting Guy!Windows PowerShellPowerTip
Oct 27, 2012
0
0

Weekend Scripter: Getting Directory Listings from Remote Servers

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to get a directory listing from remote servers by using Windows PowerShell and how to write results to an CSV file. Microsoft Scripting Guy, Ed Wilson, is here. It is here: Windows PowerShell Saturday #003 in Atlanta, Georgia (Alpharetta). The speaker’s dinner last night was great, and it...

Scripting Guy!Windows PowerShellWeekend Scripter