Skip to content

Commit f79cd8b

Browse files
author
Trevor Seward
authored
Update Remove-SPDistributedCacheServiceInstance.md
Filled in placeholders.
1 parent d3ca383 commit f79cd8b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

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

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
12-
11+
Removes an instance of the distributed cache service from a local server.
1312

1413
## SYNTAX
1514

@@ -18,23 +17,26 @@ Remove-SPDistributedCacheServiceInstance [-AssignmentCollection <SPAssignmentCol
1817
```
1918

2019
## DESCRIPTION
21-
{{Fill in the Description}}
20+
Use the Remove-SPDistributedCacheServiceInstance cmdlet to remove an instance of the distributed cache service from a local server. This is required to stop the AppFabric service.
21+
22+
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at Windows PowerShell for SharePoint Server 2016 reference [http://go.microsoft.com/fwlink/p/?LinkId=671715](http://go.microsoft.com/fwlink/p/?LinkId=671715).
2223

2324

2425
## EXAMPLES
2526

2627
### ------------------EXAMPLE------------------
2728
```
28-
PS C:\> {{ Add example code here }}
29+
PS C:\>Remove-SPDistributedCacheServiceInstance
2930
```
3031

31-
{{ Add example description here }}
32-
32+
This example removes an instance of a distributed cache.
3333

3434
## PARAMETERS
3535

3636
### -AssignmentCollection
37-
{{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.
3840

3941

4042
```yaml

0 commit comments

Comments
 (0)