@@ -263,6 +263,12 @@ This cmdlet allows the admin to get a list of existing tags for telephone number
263263### [ Get-CsPolicyPackage] ( Get-CsPolicyPackage.md )
264264This cmdlet supports retrieving all the policy packages available on a tenant.
265265
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+
266272### [ Get-CsSdgBulkSignInRequestsSummary] ( Get-CsSdgBulkSignInRequestsSummary.md )
267273Get the tenant level summary of all bulk sign in requests executed in the past 30 days.
268274
@@ -869,6 +875,9 @@ Creates a new online voice route.
869875### [ New-CsOnlineVoiceRoutingPolicy] ( New-CsOnlineVoiceRoutingPolicy.md )
870876Creates a new online voice routing policy. Online voice routing policies manage online PSTN usages for Phone System users.
871877
878+ ### [ New-CsTeamsRemoteLogCollectionConfiguration] ( New-CsTeamsRemoteLogCollectionDevice.md )
879+ This cmdlet creates a request for remote log collection for a device.
880+
872881### [ New-CsSdgBulkSignInRequest] ( New-CsSdgBulkSignInRequest.md )
873882Use the New-CsSdgBulkSignInRequest cmdlet to sign in a batch of up to 100 devices.
874883
@@ -1166,6 +1175,9 @@ This cmdlet will remove/unassign a phone number from a user or a resource accoun
11661175### [ Remove-CsPhoneNumberTag] ( Remove-CsPhoneNumberTag.md )
11671176This cmdlet allows admin to remove a tag from phone number.
11681177
1178+ ### [ Remove-CsTeamsRemoteLogCollectionConfiguration] ( Remove-CsTeamsRemoteLogCollectionDevice.md )
1179+ This cmdlet will remove/delete a device from the remote log collection configuration.
1180+
11691181### [ Remove-CsSharedCallQueueHistoryTemplate] ( Remove-CsSharedCallQueueHistoryTemplate.md )
11701182``` powershell Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] ```
11711183
@@ -1478,6 +1490,9 @@ This cmdlet assigns a policy to a specific telephone number in Microsoft Teams.
14781490### [ Set-CsPhoneNumberTag] ( Set-CsPhoneNumberTag.md )
14791491This cmdlet allows the admin to create and assign a tag to a phone number.
14801492
1493+ ### [ Set-CsTeamsRemoteLogCollectionConfiguration] ( Set-CsTeamsRemoteLogCollectionDevice.md )
1494+ This cmdlet allows the admin to create and edit a device requested for remote log collection.
1495+
14811496### [ Set-CsSharedCallQueueHistoryTemplate] ( Set-CsSharedCallQueueHistoryTemplate.md )
14821497``` powershell Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>] ```
14831498
0 commit comments