Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 285 Bytes

File metadata and controls

12 lines (7 loc) · 285 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.CloudCommunications

# A UPN can also be used as -UserId.
Clear-MgBetaUserPresenceAutomaticLocation -UserId $userId

This example shows how to use the Clear-MgBetaUserPresenceAutomaticLocation Cmdlet.