Thursday, 6 August 2015

SCOM 2012 R2 Powershell Command to check if Server is Physical or Virtual

SCOM Powershell Command to check if Server is Physical or Virtual


  • Get-SCOMaccesLicense where DEVICE_ID "Computername"
  • This will give you information whether the server is Virtual or Physical.Its agent managed or Agentless Managed.

1 comment:

  1. SCOMaccessLicence typo in the script plus DEVICE_ID parameter cannot be found error when valid name entered

    ReplyDelete