Skip to content

PowerShell Scripts to utilize graph API features

Notifications You must be signed in to change notification settings

hunty-dumpy/PowerShellMSGraphAPI

 
 

Repository files navigation

PowerShell Scripts - Microsoft Defender ATP REST API

PowerShell Scripts These script need PowerShell version 7.

Installation

Import-Module MDATP.psm1

Getting Started

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

About

PowerShell Scripts to utilize graph API features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%