
Part II: Working with Server Roles
278
Get-UMIPGateway shows the configured UM IP gateway. Remember if you want to see more detailed
information on any of the
Get-* cmdlets, pipe the output to a Format-List ( | fl ) to see more
information.
Use
Get-UMMailboxPolicy | fl to see the output of what you created with the
New-UMMailboxPolicy and to see all the additional parameters that can be configured for a more
feature - rich deployment of UM!
The
Get-UMServer shows the configuration applied to the UM server. If no additional parameters are
specified with the cmdlet, it displays the server name, the dial plan, languages installed for the UM role,
and the status.
To verify which users have Unified Messaging enabled, the
Get-UMMailbox cmdlet returns all active
UM users. This cmdlet also shows users who have been disabled in Active Directory, but are still UM
enabled.
A quick review shows that you have created the UMDialPlan, UMIPGateway, and the UMMailboxPolicy.
From there you applied these to the UM server and enabled a test UM user. From there you used some of
the
Get-UM* cmdlets to verify your configurations. Now you build on some of these cmdlets to enable
and set more of the features Unified Messaging has to offer.
Setting UM Features using
the Set - UM Cmdlets
Once the initial UM components have been created using the New - UM cmdlets, additional functionality ...