Skip to content

Commit a546ebb

Browse files
authored
Update New-SPExcelBIServer.md
1 parent 4417f35 commit a546ebb

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

sharepoint/sharepoint-ps/sharepoint-server/New-SPExcelBIServer.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ schema: 2.0.0
77
# New-SPExcelBIServer
88

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
11+
12+
Configures
13+
Analysis Services servers to work with Excel Services.
14+
1115

1216

1317
## SYNTAX
@@ -19,23 +23,28 @@ New-SPExcelBIServer [-AssignmentCollection <SPAssignmentCollection>] [-Confirm]
1923

2024

2125
## DESCRIPTION
22-
{{Fill in the Description}}
26+
Use the New-SPExcelBIServer cmldet to configure Analysis Services servers to work with Excel Services.
27+
28+
29+
2330

2431

2532
## EXAMPLES
2633

2734
### ------------------EXAMPLE------------------
2835
```
29-
PS C:\> {{ Add example code here }}
36+
New-SPExcelBIServer -ExcelServiceApplication "MyExcel" -ServerID "MSS01"
3037
```
3138

32-
{{ Add example description here }}
39+
This example configures the analysis server to work the Excel Service application named MyExcel and ServerID of MSS01.
3340

3441

3542
## PARAMETERS
3643

3744
### -AssignmentCollection
38-
{{Fill AssignmentCollection Description}}
45+
Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
46+
47+
**NOTE:** When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
3948

4049
```yaml
4150
Type: SPAssignmentCollection
@@ -67,7 +76,7 @@ Accept wildcard characters: False
6776
```
6877
6978
### -Description
70-
{{Fill Description Description}}
79+
Specifies the description of the Analysis server
7180
7281
```yaml
7382
Type: String
@@ -83,7 +92,7 @@ Accept wildcard characters: False
8392
```
8493
8594
### -ExcelServiceApplication
86-
{{Fill ExcelServiceApplication Description}}
95+
Specifies the Excel Services Application Web service application that contains the SPExcelFileLocation list object.The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of an Excel Services Application Web service application in the farm (for example, MyExcelService1); or an instance of a valid SPExcelServiceApplication object.
8796
8897
```yaml
8998
Type: SPExcelServiceApplicationPipeBind
@@ -99,7 +108,8 @@ Accept wildcard characters: False
99108
```
100109
101110
### -ServerId
102-
{{Fill ServerId Description}}
111+
112+
The name of the Analysis Services server
103113
104114
```yaml
105115
Type: String

0 commit comments

Comments
 (0)