Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.28 KB

Set-CIPPMailboxMobileDevices.md

File metadata and controls

45 lines (35 loc) · 2.28 KB

Set-CIPPMailboxMobileDevices

SYNOPSIS

Edits the mobile device settings for a specified user in a customer's tenant.

DESCRIPTION

The Set-CIPPMailboxMobileDevices function allows you to edit the mobile device settings for a specified user in a customer's tenant. You can set the device ID, user ID, quarantine status, delete status, and device GUID.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer's tenant.

-DeviceID

Foo Foo
Specifies the ID of the mobile device.

-UserID

Foo Foo
Specifies the ID of the user.

-Quarantine

Foo Foo
Specifies whether the mobile device should be quarantined. Valid values are "true" or "False".

-Delete

Foo Foo Foo
Specifies whether the mobile device should be deleted. Valid values are "true" or "False". The default value is "False".

-DeviceGUID

Foo Foo
Specifies the GUID of the mobile device.

EXAMPLE 1

PS > Set-CIPPMailboxMobileDevices -CustomerTenantID "contoso.onmicrosoft.com" -DeviceID "ABCD1234" -UserID "user1@domain.com" -Quarantine "true"

This example sets the mobile device with the ID "ABCD1234" for the user "user1@domain.com" in the customer's tenant with the ID "contoso.onmicrosoft.com" to be quarantined.

EXAMPLE 2

PS > Set-CIPPMailboxMobileDevices -CustomerTenantID "contoso.onmicrosoft.com" -UserID "user1@domain.com" -Delete "true" -DeviceGUID "EFGH5678"

This example deletes the mobile device with the GUID "EFGH5678" for the user "user1@domain.com" in the customer's tenant with the ID "contoso.onmicrosoft.com".