Comments
-
Hi @vinay.by , I appreciate your suggestion, but my concern is about stability in Azure environment?
-
We have Additional Web Server
-
It would be easy, if the custom property have an option for Component.
-
I tried this script which has error as Output: ============================================== Message.Source: Errors: ============================================== Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) At line:1 char:18 + ... ageDriver = Get-WmiObject Win32_PnPSignedDriver…
-
I modified the script as below. $StorageDriver = Get-WmiObject Win32_PnPSignedDriver| select DeviceName, DriverVersion | Where {$_.DriverVersion -like"*6.600.21.8*"} ${IP} -Credential ${CREDENTIAL} write-host "Message.Source: $StorageDriver" Exit(0); And now the output is Message.Source: Errors:…
-
I am looking for the OIDs for the F5 devices.
-
I have already gone through this link. Only problem is, in the Machine Type section, it is pollling the vendor icon (microsoft logo).
-
Thanks, It's worked and resolved my issue.
-
Thanks Doctor for reply. I had already gone through this and other few links. The problem here is, we don't have admin rights and if possible, will have to pull the information in monitoring (Like you mentioned with SAM).