Skip to content

Commit fa7dd38

Browse files
authored
Correcting Connect-MSGraphApp to Connect-MSGraph
This is a reversal of change #2460 on 18th Feb 2022: https://github.com/MicrosoftDocs/memdocs/issues/2460 That change broke these steps for myself and my customer: "Update-MSGraphEnvironment : Cannot validate argument on parameter 'AppId'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. Both of us have actually tested these steps (Connect-MSGraph) and ensured we can successfully progress to the next step.
1 parent c15782a commit fa7dd38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/autopilot/existing-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you want, you can set up an [enrollment status page](enrollment-status.md) (E
8585
Make sure the user account you specify has sufficient administrative rights.
8686
8787
```powershell
88-
Connect-MSGraphApp
88+
Connect-MSGraph
8989
```
9090
9191
Windows requests the user and password for your account with a standard Azure AD form. Type your username and password, and then select **Sign in**.

0 commit comments

Comments
 (0)