Skip to content

Commit c5faaf6

Browse files
authored
Merge pull request MicrosoftDocs#897 from tseward/patch-531
Update Get-SPAccessServicesDatabaseServerGroup.md
2 parents e237a08 + 6ae22a7 commit c5faaf6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPAccessServicesDatabaseServerGroup
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns a database server group.
1212

1313
## SYNTAX
1414

@@ -19,21 +19,22 @@ Get-SPAccessServicesDatabaseServerGroup [-ServiceContext] <SPServiceContextPipeB
1919
```
2020

2121
## DESCRIPTION
22-
{{Fill in the Description}}
22+
Returns a database server group associated with the given service context.
2323

2424
## EXAMPLES
2525

2626
### Example 1
2727
```
28-
PS C:\> {{ Add example code here }}
28+
PS C:\>Get-SPAccessServicesDatabaseServerGroup -ServiceContext http://siteUrl
2929
```
30-
31-
{{ Add example description here }}
30+
Returns the database server group associated with the site, http://siteUrl.
3231

3332
## PARAMETERS
3433

3534
### -AssignmentCollection
36-
{{Fill AssignmentCollection Description}}
35+
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.
36+
37+
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.
3738

3839
```yaml
3940
Type: SPAssignmentCollection
@@ -49,7 +50,7 @@ Accept wildcard characters: False
4950
```
5051
5152
### -DatabaseServerGroup
52-
{{Fill DatabaseServerGroup Description}}
53+
The name of the database server group.
5354
5455
```yaml
5556
Type: AccessServicesDatabaseServerGroupPipeBind
@@ -65,7 +66,7 @@ Accept wildcard characters: False
6566
```
6667
6768
### -ServiceContext
68-
{{Fill ServiceContext Description}}
69+
Specifies the service context to retrieve Access Services database server information from.
6970
7071
```yaml
7172
Type: SPServiceContextPipeBind

0 commit comments

Comments
 (0)