Skip to content

Commit a93796f

Browse files
authored
Update Get-MobileDevice.md
Updates per Issue #1601.
1 parent 90771d3 commit a93796f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ This example returns all the Exchange ActiveSync mobile devices that Tony Smith
4747

4848
### -------------------------- Example 2 --------------------------
4949
```
50-
Get-MobileDevice -Mailbox "Redmond\TonySmith"
50+
Get-MobileDevice -ResultSize -unlimited | Format-Table -Auto DeviceModel,Identity
5151
```
5252

53-
This example returns all the Exchange ActiveSync mobile devices that Tony Smith has used that are associated with his mailbox.
53+
This example returns a summary list of all mobile devices in the organization.
54+
55+
56+
### -------------------------- Example 3 --------------------------
57+
```
58+
Get-MobileDevice -Identity lila\ExchangeActiveSyncDevices\Android§android94732903 | Format-List
59+
```
60+
61+
This example returns detailed information about the specified device on Lila's mailbox.
5462

5563
## PARAMETERS
5664

0 commit comments

Comments
 (0)