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
Microsoft Graph | `Microsoft.Graph` | [![Mg]][MgGallery]
9
+
10
+
For a list of modules found in this repository, see the [Microsoft Graph Graph PowerShell modules](https://github.com/microsoftgraph/msgraph-sdk-powershell/wiki/MS-Graph-PowerShell-Modules) document.
11
+
12
+
## Installation
13
+
### PowerShell Gallery
5
14
6
15
All the modules are published on [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Graph). Installing is as simple as:
7
16
@@ -13,11 +22,6 @@ If you are upgrading from our preview modules, run `Install-Module` with AllowCl
Given the large size of the API surface area, one can also install only the service module(s) they are interested in:
18
-
```ps
19
-
Install-Module Microsoft.Graph.Users
20
-
```
21
25
There are a set of samples in the `samples` folder to help in getting started with the library. If you have an older version of these modules installed, there are extra uninstall instructions in the [InstallModule](./samples/0-InstallModule.ps1) script.
22
26
23
27
## Usage
@@ -89,3 +93,20 @@ If permission related errors occur and the user you authenticated with in the po
89
93
90
94
- You can try running `Disconnect-Graph`, then `Connect-Graph`. Then, run the code that encountered the permission issues to see if it works.
91
95
- You can try running `Connect-Graph -ForceRefresh`. This will trigger a refresh of the access token in your cache. MSAL will only refresh the access token in your cache if it has expired (usually an hour), or if you explicitly refresh it via `-ForceRefresh`. Then, run the code that encountered the permission issues to see if it works.
96
+
97
+
## Issues
98
+
If you find any bugs when using the Microsoft Graph PowerShell modules, please file an issue in our GitHub issues page.
99
+
100
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
101
+
102
+
## License
103
+
104
+
Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE.txt).
0 commit comments