Showing tag results for scripting techniques

Jul 25, 2015
Post comments count0
Post likes count0

Weekend Scripter: Replace One PowerShell Function with Another

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
Jul 24, 2015
Post comments count0
Post likes count0

Two Cool PowerShell Functions

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about a pair of cool Windows PowerShell functions to add to your profile. Microsoft Scripting Guy, Ed Wilson, is here. At times, it seems like a Windows PowerShell profile is like a filing cabinet. Whether you have good organizational skills or you organize in a more ad-hoc, random, fashion is a ma...

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

Sorting PowerShell Transcript Files

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating a sortable transcript name. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about Windows PowerShell is that if there is something that annoys you, you can generally fix it. Don’t get me wrong, Windows PowerShell is great, but like any program, there are th...

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

PowerTip: Determine if Running in PowerShell Console

Doctor Scripto

Summary: Determine if you are running inside the Windows PowerShell console.  How can I find if I am running inside the Windows PowerShell console for my Windows PowerShell profile?  Look at the $host.name property. If it returns ConsoleHost, you are running in the Windows PowerShell console.        &nbs...

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

PowerShell Profile? Which One?

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about determining which Windows PowerShell profile to use for which functions. Microsoft Scripting Guy, Ed Wilson, is here. Living in central Florida can be a bit warm and humid in late July. Of course, I knew that before we moved here. I told one of my friends recently, when he commented on the he...

Scripting Guy!Windows PowerShellscripting techniques