# Tuesday, December 30, 2008

A module manifest file is a PowerShell data file (.psd1) with the same name as the module directory. For example, the FileTransfer module installed with CTP3 -- which contains Cmdlets for BITS -- is in a directory called $pshome\Modules\FileTransfer and contains a manifest file called $pshome\Modules\FileTransfer\FileTransfer.psd1. Module manifests are optional, but highly recommended.

A module manifest contains a hashtable declared using the @{} hashtable literal syntax. Valid keys are listed in the following table:

Key

Required

Type

Description

ModuleToProcess

Optional

String

Script module or binary module file associated with this manifest which also becomes the root module for nested modules. If no module is specified, the manifest itself becomes the root module for nested modules.

A binary module is the new name for a snap-in DLL. v1 style snapins can be loaded this way, without having to register them first with installutil.exe; A binary module does NOT need a PSSnapIn class defined.

ModuleVersion

Required

String convertible to System.Version

Version of the module

GUID

Optional

String

Unique identifier for the module which can be used to verify against the module name

Author

Optional

String

Identifies the author of the module

CompanyName

Optional

String

Identifies the company that created the module

Copyright

Optional

String

Module copyright

Description

Optional

String

Describes the contents of the module

PowerShellVersion

Optional

String convertible to System.Version

Minimum required version of the PowerShell engine

CLRVersion

Optional

String convertible to System.Version

Minimum required version of the CLR

RequiredModules

Optional

List of module names

List of modules that must already be loaded globally (note: required modules are not loaded automatically - this could optionally be done using a script in ScriptsToProcess).

RequiredAssemblies

Optional

String array

List of assemblies that will be loaded using the same algorithm as Add-Type

ScriptsToProcess

Optional

String array

Identifies the list of scripts to process when the module is imported. These scripts are dot sourced into the caller’s environment. Only .ps1 files can be specified.

TypesToProcess

Optional

String array

List of .ps1xml type files to process using Update-TypeData

FormatsToProcess

Optional

String array

List of .ps1xml format files to process using Update-FormatData

NestedModules

Optional

String array

List of .ps1, .psm1, .psd1, and .dll files to process on Import-Module. Files are processed in the order listed. DLLs are scraped for cmdlets/providers and .ps1 script files are dot sourced into the module’s session state.

ExportedFunctions

Optional

String array, wildcards supported

List of functions to export. If not defined or if asterisk is specified, all functions imported from nested modules are re‑exported. To prevent export, use the empty string ‘’.

ExportedCmdlets

Optional

String array, wildcards supported

List of cmdlets to export. If not defined or if asterisk is specified, all cmdlets imported from nested modules are re‑exported. To prevent export, use the empty string ‘’.

A big change in CTP3 is that binary Cmdlets can now be scoped – previously they were always global.

ExportedVariables

Optional

String array, wildcards supported

List of variables to export. If not defined or if asterisk is specified, all variables imported from nested modules are re‑exported. To prevent export, use the empty string ‘’.

ExportedAliases

Optional

String array, wildcards supported

List of aliases to export. If not defined or if asterisk is specified, all aliases imported from nested modules are re‑exported. To prevent export, use the empty string ‘’.

PrivateData

Optional

Object

Data to be passed to the module via the manifest file.

I’ve highlighted certain things in the description that are important to note. These are the things that might trip you up.

Have fun!

posted on Tuesday, December 30, 2008 11:48:20 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0] Trackback
Related posts:
PowerShell 2.0 – Partial Application of Functions and Cmdlets
PowerShell – The Patchwork of Paths, PSPaths and ProviderPaths
PowerShell - Why are keys in Hashtables sorted randomly?
PowerShell 2.0 - About Dynamic Parameters
PowerShell 2.0 – Introducing the PModem File Transfer Protocol
PowerShell 2.0 - Enabling Remoting with Virtual XP Mode on Windows 7

