Showing tag results for PowerTip

Aug 2, 2012
Post comments count0
Post likes count0

PowerTip: Read Only and Constant Variables

Doctor Scripto
Doctor Scripto

Summary: Learn the difference between a read-only variable and a constant.Question: What is the difference between a read-only variable and a constant?Answer: A read-only variable is one with content that is read-only. It can, however, be modified by using the Set-Variable cmdlet with the –force parameter. It can also be d...

Scripting Guy!Windows PowerShellPowerTip
Aug 1, 2012
Post comments count0
Post likes count0

PowerTip: Counting PowerShell Cmdlets

Doctor Scripto
Doctor Scripto

Summary: PowerTip for counting the number of cmdlets in your Windows PowerShell installationQuestion: How many cmdlets are available in a default Windows PowerShell 3.0 installation in Windows 8?Answer: 403Question: How did you find out how many cmdlets are available in the default Windows PowerShell installation?Answer:&nb...

Scripting Guy!Windows PowerShellscripting techniques