Skip to content

Commit 242a914

Browse files
Add content.
1 parent c8485bd commit 242a914

File tree

3 files changed

+42
-25
lines changed

3 files changed

+42
-25
lines changed

docset/winserver2022-ps/storagereplica/Dismount-SRDestination.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description:
2+
description: The Dismount-SRDestination cmdlet dismounts a test failover snapshot.
33
external help file: MSFT_WvrAdminTasks.cdxml-help.xml
44
Module Name: storagereplica
55
ms.date: 10/06/2021
@@ -11,6 +11,7 @@ title: Dismount-SRDestination
1111
# Dismount-SRDestination
1212

1313
## SYNOPSIS
14+
Dismounts a test failover snapshot.
1415

1516
## SYNTAX
1617

@@ -20,21 +21,21 @@ Dismount-SRDestination [[-ComputerName] <String>] [-Name] <String> [-Force] [-Ci
2021
```
2122

2223
## DESCRIPTION
23-
{{ Fill in the Description }}
24+
The **Dismount-SRDestination** cmdlet dismounts a test failover snapshot.
2425

2526
## EXAMPLES
2627

27-
### Example 1
28+
### Example 1: Dismount a snapshot of replicated storage
2829
```powershell
29-
PS C:\> {{ Add example code here }}
30+
Dismount-SRDestination -ComputerName "SR-SRV05" -Name "ReplicationGroup01"
3031
```
3132

32-
{{ Add example description here }}
33+
This command dismounts the snapshot for the replication group `ReplicationGroup01` on the specified computer.
3334

3435
## PARAMETERS
3536

3637
### -AsJob
37-
{{ Fill AsJob Description }}
38+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
3839

3940
```yaml
4041
Type: SwitchParameter
@@ -49,7 +50,9 @@ Accept wildcard characters: False
4950
```
5051
5152
### -CimSession
52-
{{ Fill CimSession Description }}
53+
Runs the cmdlet in a remote session or on a remote computer.
54+
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
55+
The default is the current session on the local computer.
5356
5457
```yaml
5558
Type: CimSession[]
@@ -64,7 +67,8 @@ Accept wildcard characters: False
6467
```
6568
6669
### -ComputerName
67-
{{ Fill ComputerName Description }}
70+
Specifies a single replica host computer NetBIOS name or fully qualified domain name (FQDN).
71+
The default value is the local computer.
6872
6973
```yaml
7074
Type: String
@@ -79,7 +83,7 @@ Accept wildcard characters: False
7983
```
8084
8185
### -Force
82-
{{ Fill Force Description }}
86+
Forces the command to run without asking for user confirmation.
8387
8488
```yaml
8589
Type: SwitchParameter
@@ -94,7 +98,7 @@ Accept wildcard characters: False
9498
```
9599
96100
### -Name
97-
{{ Fill Name Description }}
101+
Specifies the name of the replication group for which this cmdlet dismounts destination storage.
98102
99103
```yaml
100104
Type: String
@@ -109,7 +113,9 @@ Accept wildcard characters: False
109113
```
110114
111115
### -ThrottleLimit
112-
{{ Fill ThrottleLimit Description }}
116+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
117+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
118+
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
113119

114120
```yaml
115121
Type: Int32

docset/winserver2022-ps/storagereplica/Mount-SRDestination.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
description:
2+
description: The Mount-SRDestination cmdlet mounts a snapshot of replicated storage temporarily for testing or backup purposes.
33
external help file: MSFT_WvrAdminTasks.cdxml-help.xml
44
Module Name: storagereplica
55
ms.date: 10/06/2021
6-
online version: https://docs.microsoft.com/powershell/module/storagereplica/dismount-srdestination?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
6+
online version: https://docs.microsoft.com/powershell/module/storagereplica/mount-srdestination?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Mount-SRDestination
99
---
1010

1111
# Mount-SRDestination
1212

1313
## SYNOPSIS
14+
Mounts a snapshot of replicated storage temporarily for testing or backup purposes.
1415

1516
## SYNTAX
1617

@@ -20,21 +21,25 @@ Mount-SRDestination [[-ComputerName] <String>] [-Name] <String> [-TemporaryPath]
2021
```
2122

2223
## DESCRIPTION
23-
{{ Fill in the Description }}
24+
The **Mount-SRDestination** cmdlet mounts a snapshot of replicated storage temporarily for testing or backup purposes.
25+
Storage Replica dismounts the destination volume when replication begins.
26+
Mounting the destination storage is called *test failover*.
27+
28+
Test failover requires an unused NTFS or ReFS formatted volume that isn't currently being replicated.
2429

2530
## EXAMPLES
2631

27-
### Example 1
32+
### Example 1: Mount a snapshot of replicated storage
2833
```powershell
29-
PS C:\> {{ Add example code here }}
34+
Mount-SRDestination -ComputerName "SR-SRV05" -Name "ReplicationGroup01" -TemporaryPath T:\
3035
```
3136

32-
{{ Add example description here }}
37+
This command sets up test failover for the replication group on the specified computer.
3338

3439
## PARAMETERS
3540

3641
### -AsJob
37-
{{ Fill AsJob Description }}
42+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
3843

3944
```yaml
4045
Type: SwitchParameter
@@ -49,7 +54,9 @@ Accept wildcard characters: False
4954
```
5055
5156
### -CimSession
52-
{{ Fill CimSession Description }}
57+
Runs the cmdlet in a remote session or on a remote computer.
58+
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
59+
The default is the current session on the local computer.
5360
5461
```yaml
5562
Type: CimSession[]
@@ -64,7 +71,8 @@ Accept wildcard characters: False
6471
```
6572
6673
### -ComputerName
67-
{{ Fill ComputerName Description }}
74+
Specifies a single replica host computer NetBIOS name or fully qualified domain name (FQDN).
75+
The default value is the local computer.
6876
6977
```yaml
7078
Type: String
@@ -79,7 +87,7 @@ Accept wildcard characters: False
7987
```
8088
8189
### -Force
82-
{{ Fill Force Description }}
90+
Forces the command to run without asking for user confirmation.
8391
8492
```yaml
8593
Type: SwitchParameter
@@ -94,7 +102,7 @@ Accept wildcard characters: False
94102
```
95103
96104
### -Name
97-
{{ Fill Name Description }}
105+
Specifies the name of the replication group for which this cmdlet mounts destination storage.
98106
99107
```yaml
100108
Type: String
@@ -109,7 +117,8 @@ Accept wildcard characters: False
109117
```
110118
111119
### -TemporaryPath
112-
{{ Fill TemporaryPath Description }}
120+
Specifies the path of the test failover volume.
121+
This volume must be an unused NTFS or ReFS formatted volume that isn't currently replicating.
113122
114123
```yaml
115124
Type: String
@@ -124,7 +133,9 @@ Accept wildcard characters: False
124133
```
125134
126135
### -ThrottleLimit
127-
{{ Fill ThrottleLimit Description }}
136+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
137+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
138+
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
128139

129140
```yaml
130141
Type: Int32

docset/winserver2022-ps/storagereplica/Remove-SRPartnership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The current cmdlet removes all partnerships for all paired servers.
5757
## PARAMETERS
5858

5959
### -ApplyChanges
60-
{{ Fill ApplyChanges Description }}
60+
Indicates that the cmdlet applies changes.
6161

6262
```yaml
6363
Type: SwitchParameter

0 commit comments

Comments
 (0)