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
Copy file name to clipboardExpand all lines: microsoftgraph/docs-conceptual/app-only.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Let's configure app-only access for a simple script to list users and groups in
24
24
25
25
Before you can use app-only access with the Microsoft Graph PowerShell SDK, make sure you have the required prerequisites:
26
26
27
-
- The Microsoft Entra PowerShell module is installed. To install the module, follow the [installation guide](installation.md).
27
+
- The Microsoft Graph PowerShell SDK is installed. To install the SDK, follow the [installation guide](installation.md).
28
28
- A certificate to use as a credential for the application. This certificate can be a self-signed certificate or a certificate from an authority. Refer to the [See also](#see-also) section for guidance on how to create a self-signed certificate.
29
29
1. Have an X.509 certificate installed in your user's trusted store on the machine where you'll run the script.
30
30
1. Export the certificate's public key in .cer, .pem, or .crt format.
0 commit comments