Support clarification

This commit is contained in:
2025-11-12 12:47:36 +01:00
parent 224f191e9c
commit 38653264b9

View File

@@ -23,7 +23,7 @@ The script connects to the Defender for Endpoint API, finds devices tagged with
- `Machine.ReadWrite.All` (required if you want the script to remove the source tag and apply `CompletedTag`) - `Machine.ReadWrite.All` (required if you want the script to remove the source tag and apply `CompletedTag`)
- `Machine.Offboard` - `Machine.Offboard`
- These permissions appear under the WindowsDefenderATP API in the Azure portal and require admin consent to be granted. - These permissions appear under the WindowsDefenderATP API in the Azure portal and require admin consent to be granted.
- Offboarding via the Defender API is only supported for Windows 10/11 and Windows Server 2019 (or later) endpoints. Earlier OS versions must be offboarded through other supported methods. - Offboarding via the Defender API is only supported for Windows 10/11 and Windows Server 2019 (or later) endpoints. Earlier OS versions as well as other OSs (macOS, Linux...) must be offboarded through other supported methods.
- Correct Defender API base URL for your tenant: - Correct Defender API base URL for your tenant:
- Global: `https://api.securitycenter.microsoft.com` - Global: `https://api.securitycenter.microsoft.com`
- EU: `https://eu.api.security.microsoft.com` - EU: `https://eu.api.security.microsoft.com`