Skip to content

Commit 655fa5b

Browse files
authored
Merge pull request MicrosoftDocs#3092 from get-itips/patch-31
Removed dash from unlimited
2 parents 3e02fc4 + e0ea2d9 commit 655fa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This example returns all the Exchange ActiveSync mobile devices that Tony Smith
6666

6767
### -------------------------- Example 2 --------------------------
6868
```
69-
Get-MobileDevice -ResultSize -unlimited | Format-Table -Auto DeviceModel,Identity
69+
Get-MobileDevice -ResultSize unlimited | Format-Table -Auto DeviceModel,Identity
7070
```
7171

7272
This example returns a summary list of all mobile devices in the organization.

0 commit comments

Comments
 (0)