Showing archive results for June 2015

Jun 8, 2015
Post comments count0
Post likes count0

Find PowerShell Reference Documentation

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about where to find Windows PowerShell reference documentation. Microsoft Scripting Guy, Ed Wilson, is here. I am eagerly anticipating Saturday because Saturday is the Jacksonville IT Pro Camp, and the Scripting Wife and I will be speaking. I believe there are still tickets available, so if you are...

Scripting Guy!Windows PowerShellgetting started
Jun 7, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Create New File

Doctor Scripto

Summary: Create a new file with Windows PowerShell.  How can I use Windows PowerShell to create a new text file that will be empty until I add content?  Use the New-Item cmdlet and specify a path, name, and type, for example: New-Item c:\fso\AnEmptyFile.txt -ItemType file

Scripting Guy!Windows PowerShellPowerTip
Jun 7, 2015
Post comments count0
Post likes count0

Weekend Scripter: Best PowerShell Resources on the Web

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the best fundamental resources on the web for Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about the Microsoft Ignite conference in Chicago was getting to see and talk with so many people. Previously, there was a core group of people who went to Tec...

Scripting Guy!Windows PowerShellWeekend Scripter
Jun 6, 2015
Post comments count0
Post likes count0

PowerTip: Find Which PowerShell Cmdlets Contain Specific Parameter

Doctor Scripto

Summary: Find which Windows PowerShell cmdlets contain a specific parameter.  How can I find which cmdlets contain the –Force parameter?  Use the Get-Command cmdlet and specify the parameter name, for example: Get-Command -ParameterName force

Scripting Guy!Windows PowerShellPowerTip
Jun 6, 2015
Post comments count0
Post likes count0

Weekend Scripter: Find Coolest PowerShell Parameter Names

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about finding the coolest Windows PowerShell parameter names. Microsoft Scripting Guy, Ed Wilson, is here. This morning, my friend and colleague, Dr. Thomas Shinder, posted on Facebook that his favorite Windows PowerShell parameter name is –NoClobber. Interestingly enough, when I was writing ...

Scripting Guy!Windows PowerShellscripting techniques