Guest User

Untitled

a guest
Nov 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Get-SCVMHost -VMMServer localhost | Select -Property @{name='BIOSGUID';expression={$_.PhysicalMachine.SMBiosGUID}} | convertto-json -depth 4
  2.  
  3. [
  4. {
  5. "BIOSGUID": null
  6. },
  7. {
  8. "BIOSGUID": {
  9. "value": "xxxyyyzzz",
  10. "Guid": "xxxyyyzzz"
  11. }
  12. },
  13. {
  14. "BIOSGUID": {
  15. "value": "yyyzzzaaa",
  16. "Guid": "yyyzzzaaa"
  17. }
  18. }
  19. ]
Add Comment
Please, Sign In to add comment