Showing archive results for July 2015

Jul 26, 2015
Post comments count0
Post likes count0

PowerTip: Open Temporary Copy of PowerShell Profile

Doctor Scripto

Summary: Open a temporary copy of your Windows PowerShell profile.  How can I look at a temporary copy of my Windows PowerShell profile to ensure that I don’t            accidentally make any changes?  Copy your Windows PowerShell profile to a temporary file, and then open it in the      ...

Scripting Guy!Windows PowerShellPowerTip
Jul 26, 2015
Post comments count0
Post likes count0

Weekend Scripter: Back Up Your PowerShell Profile

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about automatically backing up your Windows PowerShell profile. Microsoft Scripting Guy, Ed Wilson, is here. My rule for making backups is that when the loss of the item would cause me grief, it is backed up. Otherwise, there is not too much need for a backup. This includes things that are not rela...

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

PowerTip: Launch PowerShell Without a Profile

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

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

PowerTip: Create New PowerShell Profile for All Hosts

Doctor Scripto

Summary: Learn how to create a new Windows PowerShell current user profile for all hosts.  How can I easily create current user profile for all hosts that can be used in the Windows PowerShell console and            the Windows PowerShell ISE?  Use the New-Item cmdlet to create a new file. To find t...

Scripting Guy!Windows PowerShellPowerTip