Skip to content

Commit a4f9103

Browse files
committed
Merge branch 'master' into live
2 parents 438d65d + 8e34ba4 commit a4f9103

9 files changed

+13
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Office Online Server cmdlet reference
2+
Welcome to the Office Online Server PowerShell cmdlet help references. The Office Online Server cmdlets provide the command line interface for administration and management.
3+
4+
Here you will find all of the Office Online Server PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
5+
The repo is located here: https://github.com/microsoftdocs/office-docs-powershell and you can find the README displayed at the bottom of the page.

officewebapps/docs-conceptual/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
href: index.md
33
items:
44
- name: Introduction
5-
href: index.md
5+
href: intro.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get-OfficeWebAppsExcelBIServer
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Returns the server ID of the instance of Analysis Services that has been configured as a data model server in Office Online Server.
2222

2323
## EXAMPLES
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get-OfficeWebAppsExcelUserDefinedFunction [[-Identity] <UserDefinedFunction>]
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Returns a list of currently configured UDF definitions.
2222

2323
## EXAMPLES
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New-OfficeWebAppsExcelBIServer -ServerId <String>
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Configures Analysis Services servers to work with Excel Online.
2222

2323
## EXAMPLES
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ New-OfficeWebAppsExcelUserDefinedFunction -Assembly <String> [-AssemblyLocation
1919
```
2020

2121
## DESCRIPTION
22-
{{Fill in the Description}}
22+
Creates a definition for a UDF binary.
2323

2424
## EXAMPLES
2525

officewebapps/officewebapps-ps/officewebapps/Remove-OfficeWebAppsExcelBIServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Remove-OfficeWebAppsExcelBIServer -ServerId <String>
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Removes an instance of Analysis Services from the Allow List of BI servers to be used with Excel Online.
2222

2323
## EXAMPLES
2424

officewebapps/officewebapps-ps/officewebapps/Remove-OfficeWebAppsExcelUserDefinedFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Remove-OfficeWebAppsExcelUserDefinedFunction [-Identity] <UserDefinedFunction> [
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
Removes an existing UDF definition.
2222

2323
## EXAMPLES
2424

officewebapps/officewebapps-ps/officewebapps/Set-OfficeWebAppsExcelUserDefinedFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Set-OfficeWebAppsExcelUserDefinedFunction [-Identity] <UserDefinedFunction> [-As
1919
```
2020

2121
## DESCRIPTION
22-
{{Fill in the Description}}
22+
Sets properties on existing UDF definitions.
2323

2424
## EXAMPLES
2525

0 commit comments

Comments
 (0)