public: property cli::array <Microsoft::PowerShell::Commands::ModuleSpecification ^> ^ FullyQualifiedName { cli::array <Microsoft::PowerShell::Commands::ModuleSpecification ^> ^ get(); void set(cli::array <Microsoft::PowerShell::Commands::ModuleSpecification ^> ^ value); }; Property Value...
Windows PowerShell 5.1 附带了预安装的 1.0.0.1 版 PowerShellGet。 此版本的 PowerShellGet 功能有限,不支持 PowerShell 库的更新功能。 若要获得支持,必须更新到最新版本。PowerShellGet展开表 Find-Command Finds PowerShell commands in modules. Find-DscResource Finds Desired State Configuration (DSC) resou...
1 通过开始菜单或者快捷方式打开Powershell程序窗口;2 在窗口中输入 Get-Module 指令;3 我们准备查询可用的模块,所以继续输入 -ListAvailable ;4 点击回车后,Powershell指令自动运行;5 指令结果中,会分别列出ModuleType、Name、ExportedCommands;6 使用Get-help Get-Module -Examples,可以查看该指令的帮助信...
示例 PSC:\Users\admin>Get-Module-ListAvailable 目录: C:\Program Files\WindowsPowerShell\Modules ModuleType Version Name ExportedCommands---Script 1.0.1 Microsoft.PowerShell.Operation.V...{Get-OperationValidat...Binary 1.0.0.1 PackageManagement{Find-Package,Get-Pa...Script 3.4.0 Pester{Describe,C...
Find-Command Finds PowerShell commands in modules. Find-DscResource Finds Desired State Configuration (DSC) resources. Find-Module Finds modules in a repository that match specified criteria. Find-RoleCapability Finds role capabilities in modules. Find-Script Finds a script. Get-InstalledModule Gets...
PowerShellGetExpand table Find-Command Finds PowerShell commands in modules. Find-DscResource Finds Desired State Configuration (DSC) resources. Find-Module Finds modules in a repository that match specified criteria. Find-RoleCapability Finds role capabilities in modules. Find-Script Finds a script....
Script modules: These are a collection of functions written in the PowerShell language. The commands typically reside in a script module file (PSM1) Dynamic modules: These are created using the New-Module command and exists in memory only. The following command creates a very simple dynamic mod...
已新增Get-FileHashCmdlet,此 Cmdlet 會根據所指定檔案,以其中一種檔案格式傳回檔案雜湊。 在Windows PowerShell 4.0 中,如果模組在其資訊清單中使用DefaultCommandPrefix機碼,或如果使用者使用Prefix參數匯入模組,模組的ExportedCommands屬性就會顯示模組中具有該前置詞的命令。 當您使用模組限定語法 ModuleName\CommandNa...
This parameter does not rely on Windows PowerShell remoting, which uses WS-Management. You can use theComputerNameparameter ofGet-WmiObjecteven if your computer is not configured to run WS-Management remote commands. Type:String[] Aliases:Cn ...
PowerShellGet v3 is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PSResourceGet functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'