Skip to content

Commit fd2ebe2

Browse files
authored
Update Clear-MobileDevice.md
My change to the -AccountOnly switch description is because of https://o365exchange.visualstudio.com/O365%20Core/_workitems/edit/1082043 I clarified with the Adam Ding that the change just ignores -AccountOnly, because the switch is not needed (and doesn't work) against the new Outlook DeviceType. I also tested and confirmed that performing Clear-MobileDevice for the Outlook DeviceType only removes the specific account's data from Outlook even without -AccountOnly present.
1 parent 63d2758 commit fd2ebe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/devices/Clear-MobileDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154
```
155155
156156
### -AccountOnly
157-
The AccountOnly switch specifies whether to perform an account-only remote device wipe where only Exchange mailbox data is removed from the device. You don't need to specify a value with this switch.
157+
The AccountOnly switch specifies whether to perform an account-only remote device wipe where only Exchange mailbox data is removed from the device. You don't need to specify a value with this switch. Note that this switch is not needed when executing the command against a DeviceType of Outlook, as for the Outlook DeviceType, only the account is removed whether this switch is present or not.
158158
159159
```yaml
160160
Type: SwitchParameter

0 commit comments

Comments
 (0)