Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-CsOnlineVoicemailUserSettings
- Module:
- MicrosoftTeams PowerShell module
Use the Get-CsOnlineVoicemailUserSettings cmdlet to get information about online voicemail user settings of a specific user.
Syntax
Default (Default)
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.
Parameter properties
| Type: | SwitchParameter |
| Default value: | False |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-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.
Parameter properties
| Type: | System.String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
Outputs
Microsoft.Rtc.Management.Hosted.Voicemail.Models.VoicemailUserSettings
Related Links
Feedback
Was this page helpful?
