Showing results for getting started - Scripting Blog [archived]

Jul 28, 2015
Post comments count0
Post likes count0

One of My Favorite PowerShell Functions

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, discusses one of his favorite functions: Get-EnumValues. Microsoft Scripting Guy, Ed Wilson, is here. Today I am working on my presentation for Atlanta TechStravaganza 2015, which will happen on August 21. It will be a really cool event, and the Scripting Wife and I are looking forward to attending ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 27, 2015
Post comments count0
Post likes count0

PowerTip: Find PowerShell Variables Defined for AllScope

Doctor Scripto
Doctor Scripto

Summary: Find Windows PowerShell variables that are defined for all scopes.  How can I find  what variables are defined as AllScope in my Windows PowerShell environment?  Get a list of all your variables, and filter for options that include AllScope, for example: (dir variable:).where({$_.options -match 'allscope'})

Scripting Guy!Windows PowerShellscripting techniques
Jul 27, 2015
Post comments count0
Post likes count0

Describe Your PowerShell Variables

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about adding a description to variables. Microsoft Scripting Guy, Ed Wilson, is here. There is a “water feature” outside that keeps running and running and running. It is a bit strange, and to be honest, it makes me think that it is raining all the time. In central Florida in the summer...

Scripting Guy!Windows PowerShellscripting techniques
Jul 25, 2015
Post comments count0
Post likes count0

PowerTip: Launch PowerShell Without a Profile

Doctor Scripto
Doctor Scripto

Summary: Learn how to launch Windows PowerShell without using a profile.  I suspect my profile is causing issues with Windows PowerShell. How can I launch Windows PowerShell            without starting the profile?  Use the Run command to launch Windows PowerShell with the –noprofile ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 25, 2015
Post comments count0
Post likes count0

Weekend Scripter: Replace One PowerShell Function with Another

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about replacing one Windows PowerShell function with a different one. Microsoft Scripting Guy, Ed Wilson, is here. One of the problems with writing Windows PowerShell code every day is that you eventually... No, it’s not what you think. I am often asked if I run out of ideas, and the answer is, ...

Scripting Guy!Windows PowerShellscripting techniques