Loading New Windows 7 Modules

Windows 7 comes with a bunch of modules that are not loaded by default. Use this to see which modules are available:

Get-Module -listAvailable

For example, to load a module you should use Import-Module and the module name you want to load:

Import-Module BitsTransfer

Try this to see which new cmdlets this gets you:

Get-Command -module BitsTransfer

Twitter This Tip! ReTweet this Tip!


Posted Sep 21 2009, 08:00 AM by ps1

Comments

Thomas Lee wrote re: Loading New Windows 7 Modules
on 09-21-2009 10:37 AM

Strictly speaking, no modules are loaded by default - all have to be loaded by Import-Module.

Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.