Skip to content

Commit b232d13

Browse files
authored
Merge pull request #12932 from sdwheeler/sdw-w476290-fix-teams-platyps
Fix Teams and OfficeWebApps content for PlatyPS
2 parents 50af00a + f950502 commit b232d13

File tree

625 files changed

+34355
-32985
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

625 files changed

+34355
-32985
lines changed

.openpublishing.redirection.skype.json

Lines changed: 363 additions & 363 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.teams.json

Lines changed: 3001 additions & 1 deletion
Large diffs are not rendered by default.

officewebapps/officewebapps-ps/officewebapps/Get-OfficeWebAppsExcelBIServer.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ms.reviewer:
1212
# Get-OfficeWebAppsExcelBIServer
1313

1414
## SYNOPSIS
15-
Returns the server ID of the instance of Analysis Services that has been configured as a data model server in Office Online Server.
15+
16+
Returns the server ID of the instance of Analysis Services that has been configured as a data model
17+
server in Office Online Server.
1618

1719
## SYNTAX
1820

@@ -21,12 +23,15 @@ Get-OfficeWebAppsExcelBIServer
2123
```
2224

2325
## DESCRIPTION
24-
Returns the server ID of the instance of Analysis Services that has been configured as a data model server in Office Online Server.
26+
27+
Returns the server ID of the instance of Analysis Services that has been configured as a data model
28+
server in Office Online Server.
2529

2630
## EXAMPLES
2731

2832
### Example 1
29-
```
33+
34+
```powershell
3035
Get-OfficeWebAppsExcelBIServer
3136
```
3237

officewebapps/officewebapps-ps/officewebapps/Get-OfficeWebAppsExcelUserDefinedFunction.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.reviewer:
1212
# Get-OfficeWebAppsExcelUserDefinedFunction
1313

1414
## SYNOPSIS
15+
1516
Returns a list of currently configured UDF definitions.
1617

1718
## SYNTAX
@@ -21,24 +22,27 @@ Get-OfficeWebAppsExcelUserDefinedFunction [[-Identity] <UserDefinedFunction>]
2122
```
2223

2324
## DESCRIPTION
25+
2426
Returns a list of currently configured UDF definitions.
2527

2628
## EXAMPLES
2729

2830
### This example returns a list of currently configured UDF definitions from c:\myudf.dll.
29-
```
31+
32+
```powershell
3033
Get-OfficeWebAppsExcelUserDefinedFunction -Identity c:\myudf.dll
3134
```
3235

3336
## PARAMETERS
3437

3538
### -Identity
39+
3640
The path and filename of the UDF.
3741

3842
```yaml
3943
Type: UserDefinedFunction
4044
Parameter Sets: (All)
41-
Aliases:
45+
Aliases:
4246

4347
Required: False
4448
Position: 1

officewebapps/officewebapps-ps/officewebapps/Get-OfficeWebAppsFarm.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.reviewer:
1212
# Get-OfficeWebAppsFarm
1313

1414
## SYNOPSIS
15+
1516
Returns details about the OfficeWebAppsFarm object that the current server is a member of.
1617

1718
## SYNTAX
@@ -21,21 +22,25 @@ Get-OfficeWebAppsFarm
2122
```
2223

2324
## DESCRIPTION
24-
The Get-OfficeWebAppsFarm cmdlet returns details about the OfficeWebAppsFarm object that the current server is a member of.
25-
This object represents a group of servers that work as a unit to provide web-based editing and viewing of Office documents.
26-
No parameters are used with the Get-OfficeWebAppsFarm cmdlet.
25+
26+
The `Get-OfficeWebAppsFarm` cmdlet returns details about the OfficeWebAppsFarm object that the
27+
current server is a member of. This object represents a group of servers that work as a unit to
28+
provide web-based editing and viewing of Office documents. No parameters are used with the
29+
`Get-OfficeWebAppsFarm` cmdlet.
2730

2831
## EXAMPLES
2932

3033
### EXAMPLE 1
31-
```
34+
35+
```powershell
3236
Get-OfficeWebAppsFarm
3337
```
3438

3539
This example returns details about the OfficeWebAppsFarm object.
3640

3741
### EXAMPLE 2
38-
```
42+
43+
```powershell
3944
(Get-OfficeWebAppsFarm).Machines
4045
```
4146

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

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.reviewer:
1212
# Get-OfficeWebAppsHost
1313

