Skip to content

Commit 80dcb83

Browse files
committed
Manually corrected user online beta meeting example file
1 parent 50466fd commit 80dcb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CloudCommunications/beta/examples/Get-MgBetaUserOnlineMeeting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
```powershell
44
Import-Module Microsoft.Graph.Beta.CloudCommunications
55
6+
# A UPN can also be used as -UserId.
67
Get-MgBetaUserOnlineMeeting -UserId $userId -Filter "joinMeetingIdSettings/joinMeetingId eq '1234567890'"
78
```
89
This example shows how to use the Get-MgBetaUserOnlineMeeting Cmdlet.

0 commit comments

Comments
 (0)