about WSMan Provider - PowerShell | Microsoft Learn

PHOTO EMBED

Tue Jul 09 2024 06:29:38 GMT+0000 (Coordinated Universal Time)

Saved by @Dewaldt

New-Item -Path WSMan:\localhost\Plugin `
         -Plugin TestPlugin `
         -FileName %systemroot%\system32\WsmWmiPl.dll `
         -Resource http://schemas.dmtf.org/wbem/wscim/2/cim-schema `
         -SDKVersion 1 `
         -Capability "Get","Put","Invoke","Enumerate" `
         -XMLRenderingType text
content_copyCOPY

https://learn.microsoft.com/en-za/powershell/module/microsoft.wsman.management/about/about_wsman_provider?view