@@ -263,6 +263,12 @@ This cmdlet allows the admin to get a list of existing tags for telephone number
263
263
### [ Get-CsPolicyPackage] ( Get-CsPolicyPackage.md )
264
264
This cmdlet supports retrieving all the policy packages available on a tenant.
265
265
266
+ ### [ Get-CsTeamsRemoteLogCollectionConfiguration] ( Get-CsTeamsRemoteLogCollectionConfiguration.md )
267
+ This cmdlet displays all the devices added to the configuration for remote log collection.
268
+
269
+ ### [ Get-CsTeamsRemoteLogCollectionConfiguration] ( Get-CsTeamsRemoteLogCollectionDevice.md )
270
+ This cmdlet displays all the devices added to the configuration for remote log collection.
271
+
266
272
### [ Get-CsSdgBulkSignInRequestsSummary] ( Get-CsSdgBulkSignInRequestsSummary.md )
267
273
Get the tenant level summary of all bulk sign in requests executed in the past 30 days.
268
274
@@ -869,6 +875,9 @@ Creates a new online voice route.
869
875
### [ New-CsOnlineVoiceRoutingPolicy] ( New-CsOnlineVoiceRoutingPolicy.md )
870
876
Creates a new online voice routing policy. Online voice routing policies manage online PSTN usages for Phone System users.
871
877
878
+ ### [ New-CsTeamsRemoteLogCollectionConfiguration] ( New-CsTeamsRemoteLogCollectionDevice.md )
879
+ This cmdlet creates a request for remote log collection for a device.
880
+
872
881
### [ New-CsSdgBulkSignInRequest] ( New-CsSdgBulkSignInRequest.md )
873
882
Use the New-CsSdgBulkSignInRequest cmdlet to sign in a batch of up to 100 devices.
874
883
@@ -1166,6 +1175,9 @@ This cmdlet will remove/unassign a phone number from a user or a resource accoun
1166
1175
### [ Remove-CsPhoneNumberTag] ( Remove-CsPhoneNumberTag.md )
1167
1176
This cmdlet allows admin to remove a tag from phone number.
1168
1177
1178
+ ### [ Remove-CsTeamsRemoteLogCollectionConfiguration] ( Remove-CsTeamsRemoteLogCollectionDevice.md )
1179
+ This cmdlet will remove/delete a device from the remote log collection configuration.
1180
+
1169
1181
### [ Remove-CsSharedCallQueueHistoryTemplate] ( Remove-CsSharedCallQueueHistoryTemplate.md )
1170
1182
``` powershell Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] ```
1171
1183
@@ -1478,6 +1490,9 @@ This cmdlet assigns a policy to a specific telephone number in Microsoft Teams.
1478
1490
### [ Set-CsPhoneNumberTag] ( Set-CsPhoneNumberTag.md )
1479
1491
This cmdlet allows the admin to create and assign a tag to a phone number.
1480
1492
1493
+ ### [ Set-CsTeamsRemoteLogCollectionConfiguration] ( Set-CsTeamsRemoteLogCollectionDevice.md )
1494
+ This cmdlet allows the admin to create and edit a device requested for remote log collection.
1495
+
1481
1496
### [ Set-CsSharedCallQueueHistoryTemplate] ( Set-CsSharedCallQueueHistoryTemplate.md )
1482
1497
``` powershell Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>] ```
1483
1498
0 commit comments