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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Find docker instructions in the docker folder [here](https://github.com/microsoftgraph/msgraph-cli/tree/main/docker)
57
+
58
+
## Uninstalling
59
+
1. Delete the CLI installation folder
60
+
2. If path enviroment variable had been set, remove it.
15
61
16
62
## Registering an application in Azure AD
17
63
18
-
> **Note:** this step is required if your client will be calling APIs that are protected by the Microsoft Identity Platform like Microsoft Graph.
64
+
> **Note:** this step is **NOT**required unless your client will be calling APIs that are protected by the Microsoft Identity Platform like Microsoft Graph OR using Client Certificate authentication option.
19
65
20
66
Follow the instructions in [Register an application for Microsoft identity platform authentication](register-app.md) to get an application ID (also know as a client ID).
21
67
22
-
### Creating the client application
23
-
24
68
Replace `YOUR_CLIENT_ID` with the client ID from your app registration.
25
69
26
70
## Executing the application
27
-
Navigate to your download folder and use the **mgc** command to run commands on the CLI SDK.
71
+
Navigate to your download folder and use the **mgc** (on Windows/Mac) or **./mgc** (on WSL or Linux) command to run commands on the CLI SDK.
72
+
28
73
Add -h to your commands to view additional commands.
Qn: Why am I not getting a response back after running a command?
84
130
85
-
mgc login
86
-
```
131
+
Ans:add --debug to your command
87
132
88
-
###Samples
89
-
You can find additional samples here:[CLI SDK samples](https://github.com/microsoftgraph/msgraph-cli/tree/main/samples)
133
+
## Samples
134
+
You can find additional samples here (contains sample commands for CMD, PowerShell & Bash)[CLI SDK samples](https://github.com/microsoftgraph/msgraph-cli/tree/main/samples)
90
135
91
136
92
137
> Note: This repository is for the .NET CLI. If you are looking for the Python CLI, it's been moved to the [msgraph-cli-archived](https://github.com/microsoftgraph/msgraph-cli-archived) repository
0 commit comments