Showing results for modules - Scripting Blog [archived]

Jun 29, 2011
Post comments count0
Post likes count0

Don’t Write WMI Scripts, Use a PowerShell Module

Doctor Scripto
Doctor Scripto

Summary: Learn how to use a free Windows PowerShell module to avoid writing WMI scripts to get common administrator information.   Microsoft Scripting Guy Ed Wilson here. One of the things that is really cool about Windows PowerShell modules, is that you can mix and match them. In this way, a module, a pair of modules, or an entire collection ...

Scripting Guy!Windows PowerShellscripting techniques
Jun 28, 2011
Post comments count0
Post likes count0

Combine PowerShell Modules to Avoid Writing Scripts

Doctor Scripto
Doctor Scripto

Summary: Learn how to combine Windows PowerShell modules to save time and reduce scripting overhead.   Microsoft Scripting Guy Ed Wilson here. One of the cool things about Windows PowerShell modules is that they are easy to share. In addition, because the code is packaged as a module, one automatically knows what to do with the module, and how...

Scripting Guy!Windows PowerShellscripting techniques
Jun 27, 2011
Post comments count0
Post likes count0

Don't Write Scripts, Write PowerShell Modules

Doctor Scripto
Doctor Scripto

Summary: The Microsoft Scripting Guys talk about turning three scripts into a single module to configure basic desktop tasks.   Microsoft Scripting Guy Ed Wilson here. I have spent the last several days building a new computer. The following photo shows me working on my new computer. It actually took me only a couple of hours to move from a d...

Scripting Guy!Windows PowerShellscripting techniques
Apr 2, 2011
Post comments count0
Post likes count0

Scripting Wife Learns About Unblocking Files in PowerShell

ScriptingGuy1
ScriptingGuy1

Summary: The Scripting Wife learns how to unblock files that are downloaded from the Internet by using Windows PowerShell and a Sysinternals tool. Microsoft Scripting Guy, Ed Wilson, here. It is two days until the 2011 Scripting Games kick off. Things are quiet right now, and I am enjoying a chance to catch my breath and to relax. I am thinking abo...

Scripting Guy!Windows PowerShellscripting techniques
Jan 5, 2011
Post comments count0
Post likes count0

Simplify Desktop Configuration by Using a Shared PowerShell Module

ScriptingGuy1
ScriptingGuy1

   Summary: Simplify your desktop configuration needs by using a Windows PowerShell module stored on a central file share.   Hey, Scripting Guy! I enjoy using Windows PowerShell modules. I think they are way cool. The thing is, I am not too keen on deploying them to remote workstations. What would be great is if there was a way that ...

Scripting Guy!Windows PowerShellscripting techniques