Cmdlet说明 Find-Module使用此 cmdlet 在 PowerShell 库中搜索 Windows PowerShell 模块。 最简单的用法是根据模块名进行搜索,但也可以根据命令名、版本、DscResource 和 RoleCapability 进行搜索。 Find-Script使用此 cmdlet 在 PowerShell 库中搜索 Windows PowerShell 脚本。 最简单的用法是根据脚本...
此模块版本中的 cmdlet 是调用 Microsoft.PowerShell.PSResourceGet 模块中的等效 cmdlet 的代理 cmdlet。 代理cmdlet 为使用版本 2.x cmdlet 的脚本提供兼容层。 在大多数情况下,脚本无需修改即可继续工作。 但是,模块之间的行为存在一些差异。 Microsoft.PowerShell.PSResourceGet cmdlet 不支持 PowerShellGet cmdlet...
Get-Modulecmdlet 列出了已导入或可以导入到 PowerShell 会话中的 PowerShell 模块。 在没有参数的情况下,Get-Module将获取已导入到当前会话的模块。ListAvailable参数用于列出可从PSModulePath环境变量 ($env:PSModulePath) 中指定的路径导入的模块。 Get-Module返回的模块对象包含有关该模块的重要信息。 还可以通过...
Using module-qualified names Using the module-qualified name of a cmdlet allows you to run commands hidden by an item with the same name. For example, you can run the Get-Date cmdlet by qualifying it with its module name MICROSOFT.POWERSHELL.UTILITY. Use this preferred method when writing ...
Get-command-moduleMicrosoft.PowerShell.Management 下表列出了 Microsoft.PowerShell.Management 模块中包含的一些更常见的 cmdlet。 表1:Microsoft.PowerShell.Management 模块中包含的 Cmdlet Cmdlet描述 Get-ComputerInfo从计算机检索所有系统和操作系统属性 Get-Service检索计算机上的所有服务的列表...
To load the Windows PowerShell cmdlet modules: Open Windows PowerShell or Windows PowerShell Integrated Scripting Environment (ISE). Enter one of the following cmdlets to load a list of usable cmdlets for the module you want: 展開表格 App-v componentCmdlet to enter App...
Get-CimSession Gets the CIM session objects from the current session. Invoke-CimMethod Invokes a method of a CIM class. New-CimInstance Creates a CIM instance. New-CimSession Creates a CIM session. New-CimSessionOption Specifies advanced options for the New-CimSession cmdlet. ...
Get-InitiatorPort Get-MaskingSet Get-OffloadDataTransferSetting Get-Partition Get-PartitionSupportedSize Get-PhysicalDisk Get-ResiliencySetting Get-StorageEnclosure Get-StorageEnclosureVendorData Get-StorageJob Get-StorageNode Get-StoragePool Get-StorageProvider ...
GetFooCmdlet : Cmdlet { [Parameter(Position=0)] public DateTime Date { get; set; } protected override void ProcessRecord() { WriteObject(Date); } } '@ -PassThru | % Assembly | Import-Module [cultureinfo]::CurrentCulture = 'de-DE' $dateStr = '19-06-2018' Get-Date_Cmdlet...
System.Management.Automation.CommandNotFoundException: 'The term 'Get-DnsServerResourceRecord' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.' ...