??‘ Database < DatabaseIdParameter > : As with the Server parameter, the Database parameter
specifies the database from which to get the mailbox. The following values can be specified:
GUID of the database, Database name, Server name\database name, Server name\storage
group\database name.
??‘ Credential < PSCredential > : If specified the user is prompted for a password to access
Active Directory.
??‘ Filter < String > : This is an important parameter. Sometimes you may want to return just a
subset of Recipients or Recipients matching a specified criterion. Use the Filter parameter to
specify one or more attributes used to restrict the Recipients that are returned by the query.
It cannot be used in conjunction with the Database parameter.
??‘ Identity < MailboxIdParameter > : The Identity parameter identifies the mailbox and
can use any of the following values: GUID, Domain\Account, Distinguished Name (DN),
UserPrincipalName (UPN), LegacyExchangeDN, SMTP Address, Name, or Alias.
??‘ SortBy < String > : The SortBy parameter specifies the attribute by which to sort the results.
The results will be sorted in ascending order specifying one of the following attributes: Alias,
Display name or Name,
Get - MailContact
This cmdlet returns the list of mail contacts and their attributes in Active Directory.
Pages:
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166