Showing results for Dan Sheehan - Scripting Blog [archived]

May 18, 2014
0
0

PowerTip: Time Parts of PowerShell Scripts

Doctor Scripto
Doctor Scripto

Summary: Learn how to time different parts of your Windows PowerShell scripts. How can I use Windows PowerShell to find which parts of my script are taking the longest           to complete so I can focus on improving them? Use the Measure-Command cmdlet to time any section of script in between two curly...

Scripting Guy!Windows PowerShellPowerTip
May 18, 2014
0
0

Weekend Scripter: PowerShell Speed Improvement Techniques

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Dan Sheehan, talks about speeding up Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Dan Sheehan, who debuted yesterday as a new guest blogger with his post Best Practices for PowerShell Scripting in Shared Environment. Dan recently joined Microsoft as a senior premiere field engineer in...

Scripting Guy!Windows PowerShellscripting techniques
May 17, 2014
0
0

PowerTip: Use Comment-Based Help in Shared Scripts

Doctor Scripto
Doctor Scripto

Summary: Learn how to leverage Windows PowerShell comment-based Help.  How can I make my scripts easier to use when I share them with friends or colleagues?  People do not need to open and analyze your script if you use the comment-based Help capabilities           of Windows PowerShell. You can provide a descript...

Scripting Guy!Windows PowerShellPowerTip
May 17, 2014
0
0

Weekend Scripter: Best Practices for PowerShell Scripting in Shared Environment

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Dan Sheehan, shares Windows PowerShell scripting best practices for a shared environment. Microsoft Scripting Guy, Ed Wilson, is here. Today I would like to welcome a new guest blogger, Dan Sheehan. Dan recently joined Microsoft as a senior premiere field engineer in the U.S. Public Sector team. Previously he served as an En...

Scripting Guy!Windows PowerShellscripting techniques