We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44b2bb9 + e163eb3 commit 594980dCopy full SHA for 594980d
officewebapps/officewebapps-ps/officewebapps/Get-OfficeWebAppsHost.md
@@ -38,6 +38,16 @@ Get-OfficeWebAppsHost
38
39
This example returns the host domains that are on the Allow List.
40
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
51
## PARAMETERS
52
53
## INPUTS
@@ -46,4 +56,4 @@ This example returns the host domains that are on the Allow List.
56
57
## NOTES
58
-## RELATED LINKS
59
+## RELATED LINKS
0 commit comments