blob: deab1d811fd960877b186eb793f2a1620ebac45d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<#
.SYNOPSIS
Powermad - Offensive PowerShell misfit tools
.LINK
https://github.com/Kevin-Robertson/Powermad
#>
Import-Module $PWD\Invoke-DNSUpdate.ps1
Import-Module $PWD\New-MachineAccount.ps1
Import-Module $PWD\Disable-MachineAccount.ps1
Import-Module $PWD\Set-MachineAccountAttribute.ps1
Import-Module $PWD\Get-MachineAccountAttribute.ps1
Import-Module $PWD\Get-MachineAccountCreator.ps1
|