Here you will find some SCE 2007 Management Server one line PowerShell scripts to retrieve information about your Management server.
$SCE.Name
$SCE.Id
$SCE.IsConnected
$SCE.CacheMode
$SCE.AutoRefreshCache
$SCE.SkuForLicense
$SCE.SkuForProduct
$SCE.TimeOfExpiration
$SCE.ProductId
$SCE.ConnectionSettings
$SCE.Version
Tip: You can also get them all at once by issuing the following command: $SCE
No Comments