From 3939b3491d13048287471eb12c584b53b2796c08 Mon Sep 17 00:00:00 2001 From: lakshmiroy Date: Mon, 6 Oct 2025 10:44:16 -0400 Subject: [PATCH] fix header error --- .../MicrosoftTeams/New-CsTeamsRemoteLogCollectionDevice.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsRemoteLogCollectionDevice.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsRemoteLogCollectionDevice.md index 1a031302e8..cb1d18663d 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsRemoteLogCollectionDevice.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsRemoteLogCollectionDevice.md @@ -35,13 +35,12 @@ TeamsRemoteLogCollectionConfiguration is updated with a list of devices when an ## EXAMPLES -Each Identity, userId and deviceId must be a valid GUID ### Example 1 ```powershell PS C:\> New-CsTeamsRemoteLogCollectionDevice -UserId "765267a2-aa73-4984-a37e-43470f5e21a7" -DeviceId "765267a2-aa73-4984-a37e-43470f5e21a7" -ExpireAfter "06/07/2025 15:30:45" ``` -Creates a new instance of TeamsRemoteLogCollectionDevice. +Creates a new instance of TeamsRemoteLogCollectionDevice. Each Identity, userId and deviceId must be a valid GUID. ## PARAMETERS