Skip to content

Commit 13f8e5c

Browse files
authored
Merge pull request MicrosoftDocs#234 from tseward/patch-14
Update Stop-SPDistributedCacheServiceInstance.md
2 parents 264fdfc + e6b4377 commit 13f8e5c

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

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

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

1010
## SYNOPSIS
11-
Stops an instance of the distributed cache service on a local server.
11+
Stops an instance of the Distributed Cache service on a local server.
1212

1313

1414
## SYNTAX
@@ -19,28 +19,22 @@ Stop-SPDistributedCacheServiceInstance [-Graceful] [-AssignmentCollection <SPAss
1919
```
2020

2121
## DESCRIPTION
22-
Use the `Stop-SPDistributedCacheServiceInstance` cmdlet to stop an instance of the distributed cache service on a local server.
22+
Use the Stop-SPDistributedCacheServiceInstance cmdlet to stop an instance of the Distributed Cache service on a local server. While a -Graceful switch does exist, this cmdlet is not capable of properly transferring cached items to another Distributed Cache host within the farm. Follow the guidance available at [Manage the Distributed Cache service in SharePoint Server 2013](https://technet.microsoft.com/en-us/library/jj219613.aspx) to properly issue a graceful shutdown of the Distributed Cache service.
2323

24-
Execution of this cmdlet moves cached items to another server to preserve them.
25-
If you stop the distributed service before you stop each instance, cached items are lost.
26-
To prevent cached items from being lost, use the Graceful parameter.
27-
28-
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
24+
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [http://go.microsoft.com/fwlink/p/?LinkId=251831](http://go.microsoft.com/fwlink/p/?LinkId=251831).
2925

3026
## EXAMPLES
3127

32-
### ------------EXAMPLE----------
28+
### ------------ Example 1 ----------
3329
```
34-
C:\PS>Stop-SPDistributedCacheServiceInstance -Graceful
30+
C:\PS>
3531
```
36-
37-
This example gracefully stops an instance of a distributed cache service on a local server.
38-
32+
Please see referenced article instead of using this cmdlet directly.
3933

4034
## PARAMETERS
4135

4236
### -Graceful
43-
Specifies whether to gracefully stop an instance of the distributed cache service.
37+
Specifies whether to gracefully stop an instance of the Distributed Cache service.
4438

4539
```yaml
4640
Type: SwitchParameter
@@ -78,7 +72,7 @@ Accept wildcard characters: False
7872
```
7973

8074
### CommonParameters
81-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
75+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
8276

8377
## INPUTS
8478

0 commit comments

Comments
 (0)