Buongiorno a tutti!
ho un piccolo problema con windows management.

Il mio sistema di monitoraggio presentava il seguente problema relativo agli script WMI:
Access to the root\mscluster namespace was denied because the namespace is marked with RequiresEncryption but the script or application attempted to connect to this namespace with an authentication level below Pkt_Privacy. Change the authentication level to Pkt_Privacy and run the script or application again.

Memore del problema ho forzato il winmgmt su standalone livello 5 con il comando winmgmt /standalonehost 5 cambiando di fatto il livello di security a tutte le namespaces, ed il problema è stato risolto.

Ora poichè facendo questa modifica mi va in palla HP SIM, basta ridare il comando winmgmt /sharedhost per riportare il security Level a RequiresEncription?

grazie!