1414
## SYNOPSIS
15+
1516
Returns the list of host domains that are on the Allow List for an Office Online Server farm.
1617

1718
## SYNTAX
@@ -21,34 +22,41 @@ Get-OfficeWebAppsHost
2122
```
2223

2324
## DESCRIPTION
24-
The Get-OfficeWebAppsHost cmdlet returns the list of host domains to which Office Online Server allows file operations requests, such as file retrieval, metadata retrieval, and file changes.
25-
This list, known as the Allow List, is a security feature that prevents unwanted hosts from connecting to an Office Online Server farm and using it for file operations without your knowledge.
2625

27-
The wildcard * is assumed for any ___domain that appears on the Allow List so that requests to all subdomains are also allowed.
28-
For example, if the ___domain contoso.com is on the Allow List, then Office Online Server also allows requests to the domains corp.contoso.com and dev.contoso.com.
26+
The Get-OfficeWebAppsHost cmdlet returns the list of host domains to which Office Online Server
27+
allows file operations requests, such as file retrieval, metadata retrieval, and file changes. This
28+
list, known as the Allow List, is a security feature that prevents unwanted hosts from connecting to
29+
an Office Online Server farm and using it for file operations without your knowledge.
30+
31+
The wildcard * is assumed for any ___domain that appears on the Allow List so that requests to all
32+
subdomains are also allowed. For example, if the ___domain contoso.com is on the Allow List, then
33+
Office Online Server also allows requests to the domains corp.contoso.com and dev.contoso.com.
2934
Requests to other domains (such as fabrikam.com) are not allowed.
3035

31-
If there are no domains on the Allow List, Office Online Server allows file requests to hosts in any ___domain.
32-
Do not leave this list blank if your Office Online Server farm is accessible from the Internet.
33-
Otherwise anyone can use your Office Online Server farm to view and edit content.
36+
If there are no domains on the Allow List, Office Online Server allows file requests to hosts in any
37+
___domain. Do not leave this list blank if your Office Online Server farm is accessible from the
38+
Internet. Otherwise anyone can use your Office Online Server farm to view and edit content.
3439

3540
## EXAMPLES
3641

3742
### EXAMPLE 1
38-
```
43+
44+
```powershell
3945
Get-OfficeWebAppsHost
4046
```
4147

4248
This example returns the host domains that are on the Allow List.
4349

4450
### EXAMPLE 2
51+
4552
If there are multiple domains in the Allow List, please run the following:
4653

47-
```
54+
```powershell
4855
Get-OfficeWebAppsHost | Select allowList -ExpandProperty allowList
4956
```
5057

51-
This example returns the host domains that are on the Allow List without ellipsis truncation in the case of multiple domains.
58+
This example returns the host domains that are on the Allow List without ellipsis truncation in the
59+
case of multiple domains.
5260

5361
## PARAMETERS
5462

officewebapps/officewebapps-ps/officewebapps/Get-OfficeWebAppsMachine.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.reviewer:
1212
# Get-OfficeWebAppsMachine
1313

1414
## SYNOPSIS
15+
1516
Returns details about the current server that is in an Office Online Server farm.
1617

1718
## SYNTAX
@@ -21,20 +22,24 @@ Get-OfficeWebAppsMachine
2122
```
2223

2324
## DESCRIPTION
24-
The Get-OfficeWebAppsMachine cmdlet returns details about the current server that is in an Office Online Server farm.
25-
These details include the roles and health status of the current server and the name of the master server for the farm.
25+
26+
The Get-OfficeWebAppsMachine cmdlet returns details about the current server that is in an Office
27+
Online Server farm. These details include the roles and health status of the current server and the
28+
name of the master server for the farm.
2629

2730
## EXAMPLES
2831

2932
### EXAMPLE 1
30-
```
33+
34+
```powershell
3135
Get-OfficeWebAppsMachine
3236
```
3337

3438
This example returns details about the current server that is in an Office Online Server farm.
3539

3640
### EXAMPLE 2
37-
```
41+
42+
```powershell
3843
(Get-OfficeWebAppsFarm).Machines
3944
```
4045

officewebapps/officewebapps-ps/officewebapps/New-OfficeWebAppsExcelBIServer.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.reviewer:
1212
# New-OfficeWebAppsExcelBIServer
1313

1414
## SYNOPSIS
15+
1516
Configures Analysis Services servers to work with Excel Online.
1617

