about WSMan Provider - PowerShell | Microsoft Learn

PHOTO EMBED

Tue Jul 09 2024 06:30:15 GMT+0000 (Coordinated Universal Time)

Saved by @Dewaldt

$cred = Get-Credential
New-Item -Path WSMan:\localhost\ClientCertificate `
         -Issuer 1b3fd224d66c6413fe20d21e38b304226d192dfe `
         -URI wmicimv2/* `
         -Credential $cred;
content_copyCOPY

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