Install

Installation and Usage

The following provides instructions for install and simple commands for usage.

Pre-requisites: PowerShell 7.x or later.

Installation Instructions

Install-Module AADInternals
Import-Module AADInternals

Example Commands

Retrieving Tenant details

Get-AADIntTenantDetails

Generate a Password Spray Attack:

Invoke-AADIntPasswordSpray -UserList users.txt -Password Summer2024

Last updated