-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed as not planned
Labels
Description
Please confirm:
- I have searched existing feature requests (open and closed) and found no duplicates.
- **me or my organization is currently an active sponsor of the product at the $99,- level.
Problem Statement
Unquarantining mobile devices in Exchange is one of the last remaining Help Desk tasks that isn't covered by current CIPP functions.
Benefits for MSPs
By implementing this in CIPP we can manage it and have the benefit of the logging and permissions management in the application. As we want to transition our Help Desk over, it maintains logging uniformity.
Value or Importance
Implementing this will allow us to entirely transition away from the partner portal and pushing Help Desk into exclusively using CIPP.
PowerShell Commands (Optional)
Get-MobileDevice | Select-Object DeviceId, DeviceAccessState
Set-CASMailbox -Identity "user@domain.com" -ActiveSyncAllowedDeviceIDs @{Add="v1","v2";Remove="v3","v4"}
Reactions are currently unavailable