Skip to content

Commit 48a8407

Browse files
authored
Merge pull request MicrosoftDocs#852 from tseward/patch-486
Update Remove-SPContentDatabase.md
2 parents 53cc52d + b474cab commit 48a8407

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Deletes a content database.
1212

13-
1413
## SYNTAX
1514

1615
```
@@ -30,10 +29,10 @@ For permissions and the most current information about Windows PowerShell for Sh
3029

3130
### -----------------EXAMPLE---------------------
3231
```
33-
C:\PS>Get-SPContentDatabase 12345678-90ab-cdef-1234-567890abcdef | Remove-SPContentDatabase
32+
PS C:\>Remove-SPContentDatabase WSS_Content
3433
```
3534

36-
This example deletes the specified content database.
35+
This example deletes the content database named 'WSS_Content'.
3736

3837

3938
## PARAMETERS
@@ -57,13 +56,9 @@ Accept wildcard characters: False
5756
```
5857
5958
### -AssignmentCollection
60-
Manages objects for the purpose of proper disposal.
61-
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.
62-
Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory.
63-
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.
59+
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.
6460
65-
When the Global parameter is used, all objects are contained in the global store.
66-
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
61+
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.
6762
6863
```yaml
6964
Type: SPAssignmentCollection
@@ -113,7 +108,7 @@ Accept wildcard characters: False
113108
```
114109

115110
### -Force
116-
{{Fill Force Description}}
111+
Specifies the force of a removal.
117112

118113
```yaml
119114
Type: SwitchParameter

0 commit comments

Comments
 (0)