Skip to content

Commit b3b2959

Browse files
authored
Merge pull request MicrosoftDocs#5797 from get-itips/patch-204
Adding missing descriptions
2 parents f0beccd + 6d5bc7d commit b3b2959

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Remove-SPAccessServicesDatabaseServer
1414

1515
## SYNOPSIS
16-
{{Fill in the Synopsis}}
16+
Removes a server configured to host Access Services databases.
1717

1818

1919
## SYNTAX
@@ -26,23 +26,24 @@ Remove-SPAccessServicesDatabaseServer [-ServiceContext] <SPServiceContextPipeBin
2626
```
2727

2828
## DESCRIPTION
29-
{{Fill in the Description}}
29+
This cmdlet removes an Access Services database server hosting Access Services databases.
3030

3131

3232
## EXAMPLES
3333

3434
### ------------------EXAMPLE------------------
3535
```
36-
{{ Add example code here }}
36+
Remove-SPAccessServicesDatabaseServer -DatabaseServer SQLSVR01 -DatabaseServerGroup DEFAULT
3737
```
3838

39-
{{ Add example description here }}
40-
39+
This example removes the SQL Server named SQLSVR01 from the DEFAULT group as an Access Services database server.
4140

4241
## PARAMETERS
4342

4443
### -AssignmentCollection
45-
{{Fill AssignmentCollection Description}}
44+
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.
45+
46+
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.
4647

4748
```yaml
4849
Type: SPAssignmentCollection
@@ -74,7 +75,7 @@ Accept wildcard characters: False
7475
```
7576
7677
### -DatabaseServer
77-
{{Fill DatabaseServer Description}}
78+
Specifies the name of the SQL Server.
7879
7980
```yaml
8081
Type: AccessServicesDatabaseServerPipeBind
@@ -90,7 +91,7 @@ Accept wildcard characters: False
9091
```
9192
9293
### -DatabaseServerGroup
93-
{{Fill DatabaseServerGroup Description}}
94+
The name of the Access Services database server group containing the SQL Server object to remove.
9495
9596
```yaml
9697
Type: AccessServicesDatabaseServerGroupPipeBind
@@ -106,7 +107,7 @@ Accept wildcard characters: False
106107
```
107108
108109
### -Force
109-
{{Fill Force Description}}
110+
Prompts you for confirmation before running the cmdlet.
110111
111112
```yaml
112113
Type: SwitchParameter
@@ -122,7 +123,7 @@ Accept wildcard characters: False
122123
```
123124
124125
### -ServiceContext
125-
{{Fill ServiceContext Description}}
126+
Specifies the service context.
126127
127128
```yaml
128129
Type: SPServiceContextPipeBind

0 commit comments

Comments
 (0)