Referred by:
PowerShell (blogsearch.google.co.jp) [Referral]
http://snipr.com/99krv [Referral]
http://twitturly.com/ [Referral]
http://twitter.com/oising [Referral]
http://tweetgrid.com/grid?l=1&q1=powershell&q2=PowerShell%20... [Referral]
http://pipes.yahoo.com/pipes/pipe.info?_id=uAmYy9xq3BGHcV361... [Referral]
http://powershellcommunity.org/blogs/externalBlogs.aspx [Referral]
http://www.powershellcommunity.org/Blogs/ExternalBlogs.aspx [Referral]
powershell-ctp3 "Visual studio" (www.google.de) [Referral]
http://twitter.com/home?page=3 [Referral]
ctp3 modules (www.google.com) [Referral]
http://www.google.com/reader/view/ [Referral]
import-module powershell (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
installutil not working ctp3 (www.google.com) [Referral]
module (search.live.com) [Referral]
powershell Import-Module (www.google.co.uk) [Referral]
http://technorati.com/tag/modules?page=5 [Referral]
http://powershellcommunity.org/Blogs/ExternalBlogs.aspx [Referral]
http://powershellcommunity.org/Blogs/tabid/76/Default.aspx [Referral]
powershell CTP3 (www.google.ca) [Referral]
PowerShell 2.0 CTP3 sample cmdlet (www.google.com) [Referral]
RequiredAssemblies powershell module (www.google.com) [Referral]
powershell modules directory (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
import-module powershell (www.google.com) [Referral]
http://translate.google.pl/translate?hl=pl&langpair=en%7Cpl&... [Referral]
modules manifest powershell (www.google.com) [Referral]
Import manifest.xml into powershell (www.google.co.uk) [Referral]
http://35.gmodules.com/ig/ifr?url=http://1o4.jp/google/modul... [Referral]
powershell list modules (www.google.com) [Referral]
import-module powershell (search.live.com) [Referral]
http://feedjit.com/news/CN/zuobi/ [Referral]
ctp3 module (www.google.com) [Referral]
"import-module" powershell (search.live.com) [Referral]
Powershell "Import-Module" (search.live.com) [Referral]
powershell win32 process algorithm (www.google.com) [Referral]
import-module powershell (search.live.com) [Referral]
powershell module directory (www.google.com) [Referral]
export-module member powershell (www.google.com) [Referral]
powershell ctp3 modules (www.google.com) [Referral]
ctp3 modules (www.google.com) [Referral]
module manifest powershell (www.google.com) [Referral]
powershell adding a module (www.google.com) [Referral]
powershell ctp3 export aliases (www.google.com) [Referral]
powershell module manifest (search.msn.com) [Referral]
ctp3 register module (www.google.com) [Referral]
powershell ctp3 using import-module (www.google.com) [Referral]
#Powershell (search.twitter.com) [Referral]
nivot manifest module requiredassemblies (www.google.com) [Referral]
powershell import-module (www.google.com) [Referral]
Liste PowerShell CTP3 cmdlet (www.google.de) [Referral]
powershell module directory (www.google.com) [Referral]
powershell module (www.google.co.kr) [Referral]
powershell modules (www.google.com) [Referral]
powershell modules ctp3 (www.google.com) [Referral]
powershell snap-ins CTP3 (www.google.com) [Referral]
powershell module (search.live.com) [Referral]
powershell: import module (search.yahoo.com) [Referral]
powershell module (www.google.com) [Referral]
powershell ctp3 module (www.google.co.uk) [Referral]
powershell import-module (www.google.com.ua) [Referral]
http://huddledmasses.org/ [Referral]
powershell "update-typedata" module (www.google.co.uk) [Referral]
Add-Module powershell ctp3 (www.google.com) [Referral]
how to list powershell modules (www.google.com) [Referral]
"import-module" powershell (www.google.com) [Referral]
http://www.diigo.com/user/erickraus/powershell [Referral]
powershell ctp3 (www.google.com) [Referral]
http://huddledmasses.org/powershell-modules-metadata-and-mys... [Referral]
Import-Module : The specified module was not loaded because no valid module file (www.google.ro) [Referral]
powershell module (www.google.co.ve) [Referral]
http://spider.acont.de/ [Referral]
powershell empty string (www.google.com) [Referral]
Import-Module powershell (www.google.ca) [Referral]
Import-Module PowerShell (www.google.com) [Referral]
powershell import-module (www.google.com) [Referral]
powershell module exportedvariables (www.google.com) [Referral]
import-module $PSHOme (www.google.com) [Referral]
powershell filetransfer module help (www.google.com) [Referral]
powershell modules manifest (www.google.com) [Referral]
powershell module manifest (search.live.com) [Referral]
PowerShell Import-Module (www.google.co.uk) [Referral]
powershell modules (www.google.com) [Referral]
powershell modules ctp3 (www.google.com) [Referral]
empty string+powershell (www.google.co.in) [Referral]
powershell import-module (www.google.com) [Referral]
http://store.liftmaster-remote.com/ [Referral]
"add-module" powershell ctp3 (www.google.com) [Referral]
powershell modules ctp3 (www.google.com) [Referral]
powershell modules (www.google.com.sg) [Referral]
powershell manifest (www.google.com) [Referral]
Import-Module "powershell" (search.yahoo.com) [Referral]
Add-Module "powershell ctp3" (search.yahoo.com) [Referral]
powershell module ctp3 (search.live.com) [Referral]
PowerShell CTP3 Win7 (search.live.com) [Referral]
powershell modules manifest (www.google.com) [Referral]
add-module powershell (www.google.com) [Referral]
http://huddledmasses.org/tag/development/ [Referral]
powershell RequiredAssemblies (www.google.com) [Referral]
import-module powershell (www.google.com.ua) [Referral]
powershell list imported modules (www.google.co.uk) [Referral]
powershell binary modules (www.google.com) [Referral]
http://store.liftmaster-remote.com/liftmaster371lm.html [Referral]
http://www.liftmaster-371lm.com/ [Referral]
powersehll list modules loaded in process (www.google.com) [Referral]
powershell ctp3 add-module (www.google.com) [Referral]
powershell ctp3 cmdlet (www.google.com) [Referral]
ScriptsToProcess CTP3 (www.google.com) [Referral]
powershell "import-module" (www.google.com.ua) [Referral]
import-module powershell (www.google.com) [Referral]
powershell import-module (www.kumo.com) [Referral]
"module manifest" powershell (search.live.com) [Referral]
powershell module manifest (www.google.com) [Referral]
The specified module was not loaded because no valid module file was (www.google.com.eg) [Referral]
powershell module manifest (www.google.com) [Referral]
add-module + powershell (www.google.co.uk) [Referral]
import-module + powershell (www.google.co.uk) [Referral]
import-module within module function powershell (www.google.com) [Referral]
powershell Import-Module (www.google.ch) [Referral]
powershell read binary data (www.google.com) [Referral]
powershell import-module (www.google.com) [Referral]
Import-Module : The specified module was not loaded because no valid module file was found in a (www.google.de) [Referral]
http://www.google.com/ [Referral]
add-module powershell CTP3 (www.google.com) [Referral]
ctp3 add-module (www.google.com) [Referral]
powershell import-module (www.google.ca) [Referral]
powershell + Import-Module (www.google.be) [Referral]
powershell modules (www.google.de) [Referral]
powershell CTP3 (www.google.ca) [Referral]
powershell import module global (www.google.com) [Referral]
http://store.liftmaster-remotes.com/ [Referral]
powershell import functions (www.google.com) [Referral]
module powershell (www.google.fr) [Referral]
http://huddledmasses.org/wpf-from-powershell-updating-windows/ (www.google.com) [Referral]
import-module powershell (www.google.com) [Referral]
http://delicious.com/save?url=http%3A%2F%2Fwww.nivot.org%2F2... [Referral]
import-module powershell (www.google.ie) [Referral]
http://delicious.com/RGabo [Referral]
powershell modules (www.google.com) [Referral]
import-module powershell (www.google.com) [Referral]
http://www.diigo.com/list/erickraus/powershell [Referral]
manifest file (.psd1) (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
Powershell hashtable literal (www.google.com) [Referral]
import-module powershell (www.google.pl) [Referral]
snapins CTP3 (www.google.com.br) [Referral]
powershell find empty string (www.google.fr) [Referral]
"add-module" AND "not working" AND vmware (www.google.ca) [Referral]
powershell module export type (www.kumo.com) [Referral]
Import-Module : The specified module 'filetransfer' was not loaded because no valid module file was found in any module directory. (www.google.ie) [Referral]
import modules powershell (www.google.com) [Referral]
bits filetransfer ctp3 (www.google.com) [Referral]
powershell ctp3 modules (www.google.com) [Referral]
yahoo pipes string wildcards (www.google.ca) [Referral]
powershell module (www.google.com) [Referral]
RequiredModules ctp3 (www.google.com) [Referral]
add-module ctp3 powershell (www.kumo.com) [Referral]
modules ctp3 (www.google.co.uk) [Referral]
nivot.org module manifest (search.live.com) [Referral]
import-module dll powershell (www.google.com) [Referral]
Import-Module FileTransfer (www.google.com) [Referral]
not loaded because no valid module file was found in any module directory.} (www.kumo.com) [Referral]
powershell import-module (www.google.com.au) [Referral]
powersehll string replace (www.google.de) [Referral]
add-module powershell (www.google.com) [Referral]
registering powershell ctp3 snapin (search.live.com) [Referral]
powershell ctp3 import-module (search.live.com) [Referral]
powershell module manifest (www.google.de) [Referral]
import-module powershell (www.google.bg) [Referral]
powershell add-module (www.google.cn) [Referral]
powershell export to file (www.google.ch) [Referral]
import-Module powershell list (www.google.com) [Referral]
powershell module ctp3 psd1 (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
powershell Import-Module (www.google.com) [Referral]
powershell importing DLL (www.google.com) [Referral]
powershell modules (www.kumo.com) [Referral]
"module manifest" powershell (search.live.com) [Referral]
powershell module dll (www.google.com) [Referral]
module manifest (search.live.com) [Referral]
"was not loaded because no valid module file was found" powershell (www.google.com) [Referral]
powershell module directory (search.yahoo.com) [Referral]
Powershell dll + manifest (www.google.com) [Referral]
Powershell module psd1 manifest (search.live.com) [Referral]
powershell .psd1 (www.google.com) [Referral]
"Import-Module FileTransfer" (www.google.at) [Referral]
powershell ctp3 module (www.google.com) [Referral]
powershell the specified module (www.google.com) [Referral]
ExportedVariables powershell (www.google.com) [Referral]
powershell NestedModules (www.google.es) [Referral]
" was not loaded because no valid module file was found in any module directory" (www.google.com) [Referral]
powershell ctp3 register snapin (www.google.com) [Referral]
windows powershell module manifest (www.google.com) [Referral]
Import-Module dll powershell (www.google.de) [Referral]
module ctp3 (www.google.ca) [Referral]
powershell module manifests (www.google.com) [Referral]
psd1 ps1xml (www.google.com) [Referral]
powershell add-module CTP3 (www.google.fr) [Referral]
PowerShell ImportSystemModules (www.google.co.jp) [Referral]
powershell module manifest (www.google.com) [Referral]
powershell module manifest (www.kumo.com) [Referral]
add-module powershell ctp3 (www.google.de) [Referral]
Update-typedata already present (www.google.com) [Referral]
The specified module 'FileTransfer' was not loaded because no valid module file (www.kumo.com) [Referral]
powershell ctp3 add-module (www.google.com) [Referral]
powershell .psd1 (www.google.com) [Referral]
add-module powershell (www.google.ru) [Referral]
powershell psd1 (search.live.com) [Referral]
Module + powershell (www.google.com) [Referral]
powershell psd1 psm1 (www.kumo.com) [Referral]
powershell "import-module" (www.google.com) [Referral]
binary data powershell (www.google.de) [Referral]
FileTransfer.psd1 (www.google.ch) [Referral]
powershell manifest (www.google.ch) [Referral]
how to use "FileTransfer.psd1" (www.google.com) [Referral]
powershell file transfer.psd1 (www.google.com) [Referral]
powershell "module directory" (www.google.ca) [Referral]
PowerShell modules globals (www.google.com.ua) [Referral]
The specified module 'FileTransfer' was not loaded because no valid module file was found in any module directory. (www.google.com) [Referral]
powershell modules ExportedVariables (www.google.se) [Referral]
import-module powershell (www.google.se) [Referral]
powershell (www.google.co.jp) [Referral]
import-module powershell dll (www.google.com) [Referral]
powershell import-module dll (www.google.com) [Referral]
psd1 manifest powershell (www.google.com) [Referral]
psd1 RequiredAssemblies (www.google.se) [Referral]
the specified module 'FileTransfer' was not loaded (www.google.com) [Referral]
powershell module directory (www.kumo.com) [Referral]
Powershell + .psd1 (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
powershell modules (www.google.com) [Referral]
powershell module file (www.bing.com) [Referral]
powershell requiredassemblies (www.bing.com) [Referral]
powershell read binary file (www.google.co.uk) [Referral]
powershell module manifest (www.bing.com) [Referral]
powershell manifest (www.google.com) [Referral]
powershell "Import-Module : The specified module" (www.bing.com) [Referral]
yahoo pipes string replace wildcard (www.google.com) [Referral]
Powershel .psd1 (www.bing.com) [Referral]
binary data powershell (www.google.pl) [Referral]
powershell dll (www.google.pl) [Referral]
powershell declare empty string array (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
powershell module manifest (www.google.no) [Referral]
powershell manifest (www.google.com) [Referral]
powershell psd1 (www.google.de) [Referral]
PowerShell module manifest (www.bing.com) [Referral]
PowerShell+module+manifest (www.bing.com) [Referral]
powershell hashtable literal (www.bing.com) [Referral]
powershell modules (www.google.co.uk) [Referral]
"powershell" "Import-Module" (search.yahoo.com) [Referral]
"powershell" was not loaded because no valid module file was found in any module directory (search.yahoo.com) [Referral]
powershell modules nesting (www.google.com) [Referral]
powershell manifest (www.google.com) [Referral]
powershell declare "string array" (www.bing.com) [Referral]
"import-module" filetransfer (www.google.com) [Referral]
add-module powershell (www.google.de) [Referral]
add-module version powershell (www.google.de) [Referral]
powershell concept "module manifest" (www.google.com) [Referral]
The specified module was not loaded because no valid module file was found in any module directory (www.google.de) [Referral]
"was not loaded because no valid module file was found" (www.google.com) [Referral]
PowerShell Manifest (www.google.com) [Referral]
http://snipr.com/site/404checker [Referral]
pssnapin manifest (www.bing.com) [Referral]
"The specified module" "was not loaded because no valid module file was found in any module" (www.google.com) [Referral]
"no valid module file was found in any module directory" (www.google.co.uk) [Referral]
import file into hashtable powershell (www.google.co.uk) [Referral]
http://social.technet.microsoft.com/Search/en-US/?query=Type... [Referral]
Powershell module manifest (www.bing.com) [Referral]
+"powershell" +"was not loaded because no valid module file" (www.google.com) [Referral]
powershell module psd1 (www.bing.com) [Referral]
powershell module was not found (www.bing.com) [Referral]
powershell psd1 help (www.bing.com) [Referral]
powershell import-module dll (www.bing.com) [Referral]
psd1 powershell (www.bing.com) [Referral]
http://www.tdsupplies.com/ [Referral]
powershell psd1 (www.bing.com) [Referral]
http://translate.google.cn/translate?hl=zh-CN&sl=en&u=http:/... [Referral]
powershell manifest (www.google.fr) [Referral]
powershell "import-module" dll (www.google.com) [Referral]
add-module ctp3 (www.google.com) [Referral]
psd1 requiredassemblies (www.bing.com) [Referral]
psd1 powershell (www.google.com) [Referral]
Import-Module : The specified module, was not loaded because no valid module file was found in any module directory. (www.google.com) [Referral]
change powershell module path (www.google.co.uk) [Referral]
powershell psd1 (www.google.com) [Referral]
psd1 powershell (www.bing.com) [Referral]
powershell psd1 (www.google.com) [Referral]
http://blogs.technet.com/jamesone/archive/2009/07/22/powersh... [Referral]
ctp3 installutil (www.bing.com) [Referral]
Powershell declare a string array (www.google.com.au) [Referral]
http://blogs.technet.com/jamesone [Referral]
powershell 2 module (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
module (www.bing.com) [Referral]
Import-Module VMWare (www.google.com) [Referral]
powershell binary modules (www.bing.com) [Referral]
CTP3 add-module (www.google.fr) [Referral]
no valid module file was found in any module directory (www.bing.com) [Referral]
powershell PSD1 (www.bing.com) [Referral]
module manifests (www.google.se) [Referral]
exportedaliases ctgp3 (www.google.se) [Referral]
http://blogs.technet.com/jamesone/ [Referral]
http://untiny.me/ [Referral]
powershell string replace wildcard (www.google.be) [Referral]
"no valid module file was found" (www.google.co.uk) [Referral]
powershell.exe ImportSystemModules (www.google.com) [Referral]
no valid module file was found in any module directory (www.google.com) [Referral]
powershell psd1 (www.google.be) [Referral]
manifest@yahoo.com (www.google.com) [Referral]
powershell module manifest (www.bing.com) [Referral]
powershell module manifest (www.google.com.au) [Referral]
Import-Module : The specified module was not loaded because no valid module file was found in any (www.google.nl) [Referral]
yahoo pipes powershell (www.google.com) [Referral]
SharePoint Module File Wildcards (www.google.com) [Referral]
The specified module was not loaded because no valid module file was found in any (www.bing.com) [Referral]
powershell The specified module was not loaded because no valid module file was found in any module directory. (www.google.com) [Referral]
powershell use psd1 (www.google.com) [Referral]
import dll in powershell (www.google.com.ua) [Referral]
PowerShell .psd1 files (www.google.com) [Referral]
psd1 powershell (www.bing.com) [Referral]
powershell no valid module was found (www.google.com) [Referral]
powershell module path (www.bing.com) [Referral]
http://social.technet.microsoft.com/Search/es-MX/?query=file... [Referral]
powershell "register snapin" (www.google.cn) [Referral]
module was not loaded because no valid module file was found (www.google.com.sg) [Referral]
+Powershell +"Binary Module " (www.google.com) [Referral]
creating powershell module manifest (www.google.com) [Referral]
was not loaded because no valid module file was found in (www.bing.com) [Referral]
powershell was not loaded because no valid module file was found in (www.google.com) [Referral]
powershell "was not loaded because no valid module file was found in" (www.google.com) [Referral]
Import-Module : The specified module was not loaded because no valid module file was found in any module directory (www.google.com.ua) [Referral]
www.google.com.au (www.google.cz) [Referral]
powershell module manifest (www.bing.com) [Referral]
psd1 powershell (www.google.no) [Referral]
powershell module manifest documentation (www.google.com) [Referral]
Import-Module : The specified module was not loaded because no valid module file was found in any module directory. (www.google.com) [Referral]
Import-Module powershell (www.bing.com) [Referral]
PowerShell literal hashtable (www.bing.com) [Referral]
powershell searching for asterisk in a string (www.google.co.uk) [Referral]
powershell module manifest requires snapin (www.google.com) [Referral]
ScriptsToProcess powershell (www.google.com) [Referral]
powershell 2 modules (www.google.cz) [Referral]
the specified module was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
powershell ImportSystemModules (www.bing.com) [Referral]
powershell CTP3 import-modules (www.google.it) [Referral]
powershell psd1 (www.google.be) [Referral]
powershell module "was not loaded because no valid module file was found" (www.google.de) [Referral]
powershell ctp3 (www.google.cn) [Referral]
powershell loaded module path (www.google.com) [Referral]
psd1 powershell (www.google.be) [Referral]
powershell module and manifest (www.google.fr) [Referral]
powershell get module manifest (www.google.fr) [Referral]
powershell "-replace" wildcard (www.google.sk) [Referral]
Read manifest file using powershell command (www.google.com.sg) [Referral]
psd1 powershell data (www.bing.com) [Referral]
C# equivalent "importsystemmodules" (www.google.com) [Referral]
powershell replace string wildcard (www.google.de) [Referral]
$Module.Exportedcmdlets (www.google.com) [Referral]
powershell replace string in file nested files (www.google.com) [Referral]
powershell importsystemmodules (www.bing.com) [Referral]
Module manifest powershell help (www.google.se) [Referral]
powershell, the specified module (www.google.com) [Referral]
"no valid module file was found in any module directory" (www.google.com) [Referral]
powershell import dll (www.google.com.au) [Referral]
how to list Powershell modules (www.google.com) [Referral]
http://www.goodsearch.com/search.aspx?keywords=Powershell+im... [Referral]
powershell declare empty hashtable (www.bing.com) [Referral]
powershell import-module (www.bing.com) [Referral]
powershell string +".replace" wildcard (www.google.com) [Referral]
"no valid module file was found in any module directory." powershell (www.bing.com) [Referral]
register a powershell module (www.bing.com) [Referral]
powershell declare array (www.bing.com) [Referral]
powershell ImportSystemModules (www.google.com) [Referral]
powershell .psd1 (www.google.com.au) [Referral]
no valid module file was found in any module directory (www.google.com.tw) [Referral]
powershell importsystemmodules (www.google.com) [Referral]
powershell modules manifest (www.google.com) [Referral]
importsystemmodules (www.google.com) [Referral]
powershell read binary (www.google.co.uk) [Referral]
powershell 2 modules (www.google.cz) [Referral]
The specified module was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
CmdletsToExport (www.bing.com) [Referral]
powershell add-type -assembly (www.google.com) [Referral]
ImportSystemModules (www.bing.com) [Referral]
list the modules loaded powershell import-module (www.bing.com) [Referral]
powershell replace wildcard (www.google.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in (www.bing.com) [Referral]
powershell psd1 dll (www.google.de) [Referral]
Yahoo Pipes wildcard (www.google.com) [Referral]
c# powershell module manifest (www.bing.com) [Referral]
powershell empty folder (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
powershell Module manifest (www.google.fr) [Referral]
powershell c# import-module (www.google.co.uk) [Referral]
cmdlet store module powershell (www.google.com) [Referral]
powershell snap in module (www.google.nl) [Referral]
powershell replace wildcard (www.google.ca) [Referral]
was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded (www.google.co.uk) [Referral]
The specified module was not loaded because no valid module file was found in any module directory. (www.google.com) [Referral]
Import-Module : The module manifest 'D:\Tools\Newhyperv\HyperV\HyperV.psd1' could not be processed because it is not a (www.bing.com) [Referral]
powershell psd1 (www.google.de) [Referral]
powershell module manifest (www.google.com) [Referral]
powershell import dll (www.bing.com) [Referral]
psd1.org (www.bing.com) [Referral]
powershell Import-Module : "The specified module" "was not loaded because no valid module file was found in any" (www.google.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in any (www.google.com) [Referral]
WebAdministration "Import Module" no valid module (www.google.de) [Referral]
WebAdministration module CTP3 powershell (www.google.com) [Referral]
powershell import module (search.yahoo.com) [Referral]
module was not loaded because no valid module file was found in any module directory (www.bing.com) [Referral]
powershell FileTransfer module (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
powershell binary module manifest (www.google.com) [Referral]
"no valid module file was found in any module directory" (www.bing.com) [Referral]
powershell 2.0 2009-07-22 (www.google.lt) [Referral]
3 (blogs.technet.com) [Referral]
ImportSystemModules powershell remoting (www.google.com) [Referral]
Import-Module : The specified module 'HyperV' was not loaded because no valid m odule file was found in any module directory. (www.google.com) [Referral]
Import-Module : The specified module 'Hyper V' was not loaded because no valid m odule file was found in any module directory. (www.google.com) [Referral]
because no valid module file was found in any module directory (www.google.com) [Referral]
powershell + module manifest file (www.google.com) [Referral]
c# "import-module" powershell (www.google.com) [Referral]
powershell read hashtable from file (www.google.co.uk) [Referral]
psd1 powershell (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
"powershell 2.0" module "webadministration" (www.google.it) [Referral]
the specified module "webadministration" was not loaded (www.google.co.in) [Referral]
The specified module 'FileTransfer' was not loaded because no valid module file was found in any module directory. (www.bing.com) [Referral]
The specified module 'FileTransfer' was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
Import-Module powershell not found (www.google.nl) [Referral]
import-module The specified module was not loaded (www.google.com) [Referral]
"The specified module" "was not loaded because no valid module file was found in any module directory" (www.bing.com) [Referral]
PowerShell Specified Module 'WebAdministration' (www.google.com) [Referral]
"The specified module 'WebAdministration' was not loaded" (www.google.com) [Referral]
powershell module manifests (www.google.com) [Referral]
hyperv.psd1 (www.google.com.hk) [Referral]
Powershell CTP3 FileTransfer (www.google.co.uk) [Referral]
powershell modules manifest (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
powershell replace wildcard (www.google.co.uk) [Referral]
powershell list imported modules (www.google.com) [Referral]
clrversion import-module (www.bing.com) [Referral]
webadministration modulle powershell (www.google.lt) [Referral]
was found in any modeule directory powershell (www.google.be) [Referral]
powershell replace wildcard (www.google.no) [Referral]
Specificed module was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
"Import-Module : The specified module" (www.google.com) [Referral]
powershell PSD1 (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
powershell literal asterisk (www.google.com) [Referral]
installutil win7 windows 2008 powershell (www.bing.com) [Referral]
powershell module list (www.google.co.kr) [Referral]
powershell psd1 (www.google.com) [Referral]
The specified module was not loaded because no valid module file was found in any module directory (www.google.com.tw) [Referral]
PowerShell RequiredAssemblies (www.google.com) [Referral]
psd1 powershell (www.google.ca) [Referral]
powershell module psd1 (www.google.com) [Referral]
powershell ctp3 webadministration (www.google.ie) [Referral]
Import-Module : The specified module 'mod.psd1' was not loaded because no valid module file was found in any module directory. (www.bing.com) [Referral]
powershell webadministration win7 "no valid module" (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
powershell specified module not loaded no valid module file was found in any module directory (www.google.com) [Referral]
http://yandex.ru/yandsearch?text=powershell+register+system+... [Referral]
powershell IMPORT MODULE IF NOT IMPORTED (www.google.es) [Referral]
powershell data psd1 (www.google.cz) [Referral]
modules manifest (www.bing.com) [Referral]
module manifest powershell (www.google.com) [Referral]
powershell binary modules (www.google.com) [Referral]
RequiredAssemblies PowerShell (www.google.co.jp) [Referral]
WebAdministration "powershell 2" (www.google.com.au) [Referral]
import-module exportedCmdlets empty (www.google.de) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in any module directory. (www.google.ca) [Referral]
powershell modules (www.bing.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in any module directory. (www.bing.com) [Referral]
specified module 'webadministration' was not loaded (www.bing.com) [Referral]
Powershell Module Manifest (www.google.com) [Referral]
webadministration "no valid module file was found" (www.bing.com) [Referral]
powershell ImportSystemModules (search.yahoo.com) [Referral]
The specified module 'WebAdministration' was not loaded because no valid module file was found (www.google.com) [Referral]
WebAdministration "no valid module file" (www.bing.com) [Referral]
C#: PowerShell.Import Module (www.google.com) [Referral]
module manifest powershell binary and script (www.bing.com) [Referral]
4 (blogs.technet.com) [Referral]
requiredmodules powershell (www.bing.com) [Referral]
powershell binary module manifest (www.bing.com) [Referral]
powershell to dll (www.google.cn) [Referral]
powershell import-module hyper-v (www.google.fi) [Referral]
powershell import-module hyperv (www.google.fi) [Referral]
The specified module WebAdministration was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
powershell importsystemmodules (www.google.ch) [Referral]
www.psd1.org (www.bing.com) [Referral]
module manifest change powershell 2.0 (www.google.com) [Referral]
powershell google translate (www.google.com) [Referral]
importsystemmodules WebAdministration (www.google.se) [Referral]
Import-Module : The specified module 'monitoring' was not loaded because no valid module file was found in any module (www.bing.com) [Referral]
Powershell +Import-Module +From DLL (www.bing.com) [Referral]
The specified module 'ServerManager' was not loaded because no valid module file was found in any module (www.bing.com) [Referral]
powershell psd1 (www.google.com) [Referral]
powershell import dll (www.google.com) [Referral]
powershell module declare function (www.google.com) [Referral]
The specified module 'WebAdministration' was not loaded because no valid module file was found in any module direc (www.google.ru) [Referral]
"The specified module 'WebAdministration' was not loaded because no valid module file was found in any module directory" (www.google.ru) [Referral]
powershell module manifest (www.google.co.nz) [Referral]
powershell Add-Module not found (www.bing.com) [Referral]
aa49c64ad18011a05be88e285848 (cache.baidu.com) [Referral]
Import-Module : The specified module was not loaded because no valid modul (www.google.se) [Referral]
powershell update-formatdata "already present" (www.google.com) [Referral]
powershell 2 ctp3 import-module global (www.bing.com) [Referral]
Import-Module : The module to process 'Microsoft.Windows.ServerManager.PowerShell', listed in field 'NestedModules' of (www.google.com) [Referral]
http://www.baidu.com/s?bs=NoExit+-ImportSystemModules&f=8&wd... [Referral]
specified module servermanager was not loaded (www.google.com) [Referral]
WebAdministration "no valid module file was found" (www.google.com) [Referral]
powershell psd1 (www.google.de) [Referral]
what is powershell psd1 (www.google.com) [Referral]
powershell replace wildcard (www.google.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in any m odule directory. (www.google.com.au) [Referral]
powershell Module manifest (www.google.com) [Referral]
module manifest powershell (www.google.com) [Referral]
powershell importsystemmodules (www.google.de) [Referral]
powershell "not loaded because no valid module" (www.google.com) [Referral]
'WebAdministration' was not loaded because no valid module file was found in any module directory (www.bing.com) [Referral]
powershell modules file transfer (www.google.com) [Referral]
powershell psd1 collection parse (www.google.com) [Referral]
The specified module 'ServerManager' was not loaded because no valid module file was found in any module directory (www.bing.com) [Referral]
powershell psd1 (www.google.cz) [Referral]
The specified module 'pmodem' was not loaded because no valid module file was found in any module directory (www.google.co.uk) [Referral]
powershell module manifest (www.google.com) [Referral]
Import-Module : The specified module 'FileTransfer' was not loaded (www.google.com.uy) [Referral]
import-module "was not loaded because no valid module file was found in any module" (www.google.com) [Referral]
"was not loaded because no valid module file was found in any module directory" (www.google.co.uk) [Referral]
Import Powershell modules in C# (www.google.co.in) [Referral]
powershell ImportSystemModules (www.google.fr) [Referral]
import powershell module without strong name (www.bing.com) [Referral]
rEAding file registers into array powershell (www.google.ca) [Referral]
Import-Module : The specified module was not loaded be powershell (www.google.no) [Referral]
"powershell.exe -importsystemmodules" (www.google.ee) [Referral]
powershell import module view manifest (www.google.com) [Referral]
powershell module manifest parse (www.google.com) [Referral]
nested modules, powershell modules (www.bing.com) [Referral]
nivot module manifest (www.google.com) [Referral]
adding powershell WebAdministration module (www.bing.com) [Referral]
c# import powershell module (www.google.ca) [Referral]
powershell The specified module not loaded because no valid module file (www.google.com) [Referral]
powershell psd1 (www.google.fr) [Referral]
The specified module 'servermanager' was not loaded because no valid module file was found in any module (www.google.co.uk) [Referral]
psd1 powershell (www.google.fr) [Referral]
The specified module 'ServerManager' was not loaded because no valid module file was found (www.google.hu) [Referral]
was not loaded because no valid module file was found in any mod (www.bing.com) [Referral]
The specified module 'WebAdministration' was not loaded (www.google.com) [Referral]
powershell no valid module file was found in any module directory (www.google.com) [Referral]
ImportSystemModules (www.bing.com) [Referral]
hyperv no valid module found in directory (www.google.com) [Referral]
"HyperV.psd1" (www.google.com) [Referral]
"The specified module 'servermanager' was not loaded because no valid module file was found in any module directory" (www.google.com) [Referral]
"Microsoft.Windows.ServerManager.PowerShell" (www.google.co.uk) [Referral]
powershell module manifest (www.google.sk) [Referral]
psd1 powershell (www.google.com) [Referral]
powershell import manifest (www.google.com) [Referral]
Powershell, PSD1, Nested modules (www.google.com) [Referral]
win 2008 powershell import-Module "no valid module file was found" (www.google.com) [Referral]
"was not loaded because no valid module file was found" (www.google.com) [Referral]
filetransfer powershell "windows 7" module not found (www.google.de) [Referral]
"powershell" "module manifest" ModuleToProcess "module directory" (www.google.com) [Referral]
powershell module manifest (www.google.com) [Referral]
Import-Module : The specified module 'ServerManager' was not loaded because no valid m (www.bing.com) [Referral]
http://www.nivot.org/2008/12/30/PowerShellCTP3AndModuleManifests.aspx (www.google.com) [Referral]
http://www.nivot.org/Trackback.aspx?guid=6a9658f1-6559-4598-bb02-dbc573416a1d (www.google.com) [Referral]
http://www.nivot.org/2008/12/30/PowerShellCTP3AndModuleManifests.aspx?TB_iframe=true&height=500&width=750 (www.google.com) [Referral]
import-module is not working in powershell (www.bing.com) [Referral]
powershell servermanager module (www.google.nl) [Referral]
powershell Import ServerManager (www.bing.com) [Referral]
The specified module "WebAdministration" was not loaded * (www.google.no) [Referral]
"no valid module file" (www.google.com) [Referral]
powershell 2.0 import-module binary (www.bing.com) [Referral]
'ServerManager' was not loaded because no valid module file (www.google.com) [Referral]
powershell read manifest (www.google.cz) [Referral]
Import-Module : The specified module 'servermanager' was not loaded because no (www.bing.com) [Referral]
the specified module 'Servermanager' was not loaded because (www.google.de) [Referral]
no valid module was found in any module directory (www.google.com.au) [Referral]
powershell the specified module was not loaded (www.google.de) [Referral]
powershell module manifest (www.google.com) [Referral]
The specified module 'ActiveDirectory' was not loaded because no valid module file was found (www.bing.com) [Referral]
HyperV.psd1 (www.google.com) [Referral]
"Import-Module : The specified module 'ServerManager' was not loaded" (www.google.com) [Referral]
ImportSystemModules (www.bing.com) [Referral]
import-module servermanager module file not found (www.google.ch) [Referral]
import-module ServerManager The specified module 'ServerManager' was not loaded because no valid modul (www.google.ch) [Referral]
WebAdministration' was not loaded because no valid module file (www.google.ca) [Referral]
import-module : The specified module was not loaded because no valid module file was found (www.google.com) [Referral]
The specified module was not loaded because no valid (www.google.com) [Referral]
"because no valid module file was found in any module directory" (www.bing.com) [Referral]
powershell module manifest (www.google.com) [Referral]
Import-Module ServerManager was not loaded because no valid (www.google.com) [Referral]
powershell replace asterisk (www.google.com) [Referral]
no valid module file was found in any module directory (www.bing.com) [Referral]
Import powershell modules in C# (www.google.co.in) [Referral]
The specified module 'ActiveDirectory' was not loaded because no valid module found in any module directory (www.google.com) [Referral]
module was not loaded because no valid module file was found in any module directory (www.google.com) [Referral]
powershell ImportSystemModules (www.google.com) [Referral]
no valid module file found powershell (www.google.de) [Referral]
'Servermanager' was not loaded because no valid module file (www.google.com) [Referral]
Import-Module : The specified module 'ServerManager' was not loaded because no (www.google.co.il) [Referral]
module powershell "manifest" (www.google.co.th) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in any module directory. (www.google.co.za) [Referral]
the specified module ServerManager was not loaded (www.google.co.uk) [Referral]
powershell module privatedata (www.google.com) [Referral]
powershell module manifest wrapper (www.google.com) [Referral]
powershell psd1 (www.google.de) [Referral]
Import-Module : the specified -cluster +servermanager (www.google.com) [Referral]
The specified module 'ActiveDirectory' was not loaded (www.google.com) [Referral]
9f769a408dd811a059e8cb664251 (cache.baidu.com) [Referral]
powershell module "manifest" (www.google.co.th) [Referral]
"The specified module 'ActiveDirectory' was not loaded because no valid module file was found in any mod" (www.google.co.uk) [Referral]
The specified module 'activedirectory' was not loaded because no valid module file was found in any module directory (www.bing.com) [Referral]
The specified module 'ActiveDirectory' was not loaded because no valid module file was found in any module directory. (www.google.hu) [Referral]
Import-Module : The specified module 'activedirectory' was not loaded because no valid m odule file was found in any module directory. (www.bing.com) [Referral]
powershell binary module (www.bing.com) [Referral]
powershell list literals (www.google.com) [Referral]
"Microsoft.Windows.ServerManager" FileNotFound (www.bing.com) [Referral]
powershell psd1 (www.google.com) [Referral]
The specified module 'Webadministration' was not loaded (www.google.com) [Referral]
Powershell list of what ImportSYstemModules is loading (www.bing.com) [Referral]
was not loaded because no valid module file was found in any modul (www.google.co.uk) [Referral]
technet manifest powershell module (www.google.de) [Referral]
"the specified module was not loaded because no valid module file was found" (www.bing.com) [Referral]
powershell "into hashtable" (www.google.com) [Referral]
"import-module servermanager" "was not loaded" (www.google.com) [Referral]
import-module specified module 'servermanager' was not loaded (www.google.com) [Referral]
The specified module 'webadministration' was not loaded because no valid module file was found in any module directory (www.google.co.uk) [Referral]
Import-Module : The specified module 'Servermanager' was not loaded because no valid module file was found in any module directory. (www.google.es) [Referral]
The specified module 'servermanager' was not loaded (www.google.si) [Referral]
"Import-Module : The specified module was not loaded because no valid module file" (www.google.com) [Referral]
how list powershell modules (www.google.pl) [Referral]
powershell psd1 (www.google.com) [Referral]
"The specified module 'WebAdministration'" (www.google.com) [Referral]
PowerShell literal hashtable (www.bing.com) [Referral]
add powershell module technet (www.google.com) [Referral]
powershell psd1 (www.google.com) [Referral]
"was not loaded because no valid module file was found in any module directory" (www.google.com) [Referral]
"The specified module 'ServerManager' was not loaded" (www.bing.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded because no valid module file was found in any module directory (www.google.com.au) [Referral]
powershell psd1 (www.google.fr) [Referral]
"The specified module was not loaded because no valid module file was found in any module directory" (www.google.nl) [Referral]
import-module servermanager not loaded no valid module file was found (www.google.com) [Referral]
Import-Module : The specified module 'ServerManager' was not loaded because no valid module file was found in (www.google.com.mx) [Referral]
The specified module 'servermanager' was not loaded because no valid module file was found in any module directory. (www.google.co.uk) [Referral]
powershell define function in binary module (www.google.com) [Referral]
Import-Module : The specified module 'ServerManager' was not loaded because no valid module file was found in any module (www.google.com) [Referral]
http://hap1.ucweb.com.cn:8040/baidu_groups/web/http/www.baid... [Referral]
Manifest powershell ImportSystemmodules (www.google.co.jp) [Referral]
powershell psd1 files (www.google.co.uk) [Referral]
Import-Module : The specified module 'monitoring' was not loaded because no valid module file was found in any module (cn.bing.com) [Referral]
powershell module directory (www.bing.com) [Referral]
powershell manifest module (www.google.de) [Referral]
powershell psd1 files (www.google.com) [Referral]
Import-Module : The specified module 'ActiveDirectory' was not loaded because (www.google.com.au) [Referral]
powershell webadministration was not loaded (www.google.nl) [Referral]
powershell import-module The specified module 'webadministration' was not loaded because no valid module directory (www.google.nl) [Referral]
Import-Module : The specified module 'ActiveDirectory' was not loaded because (www.google.fi) [Referral]
C# powershell import-module (www.google.com.sg) [Referral]
powershell psd1 file (www.google.com) [Referral]
Import-Module ServerManager (www.bing.com) [Referral]
c# PowerShell module (www.google.com) [Referral]
Import-Module WebAdministration not found (www.google.com) [Referral]
Import-Module WebAdministration " was not loaded because no valid module file was found in any module directory" (www.google.com) [Referral]
powershell sign manifest (www.google.com) [Referral]
import-module WebAdministration no valid module file was found (www.google.com) [Referral]
import-module WebAdministration "no valid module file was found" (www.google.com) [Referral]
WebAdministration valid module found (www.google.com) [Referral]
empty ExportedCmdlets (www.bing.com) [Referral]
Import-Module : The specified module 'WebAdministration' was not loaded becaus (www.google.com.au) [Referral]
powershell psd1 (www.google.de) [Referral]
powershell nested module (www.google.cz) [Referral]
Comments are closed.