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...
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...
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...
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 &...
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 ...