Defence
Defender Status
C:\> sc query windefendPS C:\> Get-MpComputerStatusList AppLocker Rules
PS C:\> Get-AppLockerPolicy -Effective | select -ExpandProperty RuleCollectionsTest AppLocker Policy
PS C:\> Get-AppLockerPolicy -Local | Test-AppLockerPolicy -path C:\Windows\System32\cmd.exe -User EveryonePowerShell Constrained Language Mode
PS C:\> $ExecutionContext.SessionState.LanguageModeLAPS
PS C:\> Find-LAPSDelegatedGroups # Lists groups/users with permission to retrieve LAPS-managed passwords
PS C:\> Find-AdmPwdExtendedRights # Identifies who can read LAPS-stored local admin passwords
PS C:\> Get-LAPSComputers # Retrieves a list of computers managed by LAPSCheck Firewall
PS C:\> netsh advfirewall show allprofilesLast updated