Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 Powershell 使用特殊的“cd”命令配置 WinRM。谁能解释它是如何工作的以及我如何为我自己的应用程序实现这种类型的插件?
您正在查看的是 PowerShell 提供程序。您可以实现提供程序以将数据或配置信息公开为文件系统。
此链接应该可以帮助您入门,但要知道提供程序比 cmdlet 更难实现。
编写 Windows PowerShell 提供程序