Showing archive results for 2014

Feb 9, 2014
Post comments count0
Post likes count0

PowerTip: Show Desired State Configuration Cmdlets

Doctor Scripto

Summary: Get a list of the new Windows PowerShell cmdlets for Desired State Configuration with one line.  How do I see the cmdlets that are available for the new feature in Windows PowerShell 4.0 called           Desired State Configuration?  Target the PSDesiredStateConfiguration module with the Get-Com...

Windows PowerShellPowerTipguest blogger
Feb 9, 2014
Post comments count0
Post likes count0

Weekend Scripter: My Very First PowerShell Saturday!

Doctor Scripto

Summary: Windows PowerShell MVP reports from the field on his first visit to North Carolina and Windows PowerShell Saturday. NOTE: Sean became sick, and was unable to attend the PowerShell Saturday event. However, if he had attended, this is what would have happened. We wish Sean a speedy recovery. Honorary Scripting Guy, Sean Kearney, here…...

Windows PowerShellguest bloggerWeekend Scripter
Feb 8, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get Length of a Number

Doctor Scripto

Summary:  Use Windows PowerShell to easily get the length of a number.  I want to know the length of a number, but when I use the Length property, it comes back as 1.           How can I get the actual length?  First convert the number to a string, and then get the length of the string: (12345).tost...

Scripting Guy!Windows PowerShellPowerTip
Feb 8, 2014
Post comments count0
Post likes count0

Weekend Scripter: Scripting Wife Talks about PowerShell Saturday 007

Doctor Scripto

Summary: The Scripting Wife talks about Windows PowerShell Saturday 007 in Charlotte, North Carolina. The Microsoft Scripting Guy, Ed Wilson, is gone. He is busy taking pictures, and conversing with various people attending Windows PowerShell Saturday here in Charlotte, North Carolina. Instead of the Script Monkey (aka, Ed) you have me, The Scripti...

Scripting Guy!Windows PowerShellWeekend Scripter
Feb 7, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Count Types of Photos

Doctor Scripto

Summary: Use Windows PowerShell to count the different types of photo files on your computer.  How can I use Windows PowerShell to figure out how many of each type of photo file I have on my computer?  Use the Get-ChildItem cmdlet to retrieve specific types of photograph files, and then pipe the results to the    ...

Scripting Guy!Windows PowerShellPowerTip