Showing results for May 2015 - Scripting Blog [archived]

May 31, 2015
0
0

Weekend Scripter: What to Include in a PowerShell Comment Block

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about what to include in a Windows PowerShell comment block. Microsoft Scripting Guy, Ed Wilson, is here. Something that tends to confuse new scripters, regardless of the language, is what to include in a comment block at the beginning of a script. I have reviewed thousands of scripts for various s...

Scripting Guy!Windows PowerShellscripting techniques
May 30, 2015
0
0

PowerTip: Maintain PowerShell Objects

Doctor Scripto
Doctor Scripto

Summary: Maintain Windows PowerShell objects in the pipeline.  How can I send output to the Windows PowerShell pipeline without changing the formatting or objects, plus            insure that the output go to the Windows PowerShell console if there is nothing else in the pipeline?  The Write-Output ...

Scripting Guy!Windows PowerShellPowerTip
May 30, 2015
0
0

PowerShell Spotlight: Two PowerShell Events

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Teresa Wilson, talks about two upcoming Windows PowerShell community events. Microsoft Scripting Guy, Ed Wilson, is here. Today is the last Saturday of May, and therefore, it is PowerShell Spotlight day with MVP, Teresa Wilson... Happy scripting Saturday, everyone. Today our Windows PowerShell Spotlight is on two ev...

Scripting Guy!Windows PowerShellguest blogger
May 29, 2015
0
0

PowerTip: Use PowerShell to Display Current Time

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to display the current time.  How can I use Windows PowerShell to display the current time on my computer?  Use the Get-Date cmdlet and tell it to show only the time, for example: Get-Date -DisplayHint Time

Scripting Guy!Windows PowerShellPowerTip
May 29, 2015
0
0

PowerShell Time Sync: Orchestrate Monitoring of Remote Servers

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Rudolf Vesely discusses how to monitor remote servers. Microsoft Scripting Guy, Ed Wilson, is here. Today is Part 3 of a 3-part series by guest blogger, Rudolf Vesely. To read the first 2 posts in this series, please see: In previous posts, I described my Time Sync module. I explained how to handle exceptions in parallel...

Scripting Guy!Windows PowerShellguest blogger