File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
exchange/exchange-ps/exchange/devices Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,18 @@ This example returns all the Exchange ActiveSync mobile devices that Tony Smith
47
47
48
48
### -------------------------- Example 2 --------------------------
49
49
```
50
- Get-MobileDevice -Mailbox "Redmond\TonySmith"
50
+ Get-MobileDevice -ResultSize -unlimited | Format-Table -Auto DeviceModel,Identity
51
51
```
52
52
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.
54
62
55
63
## PARAMETERS
56
64
You can’t perform that action at this time.
0 commit comments