Frank
2007-12-12 00:03:02 UTC
Hi,
When doing a:
gwmi -namespace root\mscluster -computer servername -class
mscluster_resource|%{$_.type}|sort
I get: Get-WmiObject : Access denied
The event log has:
Access to the root\mscluster namespace was denied. The namespace is marked
with RequiresEncryption but the client connection was attempted with an
authentication level below Pkt_Privacy. Re try the connection using
Pkt_Privacy authentication level.
Does anyone know how to get around this w/o modifying the servers config?
Thanks in advance,
When doing a:
gwmi -namespace root\mscluster -computer servername -class
mscluster_resource|%{$_.type}|sort
I get: Get-WmiObject : Access denied
The event log has:
Access to the root\mscluster namespace was denied. The namespace is marked
with RequiresEncryption but the client connection was attempted with an
authentication level below Pkt_Privacy. Re try the connection using
Pkt_Privacy authentication level.
Does anyone know how to get around this w/o modifying the servers config?
Thanks in advance,