PowerShell Scripts These script need PowerShell version 7.
Import-Module MDATP.psm1
See what cmdlets are provided by the module:
Get-Command -Module MDATP
Authenticate and get a list of all machines in MDATP:
Connect-MDATP
Get-MDATPDevice
Get MDATP information for your own host:
Get-MDATPDevice -Name $env:COMPUTERNAME