mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Update windows/security/threat-protection/microsoft-defender-atp/exposed-apis-create-app-webapp.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
This commit is contained in:
@ -116,7 +116,7 @@ For more information on Azure AD tokens, see the [Azure AD tutorial](https://doc
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
# This script acquires the App Context Token and stores it in the variable $token for later use in the script.
|
# This script acquires the App Context Token and stores it in the variable $token for later use in the script.
|
||||||
# Paste your Tenant ID, App ID and App Secret (App key) into the indicated quotes below.
|
# Paste your Tenant ID, App ID, and App Secret (App key) into the indicated quotes below.
|
||||||
|
|
||||||
$tenantId = '' ### Paste your tenant ID here
|
$tenantId = '' ### Paste your tenant ID here
|
||||||
$appId = '' ### Paste your Application ID here
|
$appId = '' ### Paste your Application ID here
|
||||||
|
Reference in New Issue
Block a user