Skip to content

Commit

Permalink
Updating examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Oct 13, 2023
1 parent b14354a commit 7f4e596
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
Import-Module Microsoft.Graph.Beta.Users.Actions
$params = @{
}
Clear-MgBetaUserPresenceUserPreferredPresence -UserId $userId -BodyParameter $params
Clear-MgBetaUserPresenceUserPreferredPresence -UserId $userId
```
This example shows how to use the Clear-MgBetaUserPresenceUserPreferredPresence Cmdlet.
Expand Down

0 comments on commit 7f4e596

Please sign in to comment.