Skip to content

Commit 687a344

Browse files
authored
Merge branch 'main' into patch-1
2 parents 8f1a7e6 + 39ae549 commit 687a344

7 files changed

+305
-438
lines changed

skype/skype-ps/skype/Get-CsOnlineVoicemailPolicy.md

Lines changed: 19 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,34 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinevoicemailpolicy
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Get-CsOnlineVoicemailPolicy
66
schema: 2.0.0
77
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
8+
author: jenstrier
9+
ms.author: jenstr
1010
ms.reviewer:
1111
---
1212

1313
# Get-CsOnlineVoicemailPolicy
1414

1515
## SYNOPSIS
16-
Use the `Get-CsOnlineVoicemailPolicy` cmdlet to get a list of all pre-configured policy instances for Voicemail service.
16+
Use the `Get-CsOnlineVoicemailPolicy` cmdlet to get a list of all pre-configured policy instances related to Cloud Voicemail service.
1717

1818
## SYNTAX
1919

20+
### Identity (Default)
2021
```
21-
Get-CsOnlineVoicemailPolicy [-LocalStore] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-Filter <String>]
22-
[<CommonParameters>]
22+
Get-CsOnlineVoicemailPolicy [[-Identity] <string>] [<CommonParameters>]
23+
```
24+
25+
### Filter
26+
```
27+
Get-CsOnlineVoicemailPolicy [-Filter <string>] [<CommonParameters>]
2328
```
2429

2530
## DESCRIPTION
26-
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.
2732

2833
## EXAMPLES
2934

@@ -51,64 +56,29 @@ Example 3 uses the Filter parameter to return all the voicemail policies that ha
5156

5257
## PARAMETERS
5358

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-
7059
### -Identity
7160
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.
7261

7362
```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
9164
Parameter Sets: (All)
9265
Aliases:
93-
Applicable: Skype for Business Online
66+
Applicable: Microsoft Teams, Skype for Business Online
9467

9568
Required: False
96-
Position: Named
69+
Position: 1
9770
Default value: None
9871
Accept pipeline input: False
9972
Accept wildcard characters: False
10073
```
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:
104-
105-
`Get-CsTenant | Select-Object DisplayName, TenantID`
74+
### -Filter
75+
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.
10676
10777
```yaml
108-
Type: Guid
78+
Type: String
10979
Parameter Sets: (All)
11080
Aliases:
111-
Applicable: Skype for Business Online
81+
Applicable: Microsoft Teams, Skype for Business Online
11282

11383
Required: False
11484
Position: Named

skype/skype-ps/skype/Get-CsOnlineVoicemailUserSettings.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinevoicemailusersettings
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Get-CsOnlineVoicemailUserSettings
66
schema: 2.0.0
77
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
8+
author: jenstrier
9+
ms.author: jenstr
1010
ms.reviewer:
1111
---
1212

@@ -18,7 +18,7 @@ Use the Get-CsOnlineVoicemailUserSettings cmdlet to get information about online
1818
## SYNTAX
1919

2020
```
21-
Get-CsOnlineVoicemailUserSettings -Identity <String> [-Tenant <Guid>] [<CommonParameters>]
21+
Get-CsOnlineVoicemailUserSettings [-Identity] <string> [-Force] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -33,13 +33,6 @@ Get-CsOnlineVoicemailUserSettings -Identity sip:[email protected]
3333

3434
This example gets the online voicemail user settings of user with SIP URI sip:user@contoso.com.
3535

36-
### -------------------------- Example 2 --------------------------
37-
```
38-
Get-CsOnlineVoicemailUserSettings -Identity "00000000-0000-0000-0000-000000000000"
39-
```
40-
41-
This example gets the online voicemail user settings of user with Object ID "00000000-0000-0000-0000-000000000000".
42-
4336

4437
## PARAMETERS
4538

@@ -50,7 +43,7 @@ The Identity parameter represents the ID of the specific user in your organizati
5043
Type: System.String
5144
Parameter Sets: (All)
5245
Aliases:
53-
Applicable: Skype for Business Online
46+
Applicable: Microsoft Teams, Skype for Business Online
5447

5548
Required: True
5649
Position: Named
@@ -59,17 +52,17 @@ Accept pipeline input: False
5952
Accept wildcard characters: False
6053
```
6154
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.
6357
6458
```yaml
65-
Type: System.Guid
59+
Type: SwitchParameter
6660
Parameter Sets: (All)
67-
Aliases:
68-
Applicable: Skype for Business Online
61+
Aliases:
6962

