Skip to content

Commit

Permalink
Merge pull request #2362 from microsoftgraph/WeeklyExamplesUpdate/202…
Browse files Browse the repository at this point in the history
…310130308

[v2] Examples Update
  • Loading branch information
timayabi2020 authored Oct 13, 2023
2 parents b14354a + 7f4e596 commit 1a8c9f2
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 1a8c9f2

Please sign in to comment.