ForceDomainTakeover
1.0.4
This script automates the process for external takeover / force takeover.
Installation Options
Owners
Package Details
Author(s)
- Timothy McMichael
Functions
new-LogFile Out-LogFile WriteXMLFile WriteJsonFile CheckGraphEnvironment CheckGraphTenantID CheckGraphURL CheckMSGraph ConnectMSGraph WriteMGContext CheckDomainName TestDomainName GetM365DNSRecords TestDNSRecords GetPublicDNS GetMSGraphCall TakeOverDomain
Dependencies
This script has no dependencies.
Release Notes
# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ModuleName = 'Microsoft.Graph.Authentication' ; ModuleVersion = '2.28.0'}
)
FileList
- ForceDomainTakeover.nuspec
- ForceDomainTakeover.ps1