Board logo

标题: [转载代码] [PowerShell每日技巧]自动加载模块的改进(20131122) [打印本页]

作者: DAIC    时间: 2013-11-25 19:42     标题: [PowerShell每日技巧]自动加载模块的改进(20131122)

PowerShell 3.0 will auto-load modules as you have seen in a previous tip. However, with some modules, this technique may fail. Their cmdlets will still only be available after you manually import the module using Import-Module.

The reason most likely is the way these modules were built. PowerShell has no way of detecting which cmdlets are exported by these modules.

Still, one simple line may help and make even more modules available automatically:

PS C:\> Get-Module -ListAvailable -Refresh


The -Refresh switch parameter tells PowerShell to thoroughly look at all the modules available and build or refresh an internal command cache.

http://powershell.com/cs/blogs/tips/archive/2013/11/22/improving-module-auto-loading.aspx




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2