gpt4 book ai didi

.net - WSMan PowerShell 提供程序?

转载 作者:行者123 更新时间:2023-12-02 23:47:43 25 4
gpt4 key购买 nike

如果您:

Get-PSProvider

您看不到 WSMan 的提供程序,但您可以:
Set-Location WSMan:\

最佳答案

在 PowerShell 3.0 中,WSMAN 是默认情况下不加载的 Microsoft.WSMan.Management 模块的一部分。如果您执行管理模块命令之一,PowerShell 会隐式加载该模块并且 WSMAN 驱动器是可见的。

PS> Test-WSMan

wsmid : http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd
ProtocolVersion : http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
ProductVendor : Microsoft Corporation
ProductVersion : OS: 0.0.0 SP: 0.0 Stack: 3.0


PS> Get-PSProvider | ft name

Name
----
Alias
Environment
FileSystem
Function
Registry
Variable
WSMan

或者,您可以显式加载管理模块。

关于.net - WSMan PowerShell 提供程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13438596/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com