ForEachObjectCommand ForegroundApplicationBoost FormatCustomCommand FormatDefaultCommand FormatHex FormatListCommand FormatTableCommand FormatWideCommand FormObject FormObjectCollection FrontPanelResetStatus FunctionProvider FunctionProviderDynamicParameters GenericMeasureInfo GenericObjectMeasureInfo GetAclCommand GetAlias...
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...
PowerShellGet 模块中的 cmdlet 使用 NuGet 中的功能与 PowerShell 库进行交互。下表列出了用于在 PowerShell 库中查找内容的两个最常见 cmdlet。表1:用于在 PowerShell 库中查找内容的 Cmdlet展开表 Cmdlet说明 Find-Module 使用此 cmdlet 在 PowerShell 库中搜索 Windows PowerShell 模块。 ...
Get-command-moduleMicrosoft.PowerShell.Management 下表列出了 Microsoft.PowerShell.Management 模块中包含的一些更常见的 cmdlet。 表1:Microsoft.PowerShell.Management 模块中包含的 Cmdlet Cmdlet描述 Get-ComputerInfo从计算机检索所有系统和操作系统属性 Get-Service检索计算机上的所有服务的列表...
Dynamic modules: These are created using the New-Module command and exists in memory only. The following command creates a very simple dynamic module that adds the Get-Number command: New-Module -Name TestModule -ScriptBlock { function Get-Number { return 1 } } ...
您现在可以将模块导入您的 PowerShell 会话:Import-Module PSWindowsUpdate 模块命令的用法 您可以在 PSWindowsUpdate 模块中显示可用 cmdlet 的列表,如下所示: get-command -module PSWindowsUpdate 命令列表 Clear-WUJob – 使用 Get-WUJob 清除 Task Scheduler 中的 WUJob; ...
Install-Module: The ‘Install-Module’ command was found in the module ‘PowerShellGet’, but the module could not be loaded. For more information, run ‘Import-Module PowerShellGet’. Furthermore, when you try and runImport-Module PowerShellGetas per the preceding error message, you receive...
Save-Help、Update-Help、Import-PSSession、Export-PSSession 和 Get-Command 皆有 ModuleSpecification 類型的新參數 FullyQualifiedModule。 您可新增這個參數來指定模組的完整名稱。 $PSVersionTable.PSVersion的值已經更新至 5.0。 WMF 5.0 (PowerShell 5.0) 包含了Pester模組。 Pester 是一種單元測試架構,適用於 ...
ForEach-Object Get-Command Get-ExperimentalFeature Get-Help Get-History Get-Job Get-Module Get-PSHostProcessInfo Get-PSSession Get-PSSessionCapability Get-PSSessionConfiguration Get-PSSubsystem Import-Module Invoke-Command Invoke-History New-Module New-ModuleManifest New-PSRoleCapabilityFile New-PSSession ...
有关如何确定所需的权限范围的详细信息,请参阅使用 Find-MgGraphCommand。 连接到 Microsoft Graph 若要连接到 Microsoft 365 组织,请使用示例权限范围运行以下命令: PowerShell Connect-MgGraph-Scopes"User.Read.All","Group.ReadWrite.All" 命令会提示你转到网页以使用凭据登录。 完成此操作后,命令指示成功并显示...