Skip to content

Instantly share code, notes, and snippets.

@duffney
Last active February 2, 2016 18:22
Show Gist options
  • Save duffney/3bb74fa5411ff8bc9358 to your computer and use it in GitHub Desktop.
Save duffney/3bb74fa5411ff8bc9358 to your computer and use it in GitHub Desktop.
Invoke-Command -Computername zcert01 {Get-Childitem Cert:\LocalMachine\My | Where-Object {$_.FriendlyName -eq "PSDSCPullServerCert"} | Select-Object -ExpandProperty ThumbPrint}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment