Showing results for modules - Scripting Blog [archived]

Aug 29, 2015
0
0

Weekend Scripter: PowerShell Module Manifests—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson presents a recap video where he talks about Windows PowerShell module manifests.Microsoft Scripting Guy, Ed Wilson, is here. It has been stormy for the last couple of days. It makes for a great time to spend offline playing around with my Windows 10 laptop or Surface Pro 3. Watching the power of the storms is great fun, espe...

Scripting Guy!Windows PowerShellscripting techniques
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 10, 2015
0
0

Understanding PowerShell Modules

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about Windows PowerShell modules.  Hey, Scripting Guy! I keep hearing about Windows PowerShell modules, but I do not know what they really mean. Is it something that comes with Windows PowerShell, or is it something I have to buy or download? I don’t get it. Can you shed some light? &mda...

Scripting Guy!Windows PowerShellscripting techniques
Feb 5, 2015
0
0

PowerTip: Use PowerShell to Install Modules on Your System

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to install modules on your system.  How can I use Windows PowerShell to roll out a new set of modules that are used extensively in my organization?  When Windows PowerShell 5.0 is available, you can use PowerShellGet against an internal repository           &n...

Windows PowerShellPowerTipRichard Siddaway
Feb 4, 2015
0
0

PowerTip: Override Modules in PowerShell Session

Doctor Scripto
Doctor Scripto

Summary: Learn how to override the modules you have imported into your Windows PowerShell session.  How can I re-load the Windows PowerShell module that I am developing so I can test the changes at each            stage of development?  By default, if you have a module loaded into to your Windows PowerShell s...

Windows PowerShellPowerTipRichard Siddaway