Skip to content

Commit 2d13aa0

Browse files
authored
Update Add-SPDistributedCacheServiceInstance.md
add text which was lost during migration
1 parent 4de2f73 commit 2d13aa0

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

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

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

1010
## SYNOPSIS
1111

12-
{{Fill in the Synopsis}}
12+
Adds an instance of the distributed cache service to a local server.
1313

1414

1515

@@ -34,24 +34,28 @@ Add-SPDistributedCacheServiceInstance [-AssignmentCollection <SPAssignmentCollec
3434

3535
## DESCRIPTION
3636

37-
{{Fill in the Description}}
37+
This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see [Cmdlet Parameter Sets](http://go.microsoft.com/fwlink/?LinkID=187810).
38+
39+
Use the Add-SPDistributedCacheServiceInstance cmdlet to add an instance of the distributed cache server to a local server. This is required to start the AppFabric service.
3840

3941

4042

4143
## EXAMPLES
4244

4345
### Example 1
4446
```
45-
PS C:\> {{ Add example code here }}
47+
Add-SPDistributedCacheServiceInstance
4648
```
4749

48-
{{ Add example description here }}
50+
This example adds an instance of the distributed cache service to a local server.
4951

5052
## PARAMETERS
5153

5254
### -AssignmentCollection
5355

54-
{{Fill AssignmentCollection Description}}
56+
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.
57+
58+
**NOTE**: 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.
5559

5660

5761

@@ -69,7 +73,9 @@ Accept wildcard characters: False
6973
```
7074
7175
### -CacheSizeInMB
72-
{{Fill CacheSizeInMB Description}}
76+
Specifies the amount of RAM to allocate for the Distributed Cache service instance.
77+
78+
If this parameter is not specified, the default value will be used.
7379
7480
```yaml
7581
Type: Int32
@@ -85,7 +91,15 @@ Accept wildcard characters: False
8591
```
8692
8793
### -Role
88-
{{Fill Role Description}}
94+
Specifies the type of server role that the Distributed Cache service instance should be configured for.
95+
96+
This parameter is typically used when you are going to do a server role conversion to the specified server role.
97+
98+
The valid values are:
99+
100+
* SingleServerFarm
101+
* DistributedCache
102+
* WebFrontEndWithDistributedCache
89103
90104
```yaml
91105
Type: SPServerRole
@@ -116,5 +130,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
116130
117131
## RELATED LINKS
118132
119-
[Remove-SPDistributedCacheServiceInstance]()
133+
[Remove-SPDistributedCacheServiceInstance](Remove-SPDistributedCacheServiceInstance.md)
120134

0 commit comments

Comments
 (0)