Skip to content

Commit d373b52

Browse files
authored
Update Remove-SPExcelBIServer.md
1 parent a546ebb commit d373b52

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

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

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

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
11+
Removes an instance of Analysis Services.
1112

1213

1314
## SYNTAX
@@ -18,23 +19,32 @@ Remove-SPExcelBIServer [-Identity] <SPExcelBIServerPipeBind> [-AssignmentCollect
1819
```
1920

2021
## DESCRIPTION
21-
{{Fill in the Description}}
22+
23+
Use the Remove-SPExcelBIServer cmdlet to remove an instance of Analysis Services from the Allow List of BI servers to be used with
24+
Excel Services.
25+
26+
27+
2228

2329

2430
## EXAMPLES
2531

2632
### -----------------------EXAMPLE-----------------------------
2733
```
28-
PS C:\> {{ Add example code here }}
34+
Remove-SPExcelBIServer -ExcelServiceApplication "MyExcel"
35+
2936
```
3037

31-
{{ Add example description here }}
38+
This example removes the instance of the anaylsis services that uses the Excel Service Application named, "MyExcel".
39+
3240

3341

3442
## PARAMETERS
3543

3644
### -AssignmentCollection
37-
{{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.
3848

3949
```yaml
4050
Type: SPAssignmentCollection
@@ -66,8 +76,7 @@ Accept wildcard characters: False
6676
```
6777
6878
### -ExcelServiceApplication
69-
{{Fill ExcelServiceApplication Description}}
70-
79+
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.
7180
```yaml
7281
Type: SPExcelServiceApplicationPipeBind
7382
Parameter Sets: (All)
@@ -82,7 +91,7 @@ Accept wildcard characters: False
8291
```
8392
8493
### -Identity
85-
{{Fill Identity Description}}
94+
Specifies the ExcelServiceApplication identity.
8695
8796
```yaml
8897
Type: SPExcelBIServerPipeBind

0 commit comments

Comments
 (0)