This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-AzureImageSkuInfo | |
{ | |
<# | |
.Synopsis | |
Get-AzureImageSkuInfo retrieves the available Azure Image SKUs | |
.DESCRIPTION | |
The Get-AzureImageSkuInfo cmdlet retrieves all image SKUs available | |
in the offers from all publishers | |
Use this function to identify the parameter values required for the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-LAPSLoggingMode | |
{ | |
<# | |
.SYNOPSIS | |
Get-LAPSLoggingMode | |
.DESCRIPTION | |
Get-LAPSLoggingMode retrieves the ExtensionDebugLevel status from the LAPS Client Side Extension. | |
Possible values are: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Set-LAPSLoggingMode | |
{ | |
<# | |
.SYNOPSIS | |
Set-LAPSLoggingMode | |
.DESCRIPTION | |
Set-LAPSLoggingMode sets the ExtensionDebugLevel status for the LAPS Client Side Extension. | |
Possible values are: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-AzMFAStatus | |
{ | |
<# | |
.Synopsis | |
Get-AzMFAStatus | |
.DESCRIPTION | |
Get-AzMFAStatus retrieves Multifactor Authentication configuration informationo | |
from all registered users within an Azure Active Directory tenant. | |
UserPrincipalName : [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-DefenderATPStatus | |
{ | |
<# | |
.SYNOPSIS | |
Get-DefenderATPStatus | |
.DESCRIPTION | |
Get-DefenderATPStatus retrieves the status of Windows Defender ATP | |
.PARAMETER Computername |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Windows Defender ATP e-mail alert template --> | |
<html><head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style> | |
.alertTable { | |
width:750px; | |
background-color:white; | |
border-spacing:5px; | |
font-size:16px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-WDATPAlerts | |
<# | |
.Synopsis | |
Get-WDATPAlerts | |
.DESCRIPTION | |
Get-WDATPAlerts retrieves Windows Defender Advanced Threat Protection alerts exposed | |
through the Windows Defender Advanced Threat Protection Alerts Rest API. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Validate-DefenderExclusion | |
<# | |
.Synopsis | |
Validate-DefenderExclusion | |
.DESCRIPTION | |
Validate-DefenderExclusion checks whether the specified path or file is excluded. | |
The cmdlet will return the following information | |
- The path of the specified folder or file | |
- The result of the check, True, False or PathNotFound |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Get-DefenderEGEvents | |
{ | |
<# | |
.Synopsis | |
Get-DefenderEGEvents | |
.DESCRIPTION | |
Get-DefenderEGEvents retrieves Windows Defender Exploit Guard related events | |
.PARAMETER Component |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Verify-MSCoreUTransportWhitelists | |
{ | |
<# | |
.Synopsis | |
Verify-MSCoreUTransportWhitelists | |
.DESCRIPTION | |
The Verify-MSCoreUTransportWhitelists cmdlet lists whitelisted domains if present | |
OlderNewer