JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

test | JustPaste.app
6 days ago2 views
👨‍💻Programming

test

$newThumbprint = "1bd7129d5fd8938ca066b80f63d7e27f54ca27eb"

Set-WSManInstance `
  -ResourceURI "winrm/config/Listener" `
  -SelectorSet @{
      Address   = "*"
      Transport = "HTTPS"
  } `
  -ValueSet @{
      CertificateThumbprint = $newThumbprint
  }
← Back to timeline