Microsoft has released Attack Simulator (currently in Preview) to allow Office 365 Global Administrators to simulate phishing campaigns and other attack simulations.
Prerequisites
· Your organization’s email...
Advanced Threat Analytics (ATA) is an on-premises platform that helps protect your enterprise from multiple types of advanced targeted cyber-attacks and insider threats.
How ATA...
Connect-AzureAD via powerShell
Run the following command:
$template = Get-AzureADDirectorySettingTemplate | ? {$_.displayname -eq "group.unified"}
See if you already have an AzureADDirectorySetting object,...
#How to install Azure AD PIM
Install-Module -Name Microsoft.Azure.ActiveDirectory.PIM.PSModule
# How to get command
Get-Command -Module Microsoft.Azure.ActiveDirectory.PIM.PSModule
# How to check PIM Service connection
Show-PimServiceConnection
# How to check already...
To delete a Recovery Services vault:
// phase 1
Sign in to your Azure account.
Sign in to your Azure subscription with the Connect-AzureRmAccount command...