We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ab764 + 01385e9 commit 4436029Copy full SHA for 4436029
docset/windows/networkcontroller/get-networkcontrollerstate.md
@@ -25,7 +25,7 @@ This cmdlet retrieves the provisioning state of NetworkControllerState resource.
25
## SYNTAX
26
27
```
28
-Get-NetworkControllerState [-ConnectionUri <Uri>] [-CertificateThumbprint <String>]
+Get-NetworkControllerState -ConnectionUri <Uri> [-CertificateThumbprint <String>]
29
[-Credential <PSCredential>] [-PassInnerException] [<CommonParameters>]
30
31
@@ -67,7 +67,7 @@ Type: Uri
67
Parameter Sets: (All)
68
Aliases:
69
70
-Required: False
+Required: True
71
Position: Named
72
Default value: None
73
Accept pipeline input: False
0 commit comments