New-AzureRmActionGroupReceiver

Active Directory Auditing Tool

The Who, Where and When information is very important for an administrator to have complete knowledge of all activities that occur on their Active Directory. This helps them identify any desired / undesired activity happening. ADAudit Plus assists an administrator with this information in the form of reports. In real-time, ensure critical resources in the network like the Domain Controllers are audited, monitored and reported with the entire information on AD objects - Users, Groups, GPO, Computer, OU, DNS, AD Schema and Configuration changes with 200+ detailed event specific GUI reports and email alerts.

Account Management » New-AzureRmActionGroupReceiver

New-AzureRmActionGroupReceiver

Syntax

New-AzureRmActionGroupReceiver

-Name <String>

[-EmailReceiver]

-EmailAddress<String>

[-DefaultProfile <IAzureContextContainer>]

[ <CommonParameters>]

New-AzureRmActionGroupReceiver

-Name <String>

[-SmsReceiver]

[-CountryCode<String>

-PhoneNumber<String>

[-DefaultProfile <IAzureContextContainer>]

[ <CommonParameters>]

New-AzureRmActionGroupReceiver

-Name <String>

[-WebhookReceiver]

-ServiceUri<String>

[-DefaultProfile <IAzureContextContainer>]

[ <CommonParameters>]

Description

The New-AzureRmActionGroupReceiver cmdlet creates new action group receiver in memory.

Required parameters

-EmailAddress

Description Specifies the address for the email receiver.
Type String
Position Named
Default value None
Accept pipeline input True  (ByPropertyName)
Accept Wildcard characters False

-Name

Description Specifies the name for the receiver.
Type String
Position Named
Default value None
Accept pipeline input True  (ByPropertyName)
Accept Wildcard characters False

-PhoneName

Description Specifies the name for the receiver.
Type String
Position Named
Default value None
Accept pipeline input True  (ByPropertyName)
Accept Wildcard characters False

-ServiceUri

Description Specifies the URI for the webhook receiver.
Type String
Position Named
Default value None
Accept pipeline input True  (ByPropertyName)
Accept Wildcard characters False

Output

Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase.