PowerShell Find-Module-NamePowerShellGet Version Name Repository Description ------- ---- ---------- -----------2.1.0PowerShellGet PSGallery PowerShell module with commandsfordiscovering... 该Find-Modulecmdlet 使
This documentation covers version 3.0.22-beta22 of the PowerShellGet module. This module is provided for compatibility with PowerShellGet v2.2.x. The cmdlets in this version of the module are proxy cmdlets that call the equivalent cmdlets in the Microsoft.PowerShell.PSResourceGet module. The ...
Cmdlet Get-Module 會列出已匯入或可匯入 PowerShell 會話的 PowerShell 模組。 如果沒有參數, Get-Module 取得已匯入目前會話的模組。 ListAvailable 參數可用來列出可從 PSModulePath 環境變數中指定的路徑匯入的模組, ($env:PSModulePath)。傳回的模組物件 Get-Module 包含有關模組的寶貴資訊。 您也可以使用...
PowerShell 复制 Get-CimSession -Name <String[]> [<CommonParameters>]说明此cmdlet 仅在 Windows 平台上可用。 默认情况下,该 cmdlet 获取在当前 PowerShell 会话中创建的所有 CIM 会话。 可以使用 Get-CimSession 的参数来获取特定计算机的会话,也可以按会话的名称或其他标识符来标识会话。 Get-CimSession 不...
PowerShellGet Gets a list of modules on the computer that were installed by PowerShellGet. Syntax Description TheGet-InstalledModulecmdlet gets PowerShell modules that are installed on a computer using PowerShellGet. To see all modules installed on the system, use theGet-Module -ListAvailablecomma...
ters>]Get-Command[-Noun <string[]>][-Verb <string[]>][[-ArgumentList]<Object[]>][-Module <string[]>][-Syntax][-TotalCount <int>][<CommonParameters>]说明Get-Commandcmdlet 获取会话中 Windows PowerShell 命令的 cmdlet 及其他元素(
Note: For scripts written against earlier versions of this module this cmdlet can also be invoked with the alias, Get-LMFunctions. Parameters -ClientConfig <AmazonLambdaConfig> Amazon.PowerShell.Cmdlets.LM.AmazonLambdaClientCmdlet.ClientConfig Required? False Position? Named Accept pipeline input? Tr...
Note: For scripts written against earlier versions of this module this cmdlet can also be invoked with the alias,Get-MLModels. Parameters -ClientConfig <AmazonMachineLearningConfig> Amazon.PowerShell.Cmdlets.ML.AmazonMachineLearningClientCmdlet.ClientConfig ...
Module: CimCmdlets Gets the CIM instances of a class from a CIM server. Syntax PowerShell Get-CimInstance[-ClassName] <String> [-ComputerName <String[]>] [-KeyOnly] [-Namespace <String>] [-OperationTimeoutSec <UInt32>] [-QueryDialect <String>] [-Shallow] [-Filter <String>] [-Proper...
You can use thePSCredentialobject thatGet-Credentialcreates in cmdlets that request user authentication, such as those with aCredentialparameter. TheCredentialparameter is not supported by all providers that are installed with PowerShell. Beginning in PowerShell 3.0, it is supported on select cmdlets...