7063
Required: False
7164
Position: Named
72-
Default value: None
65+
Default value: False
7366
Accept pipeline input: False
7467
Accept wildcard characters: False
7568
```

skype/skype-ps/skype/Grant-CsOnlineVoicemailPolicy.md

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,40 @@ applicable: Microsoft Teams, Skype for Business Online
55
title: Grant-CsOnlineVoicemailPolicy
66
schema: 2.0.0
77
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
8+
author: jenstrier
9+
ms.author: jenstr
1010
ms.reviewer:
1111
---
1212

1313
# Grant-CsOnlineVoicemailPolicy
1414

1515
## SYNOPSIS
16-
Assigns a online voice mail policy at the per-user scope. Online voicemail policies manage usages for Voicemail service.
16+
Assigns an online voice mail policy at the per-user scope. Online voicemail policies manage usages for Voicemail service.
1717

1818
## SYNTAX
19-
19+
### GrantToTenant (Default)
20+
```
21+
Grant-CsOnlineVoicemailPolicy [[-PolicyName] <string>] [-Global] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
```
23+
### Identity
2024
```
21-
Grant-CsOnlineVoicemailPolicy [-PolicyName] <String> [-Tenant <Guid>] [-DomainController <Fqdn>]
22-
[-Identity] <UserIdParameter> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
Grant-CsOnlineVoicemailPolicy [[-Identity] <string>] [[-PolicyName] <string>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2326
```
2427

2528
## DESCRIPTION
26-
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.
2730

2831
## EXAMPLES
2932

3033
### -------------------------- Example 1 --------------------------
3134
```
32-
Grant-CsOnlineVoicemailPolicy -Identity "sip:[email protected]" -PolicyName TranscriptionDisabled
35+
Grant-CsOnlineVoicemailPolicy -Identity "[email protected]" -PolicyName TranscriptionDisabled
3336
```
3437

35-
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].
3739

3840
## PARAMETERS
3941

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-
5642
### -PolicyName
5743
A unique identifier(name) of the policy.
5844

@@ -63,19 +49,19 @@ Aliases:
6349
Applicable: Microsoft Teams, Skype for Business Online
6450

6551
Required: False
66-
Position: 2
52+
Position: 1
6753
Default value: None
6854
Accept pipeline input: False
6955
Accept wildcard characters: False
7056
```
7157
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.
7460
7561
```yaml
76-
Type: SwitchParameter
62+
Type: String
7763
Parameter Sets: (All)
78-
Aliases: cf
64+
Aliases:
7965
Applicable: Microsoft Teams, Skype for Business Online
8066

8167
Required: False
@@ -85,11 +71,11 @@ Accept pipeline input: False
8571
Accept wildcard characters: False
8672
```
8773
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.
9076
9177
```yaml
92-
Type: Fqdn
78+
Type: System.String
9379
Parameter Sets: (All)
9480
Aliases:
9581
Applicable: Microsoft Teams, Skype for Business Online
@@ -117,15 +103,13 @@ Accept pipeline input: False
117103
Accept wildcard characters: False
118104
```
119105
120-
### -Tenant
121-
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:
122-
123-
`Get-CsTenant | Select-Object DisplayName, TenantID`
106+
### -WhatIf
107+
Describes what would happen if you executed the command without actually executing the command.
124108
125109
```yaml
126-
Type: Guid
110+
Type: SwitchParameter
127111
Parameter Sets: (All)
128-
Aliases:
112+
Aliases: wi
129113
Applicable: Microsoft Teams, Skype for Business Online
130114

131115
Required: False
@@ -135,13 +119,13 @@ Accept pipeline input: False
135119
Accept wildcard characters: False
136120
```
137121
138-
### -WhatIf
139-
Describes what would happen if you executed the command without actually executing the command.
122+
### -Confirm
123+
Prompts you for confirmation before executing the command.
140124
141125
```yaml
142126
Type: SwitchParameter
143127
Parameter Sets: (All)
144-
Aliases: wi
128+
Aliases: cf
145129
Applicable: Microsoft Teams, Skype for Business Online
146130

147131
Required: False

0 commit comments

Comments
 (0)