Showing archive results for 2014

Dec 1, 2014
Post comments count0
Post likes count0

PowerTip: Avoid Prompt When Using –Debug

Doctor Scripto

Summary: Boe Prox shows how to avoid being prompted when using –Debug.  I love using –Debug in functions to figure out what is going on, but how can I avoid being prompted            each time I run into Write-Debug in my code?  After you declare your parameters, check for...

Scripting Guy!Windows PowerShellPowerTip
Dec 1, 2014
Post comments count0
Post likes count0

Provide Support by Using Verbose and Debug Streams

Doctor Scripto

Summary: Provide code support by using Verbose and Debug streams. Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy. This is the first part in a series of five posts about troubleshooting Windows PowerShell scripts and functions. The series includes: When you write a...

Scripting Guy!Windows PowerShellBoe Prox
Nov 30, 2014
Post comments count0
Post likes count0

Networking Ideas for PowerShell Scripters

Doctor Scripto

Summary: The Scripting Wife presents networking ideas for Windows PowerShell scripters. Microsoft Scripting Guy, Ed Wilson, is here. Today the Scripting Wife is going to write the blog post... Hello fellow scripters! The Scripting Guy, Ed Wilson, is not feeling so great, so I thought I would be nice to him on this Sunday morning and write this blog...

Scripting Guy!Windows PowerShellguest blogger
Nov 29, 2014
Post comments count0
Post likes count0

PowerTip: Find Module Information from Cmdlet

Doctor Scripto

Summary: Find Windows PowerShell module information from a cmdlet.  How can I find more information about the module that provides a Windows PowerShell cmdlet?  Use the Get-Command cmdlet, pipe the results to the Foreach-Object cmdlet, then inside the script block,            use Get-...

Scripting Guy!Windows PowerShellPowerTip
Nov 29, 2014
Post comments count0
Post likes count0

Weekend Scripter: Latitude, Longitude, and PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to retrieve latitude and longitude information. Microsoft Scripting Guy, Ed Wilson, is here. Today it is cold and dreary, so I thought it would be a nice time to play around with Windows PowerShell. One of the things I have always wanted to do is use Windows PowerShel...

Scripting Guy!Windows PowerShellscripting techniques