Guest User

Untitled

a guest
Oct 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. PS C:Usersoscar> $PSVersionTable
  2.  
  3. Name Value
  4. ---- -----
  5. PSVersion 5.1.17134.228
  6. PSEdition Desktop
  7. PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
  8. BuildVersion 10.0.17134.228
  9. CLRVersion 4.0.30319.42000
  10. WSManStackVersion 3.0
  11. PSRemotingProtocolVersion 2.3
  12. SerializationVersion 1.1.0.1
  13.  
  14. (Get-PfxCertificate -FilePath C:UsersoscarDesktoplocalhost.pfx).GetPublicKey()
  15.  
  16. (Get-PfxCertificate -FilePath C:UsersoscarDesktoplocalhost.pfx).GetRawCertData()
Add Comment
Please, Sign In to add comment