1718
## SYNTAX
@@ -21,24 +22,29 @@ New-OfficeWebAppsExcelBIServer -ServerId <String>
2122
```
2223

2324
## DESCRIPTION
25+
2426
Configures Analysis Services servers to work with Excel Online.
2527

2628
## EXAMPLES
2729

28-
### This example configures the Analysis Services server named SSAS01 to work with Excel Online.
29-
```
30+
### Example 1
31+
32+
This example configures the Analysis Services server named SSAS01 to work with Excel Online.
33+
34+
```powershell
3035
New-OfficeWebAppsExcelBIServer -ServerID "SSAS01"
3136
```
3237

3338
## PARAMETERS
3439

3540
### -ServerId
41+
3642
The name of the Analysis Services server.
3743

3844
```yaml
3945
Type: String
4046
Parameter Sets: (All)
41-
Aliases:
47+
Aliases:
4248

4349
Required: True
4450
Position: Named

officewebapps/officewebapps-ps/officewebapps/New-OfficeWebAppsExcelUserDefinedFunction.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.reviewer:
1212
# New-OfficeWebAppsExcelUserDefinedFunction
1313

1414
## SYNOPSIS
15+
1516
Creates a definition for a UDF binary.
1617

1718
## SYNTAX
@@ -22,23 +23,33 @@ New-OfficeWebAppsExcelUserDefinedFunction -Assembly <String> [-AssemblyLocation
2223
```
2324

2425
## DESCRIPTION
26+
2527
Creates a definition for a UDF binary.
2628

2729
## EXAMPLES
2830

2931
### EXAMPLE 1
30-
```
32+
33+
```powershell
3134
New-OfficeWebAppsExcelUserDefinedFunction -Assembly c:\myudf.dll -AssemblyLocation LocalFile -Enable:$true -Description "My Server UDFs"
3235
```
3336

3437
### EXAMPLE 2
35-
```
36-
New-OfficeWebAppsExcelUserDefinedFunction -Assembly "CompanyName.Hierarchical.MyUdfNamespace.MyUdfClassName.dll, Version=1.1.0.0, Culture=en, PublicKeyToken=e8123117d7ba9ae38" -AssemblyLocation GAC -Enable:$true -Description "My GAC Server UDFs"
38+
39+
```powershell
40+
$newOfficeWebAppsExcelUserDefinedFunctionSplat = @{
41+
Assembly = 'CompanyName.Hierarchical.MyUdfNamespace.MyUdfClassName.dll, Version=1.1.0.0, Culture=en, PublicKeyToken=e8123117d7ba9ae38'
42+
AssemblyLocation = 'GAC'
43+
Enable = $true
44+
Description = "My GAC Server UDFs"
45+
}
46+
New-OfficeWebAppsExcelUserDefinedFunction @newOfficeWebAppsExcelUserDefinedFunctionSplat
3747
```
3848

3949
## PARAMETERS
4050

4151
### -Assembly
52+
4253
The name of the assembly.
4354

4455
```yaml
@@ -54,8 +65,13 @@ Accept wildcard characters: False
5465
```
5566
5667
### -AssemblyLocation
68+
5769
The ___location of the assembly.
58-
Values: LocalFile - a local directory; GAC - the Global Assembly Cache.
70+
71+
Values:
72+
73+
- LocalFile - a local directory
74+
- GAC - the Global Assembly Cache
5975
6076
```yaml
6177
Type: AssemblyLocation
@@ -70,8 +86,8 @@ Accept wildcard characters: False
7086
```
7187
7288
### -Confirm
89+
7390
Prompts you for confirmation before executing the command.
74-
For more information, type the following command: get-help about_commonparameters
7591
7692
```yaml
7793
Type: SwitchParameter
@@ -86,6 +102,7 @@ Accept wildcard characters: False
86102
```
87103
88104
### -Description
105+
89106
Description of the UDF.
90107
91108
```yaml
@@ -101,6 +118,7 @@ Accept wildcard characters: False
101118
```
102119
103120
### -Enable
121+
104122
Enables the UDF.
105123
106124
```yaml
@@ -116,8 +134,8 @@ Accept wildcard characters: False
116134
```
117135
118136
### -WhatIf
137+
119138
Displays a message that describes the effect of the command instead of executing the command.
120-
For more information, type the following command: get-help about_commonparameters
121139
122140
```yaml
123141
Type: SwitchParameter

0 commit comments

Comments
 (0)