Applies to: Exchange Server 2013
Topic Last Modified: 2012-07-04
Use the Get-CalendarNotification cmdlet to return a list of all calendar notification settings for a user.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-CalendarNotification -Identity
<MailboxIdParameter> [-Credential <PSCredential>]
[-DomainController <Fqdn>] [-ReadFromDomainController
<SwitchParameter>] [-ResultSize <Unlimited>]
|
Examples
EXAMPLE 1
This example returns the calendar notification settings for the user Tony Smith using the user's alias.
Copy Code | |
---|---|
Get-CalendarNotification -Identity "TonySmith" |
EXAMPLE 2
This example returns the calendar notification settings for the user Tony Smith.
Copy Code | |
---|---|
Get-CalendarNotification -Identity tony@contoso.com -ReadFromDomainController |
EXAMPLE 3
This example returns the calendar notification settings for the user Tony Smith using the user's domain and name.
Copy Code | |
---|---|
Get-CalendarNotification -Identity "contoso\tonysmith" |
Detailed Description
The Get-CalendarNotification cmdlet retrieves and displays the rules used to trigger the calendar agenda notification, reminder notification, or update notification.
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Text messaging settings" entry in the Clients and Mobile Devices Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter |
The Identity parameter specifies the mailbox ID for the user's mailbox. |
Credential |
Optional |
System.Management.Automation.PSCredential |
The Credential parameter specifies the user credentials used to run the command. This parameter requires the creation and passing of a credential object. This credential object is created by using the Get-Credential cmdlet. For more information, see Get-Credential. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory. |
ReadFromDomainController |
Optional |
System.Management.Automation.SwitchParameter |
The ReadFromDomainController parameter specifies whether the command should return data from the domain controller. |
ResultSize |
Optional |
Microsoft.Exchange.Data.Unlimited |
The ResultSize parameter specifies the amount of data returned. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.