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
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.
45
37
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.
46
38
47
39
## EXAMPLES
@@ -52,23 +44,23 @@ TeamsMediaLoggingPolicy allows administrators to enable media logging for users.
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.
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.
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.
72
64
73
65
### EXAMPLE 4
74
66
@@ -144,23 +136,6 @@ Accept pipeline input: False
144
136
Accept wildcard characters: False
145
137
```
146
138
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
-
164
139
### -Global
165
140
166
141
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