You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet retrieves information about all the voicemail policies that have been configured for use in your organization. Voicemail policies are used by the organization to manage Voicemail-related features such as transcription.
31
+
This cmdlet retrieves information about one or more voicemail policies that have been configured for use in your organization. Voicemail policies are used by the organization to manage Voicemail-related features such as transcription.
27
32
28
33
## EXAMPLES
29
34
@@ -51,64 +56,29 @@ Example 3 uses the Filter parameter to return all the voicemail policies that ha
51
56
52
57
## PARAMETERS
53
58
54
-
### -Filter
55
-
This parameter accepts a wildcard string and returns all voicemail policies with identities matching that string. For example, a Filter value of Tag:* will return all preconfigured voicemail policy instances (excluding forest default "Global") available to use by the tenant admins.
56
-
57
-
```yaml
58
-
Type: String
59
-
Parameter Sets: (All)
60
-
Aliases:
61
-
Applicable: Skype for Business Online
62
-
63
-
Required: False
64
-
Position: Named
65
-
Default value: None
66
-
Accept pipeline input: False
67
-
Accept wildcard characters: False
68
-
```
69
-
70
59
### -Identity
71
60
A unique identifier specifying the scope, and in some cases the name, of the policy. If this parameter is omitted, all voicemail policies available for use are returned.
72
61
73
62
```yaml
74
-
Type: XdsIdentity
75
-
Parameter Sets: (All)
76
-
Aliases:
77
-
Applicable: Skype for Business Online
78
-
79
-
Required: False
80
-
Position: 2
81
-
Default value: None
82
-
Accept pipeline input: False
83
-
Accept wildcard characters: False
84
-
```
85
-
86
-
### -LocalStore
87
-
This parameter is reserved for internal Microsoft use.
88
-
89
-
```yaml
90
-
Type: SwitchParameter
63
+
Type: String
91
64
Parameter Sets: (All)
92
65
Aliases:
93
-
Applicable: Skype for Business Online
66
+
Applicable: Microsoft Teams, Skype for Business Online
94
67
95
68
Required: False
96
-
Position: Named
69
+
Position: 1
97
70
Default value: None
98
71
Accept pipeline input: False
99
72
Accept wildcard characters: False
100
73
```
101
-
102
-
### -Tenant
103
-
Globally unique identifier (GUID) of the Skype for Business Online tenant account whose voicemail policy is to be retrieved. For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308" You can return the tenant ID for each of your tenants by running this command:
This parameter accepts a wildcard string and returns all voicemail policies with identities matching that string. For example, a Filter value of Tag:* will return all preconfigured voicemail policy instances (excluding forest default "Global") available to use by the tenant admins.
106
76
107
77
```yaml
108
-
Type: Guid
78
+
Type: String
109
79
Parameter Sets: (All)
110
80
Aliases:
111
-
Applicable: Skype for Business Online
81
+
Applicable: Microsoft Teams, Skype for Business Online
This example gets the online voicemail user settings of user with Object ID "00000000-0000-0000-0000-000000000000".
42
-
43
36
44
37
## PARAMETERS
45
38
@@ -50,7 +43,7 @@ The Identity parameter represents the ID of the specific user in your organizati
50
43
Type: System.String
51
44
Parameter Sets: (All)
52
45
Aliases:
53
-
Applicable: Skype for Business Online
46
+
Applicable: Microsoft Teams, Skype for Business Online
54
47
55
48
Required: True
56
49
Position: Named
@@ -59,17 +52,17 @@ Accept pipeline input: False
59
52
Accept wildcard characters: False
60
53
```
61
54
62
-
### -Tenant
55
+
### -Force
56
+
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.
This cmdlet assigns an existing user-specific online voicemail policy to a user. Online voicemail policies are used by the organization to manage Voicemail-related features such as transcription.
29
+
This cmdlet assigns an existing user-specific online voicemail policy to a user.
27
30
28
31
## EXAMPLES
29
32
30
33
### -------------------------- Example 1 --------------------------
The command shown in Example 1 assigns the per-user online voicemail policy TranscriptionDisabled to a single user with SIP URI sip:user@contoso.com.
36
-
38
+
The command shown in Example 1 assigns the per-user online voicemail policy TranscriptionDisabled to a single user [email protected].
37
39
38
40
## PARAMETERS
39
41
40
-
### -Identity
41
-
The Identity parameter represents the ID of the specific user in your organization; this can be either a SIP URI or an Object ID.
42
-
43
-
```yaml
44
-
Type: System.String
45
-
Parameter Sets: (All)
46
-
Aliases:
47
-
Applicable: Microsoft Teams, Skype for Business Online
48
-
49
-
Required: False
50
-
Position: 1
51
-
Default value: None
52
-
Accept pipeline input: False
53
-
Accept wildcard characters: False
54
-
```
55
-
56
42
### -PolicyName
57
43
A unique identifier(name) of the policy.
58
44
@@ -63,19 +49,19 @@ Aliases:
63
49
Applicable: Microsoft Teams, Skype for Business Online
64
50
65
51
Required: False
66
-
Position: 2
52
+
Position: 1
67
53
Default value: None
68
54
Accept pipeline input: False
69
55
Accept wildcard characters: False
70
56
```
71
57
72
-
### -Confirm
73
-
Prompts you for confirmation before executing the command.
58
+
### -Global
59
+
Sets the parameters of the Global policy instance to the values in the specified policy instance.
74
60
75
61
```yaml
76
-
Type: SwitchParameter
62
+
Type: String
77
63
Parameter Sets: (All)
78
-
Aliases: cf
64
+
Aliases:
79
65
Applicable: Microsoft Teams, Skype for Business Online
80
66
81
67
Required: False
@@ -85,11 +71,11 @@ Accept pipeline input: False
85
71
Accept wildcard characters: False
86
72
```
87
73
88
-
### -DomainController
89
-
Enables you to specify the fully qualified domain name (FQDN) of a domain controller to be contacted when assigning the new policy. If this parameter is not specified then the Grant-CsMobilityPolicy cmdlet will contact the first available domain controller.
74
+
### -Identity
75
+
The Identity parameter represents the ID of the specific user in your organization; this can be either a SIP address or an Object ID.
90
76
91
77
```yaml
92
-
Type: Fqdn
78
+
Type: System.String
93
79
Parameter Sets: (All)
94
80
Aliases:
95
81
Applicable: Microsoft Teams, Skype for Business Online
Globally unique identifier (GUID) of the Microsoft Teams or Skype for Business Online tenant account whose voicemail policy is to be retrieved. For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308" You can return the tenant ID for each of your tenants by running this command:
0 commit comments