Skip to content

Commit b39f294

Browse files
authored
Merge pull request MicrosoftDocs#9854 from LeoKuhorev/leokukharau/publicDocs
Remove unused flags, add description
2 parents f4b3f17 + 4f405c2 commit b39f294

File tree

2 files changed

+11
-55
lines changed

2 files changed

+11
-55
lines changed

teams/teams-ps/teams/Get-CsTeamsMediaLoggingPolicy.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applicable: Microsoft Teams, Skype for Business Online
66
title: Get-CsTeamsMediaLoggingPolicy
77
author: LeoKuhorev
88
ms.author: leokukharau
9-
manager: saurk
9+
manager: shalages
1010
schema: 2.0.0
1111
---
1212

@@ -21,14 +21,13 @@ Returns information about the Teams Media Logging policy.
2121
### Identity (Default)
2222

2323
```
24-
Get-CsTeamsMediaLoggingPolicy [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
25-
[<CommonParameters>]
24+
Get-CsTeamsMediaLoggingPolicy [[-Identity] <String>] [<CommonParameters>]
2625
```
2726

2827
### Filter
2928

3029
```
31-
Get-CsTeamsMediaLoggingPolicy [-MsftInternalProcessingMode <String>] [-Filter <String>] [<CommonParameters>]
30+
Get-CsTeamsMediaLoggingPolicy [-Filter <String>] [<CommonParameters>]
3231
```
3332

3433
## DESCRIPTION
@@ -77,24 +76,6 @@ Default value: None
7776
Accept pipeline input: False
7877
Accept wildcard characters: False
7978
```
80-
81-
### -MsftInternalProcessingMode
82-
83-
Internal Microsoft use only.
84-
85-
```yaml
86-
Type: String
87-
Parameter Sets: (All)
88-
Aliases:
89-
Applicable: Microsoft Teams, Skype for Business Online
90-
91-
Required: False
92-
Position: Named
93-
Default value: None
94-
Accept pipeline input: False
95-
Accept wildcard characters: False
96-
```
97-
9879
### -Filter
9980
10081
Enables using wildcards when specifying the policy (or policies) to be retrieved.

teams/teams-ps/teams/Grant-CsTeamsMediaLoggingPolicy.md

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,34 @@ applicable: Microsoft Teams, Skype for Business Online
66
title: Grant-CsTeamsMediaLoggingPolicy
77
author: LeoKuhorev
88
ms.author: leokukharau
9-
manager: saurk
9+
manager: shalages
1010
schema: 2.0.0
1111
---
1212

1313
# Grant-CsTeamsMediaLoggingPolicy
1414

1515
## SYNOPSIS
1616

17-
Assigns Teams Media Logging policy to a user, group of users or the entire tenant.
17+
Assigns Teams Media Logging policy to a user or entire tenant.
1818

1919
## SYNTAX
2020

2121
### Identity (Default)
2222

2323
```
2424
Grant-CsTeamsMediaLoggingPolicy [[-Identity] <String>] [-PassThru] [[-PolicyName] <String>]
25-
[-MsftInternalProcessingMode <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### GrantToTenant
2929

3030
```
31-
Grant-CsTeamsMediaLoggingPolicy [-PassThru] [[-PolicyName] <String>] [-MsftInternalProcessingMode <String>]
32-
[-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
33-
```
34-
35-
### GrantToGroup
36-
37-
```
38-
Grant-CsTeamsMediaLoggingPolicy [-PassThru] [[-PolicyName] <String>] [-MsftInternalProcessingMode <String>]
39-
[-Group] <String> [-Rank <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
Grant-CsTeamsMediaLoggingPolicy [-PassThru] [[-PolicyName] <String>] [-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
4032
```
4133

4234
## DESCRIPTION
4335

44-
Assigns Teams Media Logging policy to a user, group of users or the entire tenant.
36+
Assigns Teams Media Logging policy to a user or entire tenant.
4537
TeamsMediaLoggingPolicy allows administrators to enable media logging for users. When assigned, it will enable media logging for the user overriding other settings. After unassigning the policy, media logging setting will revert to the previous value.
4638

4739
## EXAMPLES
@@ -52,23 +44,23 @@ TeamsMediaLoggingPolicy allows administrators to enable media logging for users.
5244
PS C:\> Grant-CsTeamsMediaLoggingPolicy -Identity '[email protected]' -PolicyName Enabled
5345
```
5446

55-
Assign Teams Media Logging policy to the user with the user principal name (UPN) "[email protected]".
47+
Assign Teams Media Logging policy to a single user with the user principal name (UPN) "[email protected]". This will enable media logging for the user.
5648

5749
### EXAMPLE 2
5850

5951
```PowerShell
6052
PS C:\> Grant-CsTeamsMediaLoggingPolicy -Identity '[email protected]' -PolicyName $null
6153
```
6254

63-
Unassign Teams Media Logging policy from the user with the user principal name (UPN) "[email protected]".
55+
Unassign Teams Media Logging policy from a single user with the user principal name (UPN) "[email protected]". This will revert media logging setting to the previous value.
6456

6557
### EXAMPLE 3
6658

6759
```PowerShell
6860
PS C:\> Grant-CsTeamsMediaLoggingPolicy -Global -PolicyName Enabled
6961
```
7062

71-
Assign Teams Media Logging policy to the entire tenant.
63+
Assign Teams Media Logging policy to the entire tenant. Note that this will enable logging for every single user in the tenant without a possibility to disable it for individual users.
7264

7365
### EXAMPLE 4
7466

@@ -144,23 +136,6 @@ Accept pipeline input: False
144136
Accept wildcard characters: False
145137
```
146138
147-
### -MsftInternalProcessingMode
148-
149-
Internal Microsoft use only.
150-
151-
```yaml
152-
Type: String
153-
Parameter Sets: (All)
154-
Aliases:
155-
Applicable: Microsoft Teams, Skype for Business Online
156-
157-
Required: False
158-
Position: Named
159-
Default value: None
160-
Accept pipeline input: False
161-
Accept wildcard characters: False
162-
```
163-
164139
### -Global
165140
166141
When this cmdlet is used with `-Global` identity, the policy applies to all users in the tenant, except any that have an explicit policy assignment. For example, if the user already has Media Logging policy set to "Enabled", and tenant admin assigns "$null" globally, the user will still have Media Logging policy "Enabled".

0 commit comments

Comments
 (0)