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.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Microsoft Graph CLI
2
2
3
-
Microsoft Graph CLI SDK provides convenient methods to access Microsoft Graph capabilities using a simplistic command line interface experience on any operating system and any shell.
3
+
Microsoft Graph CLI provides convenient methods to access Microsoft Graph capabilities using a simplistic command line interface experience on any operating system and any shell.
4
4
5
5
## Required tools
6
-
A commandline tool should work on any terminal. We recommend:
6
+
A command line tool should work on any terminal. We recommend:
To download the CLI SDK to get started for Windows, Mac, or Linux.
22
-
here on the assets link of the latest release: [CLI SDK Download](https://github.com/microsoftgraph/msgraph-cli/releases)
21
+
To download the CLI to get started for Windows, Mac, or Linux.
22
+
here on the assets link of the latest release: [CLI Download](https://github.com/microsoftgraph/msgraph-cli/releases)
23
23
24
24
25
25
#### Windows
@@ -187,12 +187,12 @@ Follow the instructions in [Register an application for Microsoft identity platf
187
187
Replace `YOUR_CLIENT_ID` with the client ID from your app registration.
188
188
189
189
## Executing the application
190
-
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.
190
+
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.
191
191
192
192
Add -h to your commands to view additional commands.
193
193
194
194
## Authenticating on the CLI tool
195
-
The SDK supports both delegeted and app-only authentication strategies. Run the command below to see supported authentication strategies.
195
+
CLI supports both delegeted and app-only authentication strategies. Run the command below to see supported authentication strategies.
196
196
197
197
```bash
198
198
#View supported authentication strategies. Default is Device Code
@@ -250,7 +250,7 @@ Qn: Why am I not getting a response back after running a command?
250
250
Ans:add --debug to your command
251
251
252
252
## Samples
253
-
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)
253
+
You can find additional samples here (contains sample commands for CMD, PowerShell & Bash) [CLI samples](https://github.com/microsoftgraph/msgraph-cli/tree/main/samples)
254
254
255
255
256
256
> 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