Skip to content

Commit c7240d4

Browse files
authored
Merge pull request MicrosoftDocs#850 from tseward/patch-484
Update Remove-SPCentralAdministration.md
2 parents deaff88 + c5dbeba commit c7240d4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Remove-SPCentralAdministration
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Removes the SharePoint Central Administration web site from the local server.
1212

1313

1414
## SYNTAX
@@ -19,23 +19,24 @@ Remove-SPCentralAdministration [-AssignmentCollection <SPAssignmentCollection>]
1919
```
2020

2121
## DESCRIPTION
22-
{{Fill in the Description}}
22+
Removes the SharePoint Central Administration web site from the local server.
2323

2424

2525
## EXAMPLES
2626

2727
### ------------------EXAMPLE------------------
2828
```
29-
PS C:\> {{ Add example code here }}
29+
PS C:\>Remove-SPCentralAdministration
3030
```
31-
32-
{{ Add example description here }}
31+
This example removes the Central Administration web site from the local server.
3332

3433

3534
## PARAMETERS
3635

3736
### -AssignmentCollection
38-
{{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+
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.
3940

4041
```yaml
4142
Type: SPAssignmentCollection

0 commit comments

Comments
 (0)