获取有关 cmdlet 以及有关 Windows PowerShell 命令的其他元素的基本信息。 语法Get-Command[[-Name]<string[]>][-CommandType{Alias|Function|Filter|Cmdlet|ExternalScript|Application|Script|All}][[-ArgumentList]<O bject[]>][-Module <string[]>][-Syntax][-TotalCount <int>][<CommonParame ters>]Get...
PowerShell 的新功能 Windows PowerShell 安全性 期望狀態配置(DSC) PowerShell 資源庫 社群 腳本和開發 文件參與者指南 PowerShell 支援生命週期 Cmdlet 參考資料 CimCmdlets 命令 取得-Cim關聯實例 Get-CimClass Get-CimInstance Get-CimSession Invoke-CimMethod ...
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 ...
Get-Module cmdlet 列出了已导入或可导入到 PowerShell 会话中的 PowerShell 模块。 如果没有参数,Get-Module 获取已导入到当前会话中的模块。 ListAvailable 参数用于列出可从 PSModulePath 环境变量($Env:PSModulePath)中指定的路径导入的模块。 Get-Module 返回的模块对象包含有关该模块的宝贵信息。 还可以通过...
Module: CimCmdlets Obtient une liste de classes CIM dans un espace de noms spécifique.SyntaxePowerShell Copier Get-CimClass [[-ClassName] <string>] [[-Namespace] <string>] [-Amended] [-OperationTimeoutSec <uint>] [-ComputerName <string[]>] [-MethodName <string>] [-PropertyName <...
CimCmdlets 从当前会话中获取 CIM 会话对象。 语法 PowerShell复制 Get-CimSession[[-ComputerName] <String[]>] [<CommonParameters>] PowerShell复制 Get-CimSession[-Id] <UInt32[]> [<CommonParameters>] PowerShell复制 Get-CimSession-InstanceId<Guid[]> [<CommonParameters>] ...
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 Required? False Position? Named Accept pipeli...
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...
I just saw a cool article by Don Brown who has written a set ofSMS Cmdlets for Windows PowerShell. These work with SMS 2003 and are well worth a look-see if you are an SMS customer. (Btw – I wrote Get-XXX to mean GET-(any nounname) but now that I look at it, it looks lik...
Summary: Find only Windows PowerShell cmdlets that use the verb “get.” How can I find cmdlets in Windows PowerShell that use the verb “get” when the parameters–Verband–CommandTypeare exclusive? UseGet-Commandto find the–CommandTypeof the cmdlet, pipe the results toWhere-Object, ...