You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet dumps the current configuration and state of Network Controller services on the local Network Controller nodes. This is useful for diagnostic purposes. The state is stored locally in the Network Controller nodes at %windir%/tracing/SDNDiagnostics/NetworkControllerState folder.
34
36
35
37
## EXAMPLES
36
-
38
+
This example dumps the state of Network Controller services on the local Network Controller nodes.
Specifies the digital public key X.509 certificate of a user account that has permission to perform this action.This is the certificate thumbprint of the certificate.This thumbprint must also be provided in the *ClientCertificateThumbprint* parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user.
Specifies the Uniform Resource Identifier (URI) of the Network Controller, used by all Representational State Transfer (REST) clients to connect to Network Controller.
Specifies a user credential that has permission to perform this action.The default value is the current user.This user must be present in the security group provided in the *ClientSecurityGroup* parameter in the **Install-NetworkController** cmdlet.
Specifies the entity tag (ETag) of the resource.An ETag is an HTTP response header returned by an HTTP-compliant web server.An ETag is used to determine change in the content of a resource at a given URL.The value of the header is an opaque string representing the state of the resource at the time the response was generated.
0 commit comments