Showing results for profile - Scripting Blog [archived]

Aug 25, 2015
0
0

Add Default Values for PowerShell Module Manifest

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about adding default values to your Windows PowerShell module manifest.  Hey, Scripting Guy! I kind of like the idea of creating a manifest for my Windows PowerShell module, but it seems like a lot of busy work. I mean, I seem to always be typing the same thing over and over. I wish there was ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 26, 2015
0
0

PowerTip: Open Temporary Copy of PowerShell Profile

Doctor Scripto
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 24, 2015
0
0

PowerTip: Create New PowerShell Profile for All Hosts

Doctor Scripto
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