Get-CsOnlineVoicemailUserSettings
Use the Get-CsOnlineVoicemailUserSettings cmdlet to get information about online voicemail user settings of a specific user.
Syntax
Get-CsOnlineVoicemailUserSettings
[-Identity] <string>
[-Force]
[<CommonParameters>]
Description
The Get-CsOnlineVoicemailUserSettings cmdlet returns information about online voicemail user settings of a specific user in your organization.
Examples
-------------------------- Example 1 --------------------------
Get-CsOnlineVoicemailUserSettings -Identity sip:user@contoso.com
This example gets the online voicemail user settings of user with SIP URI sip:user@contoso.com.
Parameters
-Force
Specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
The Identity parameter represents the ID of the specific user in your organization; this can be either a SIP URI or an Object ID.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
None
Outputs
Microsoft.Rtc.Management.Hosted.Voicemail.Models.VoicemailUserSettings