Skip to content

Commit 594980d

Browse files
authored
Merge pull request MicrosoftDocs#1419 from lorenahuangliu/patch-1
Updated with multiple domain scenario guidance.
2 parents 44b2bb9 + e163eb3 commit 594980d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

officewebapps/officewebapps-ps/officewebapps/Get-OfficeWebAppsHost.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ Get-OfficeWebAppsHost
3838

3939
This example returns the host domains that are on the Allow List.
4040

41+
### ------------------EXAMPLE 2---------------------
42+
If there are multiple domains in the Allow List, please run the following:
43+
44+
```
45+
FormatEnumerationLimit=-1
46+
Get-OfficeWebAppsHost
47+
```
48+
49+
This example returns the host domains that are on the Allow List without ellipsis truncation in the case of multiple domains.
50+
4151
## PARAMETERS
4252

4353
## INPUTS
@@ -46,4 +56,4 @@ This example returns the host domains that are on the Allow List.
4656

4757
## NOTES
4858

49-
## RELATED LINKS
59+
## RELATED LINKS

0 commit comments

Comments
 (0)