Enumerating Security Controls

  • Verificando o status do Defender com Get-MpComputerStatus

Get-MpComputerStatus
  • Usando o cmdlet Get-AppLockerPolicy

Get-AppLockerPolicy -Effective | select -ExpandProperty RuleCollections
  • Usando Find-LAPSDelegatedGroups

Find-LAPSDelegatedGroups
  • Usando Get-LAPSComputers

Get-LAPSComputers

Last updated