Skip to content

Commit 4417f35

Browse files
authored
Update Get-SPExcelBIServer.md
1 parent 08418a3 commit 4417f35

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ schema: 2.0.0
77
# Get-SPExcelBIServer
88

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
11+
Returns the server ID of the instance of Analysis Services
12+
13+
1114

1215
## SYNTAX
1316

@@ -17,21 +20,23 @@ Get-SPExcelBIServer [[-Identity] <SPExcelBIServerPipeBind>] [-AssignmentCollecti
1720
```
1821

1922
## DESCRIPTION
20-
{{Fill in the Description}}
23+
Use the Get-SPExcelBIServer cmdlet to return the server ID of the instance of Analysis Servicesthat has been configured as a data model server in Excel Services.
2124

2225
## EXAMPLES
2326

2427
### Example 1
2528
```
26-
PS C:\> {{ Add example code here }}
29+
Get-SPExcelBIServer -ExcelServiceApplication "MyExcel"
2730
```
2831

29-
{{ Add example description here }}
32+
This example displays the name of the Excel Service application named "MyExcel".
3033

3134
## PARAMETERS
3235

3336
### -AssignmentCollection
34-
{{Fill AssignmentCollection Description}}
37+
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.
38+
39+
**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.
3540

3641
```yaml
3742
Type: SPAssignmentCollection
@@ -47,7 +52,8 @@ Accept wildcard characters: False
4752
```
4853
4954
### -ExcelServiceApplication
50-
{{Fill ExcelServiceApplication Description}}
55+
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.
56+
5157
5258
```yaml
5359
Type: SPExcelServiceApplicationPipeBind
@@ -63,7 +69,7 @@ Accept wildcard characters: False
6369
```
6470
6571
### -Identity
66-
{{Fill Identity Description}}
72+
Specifies the ExcelServiceApplication identity.
6773
6874
```yaml
6975
Type: SPExcelBIServerPipeBind

0 commit comments

Comments
 (0)