Skip to content

Commit 3939b34

Browse files
author
lakshmiroy
committed
fix header error
1 parent 3ec8f04 commit 3939b34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

teams/teams-ps/MicrosoftTeams/New-CsTeamsRemoteLogCollectionDevice.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ TeamsRemoteLogCollectionConfiguration is updated with a list of devices when an
3535

3636
## EXAMPLES
3737

38-
Each Identity, userId and deviceId must be a valid GUID
3938
### Example 1
4039
```powershell
4140
PS C:\> New-CsTeamsRemoteLogCollectionDevice -UserId "765267a2-aa73-4984-a37e-43470f5e21a7" -DeviceId "765267a2-aa73-4984-a37e-43470f5e21a7" -ExpireAfter "06/07/2025 15:30:45"
4241
```
4342

44-
Creates a new instance of TeamsRemoteLogCollectionDevice.
43+
Creates a new instance of TeamsRemoteLogCollectionDevice. Each Identity, userId and deviceId must be a valid GUID.
4544

4645
## PARAMETERS
4746

0 commit comments

Comments
 (0)