Skip to content

Commit 3b5efab

Browse files
Changes from PlatyPS
1 parent 8cc2b8f commit 3b5efab

File tree

4 files changed

+367
-4
lines changed

4 files changed

+367
-4
lines changed
Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
---
2+
external help file: MSFT_WvrAdminTasks.cdxml-help.xml
3+
Module Name: storagereplica
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Dismount-SRDestination
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
```
15+
Dismount-SRDestination [[-ComputerName] <String>] [-Name] <String> [-Force] [-CimSession <CimSession[]>]
16+
[-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{ Fill in the Description }}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -AsJob
34+
{{ Fill AsJob Description }}
35+
36+
```yaml
37+
Type: SwitchParameter
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: False
42+
Position: Named
43+
Default value: False
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -CimSession
49+
{{ Fill CimSession Description }}
50+
51+
```yaml
52+
Type: CimSession[]
53+
Parameter Sets: (All)
54+
Aliases: Session
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -ComputerName
64+
{{ Fill ComputerName Description }}
65+
66+
```yaml
67+
Type: String
68+
Parameter Sets: (All)
69+
Aliases: CN
70+
71+
Required: False
72+
Position: 1
73+
Default value: None
74+
Accept pipeline input: True (ByPropertyName)
75+
Accept wildcard characters: False
76+
```
77+
78+
### -Force
79+
{{ Fill Force Description }}
80+
81+
```yaml
82+
Type: SwitchParameter
83+
Parameter Sets: (All)
84+
Aliases: F
85+
86+
Required: False
87+
Position: 100
88+
Default value: False
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
```
92+
93+
### -Name
94+
{{ Fill Name Description }}
95+
96+
```yaml
97+
Type: String
98+
Parameter Sets: (All)
99+
Aliases: N
100+
101+
Required: True
102+
Position: 2
103+
Default value: None
104+
Accept pipeline input: True (ByPropertyName)
105+
Accept wildcard characters: False
106+
```
107+
108+
### -ThrottleLimit
109+
{{ Fill ThrottleLimit Description }}
110+
111+
```yaml
112+
Type: Int32
113+
Parameter Sets: (All)
114+
Aliases:
115+
116+
Required: False
117+
Position: Named
118+
Default value: 0
119+
Accept pipeline input: False
120+
Accept wildcard characters: False
121+
```
122+
123+
### -Confirm
124+
Prompts you for confirmation before running the cmdlet.
125+
126+
```yaml
127+
Type: SwitchParameter
128+
Parameter Sets: (All)
129+
Aliases: cf
130+
131+
Required: False
132+
Position: Named
133+
Default value: None
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
137+
138+
### -WhatIf
139+
Shows what would happen if the cmdlet runs.
140+
The cmdlet is not run.
141+
142+
```yaml
143+
Type: SwitchParameter
144+
Parameter Sets: (All)
145+
Aliases: wi
146+
147+
Required: False
148+
Position: Named
149+
Default value: None
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
154+
### CommonParameters
155+
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).
156+
157+
## INPUTS
158+
159+
## OUTPUTS
160+
161+
## NOTES
162+
163+
## RELATED LINKS
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
---
2+
external help file: MSFT_WvrAdminTasks.cdxml-help.xml
3+
Module Name: storagereplica
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Mount-SRDestination
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
```
15+
Mount-SRDestination [[-ComputerName] <String>] [-Name] <String> [-TemporaryPath] <String> [-Force]
16+
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{ Fill in the Description }}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -AsJob
34+
{{ Fill AsJob Description }}
35+
36+
```yaml
37+
Type: SwitchParameter
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: False
42+
Position: Named
43+
Default value: False
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -CimSession
49+
{{ Fill CimSession Description }}
50+
51+
```yaml
52+
Type: CimSession[]
53+
Parameter Sets: (All)
54+
Aliases: Session
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -ComputerName
64+
{{ Fill ComputerName Description }}
65+
66+
```yaml
67+
Type: String
68+
Parameter Sets: (All)
69+
Aliases: CN
70+
71+
Required: False
72+
Position: 1
73+
Default value: None
74+
Accept pipeline input: True (ByPropertyName)
75+
Accept wildcard characters: False
76+
```
77+
78+
### -Force
79+
{{ Fill Force Description }}
80+
81+
```yaml
82+
Type: SwitchParameter
83+
Parameter Sets: (All)
84+
Aliases: F
85+
86+
Required: False
87+
Position: 100
88+
Default value: False
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
```
92+
93+
### -Name
94+
{{ Fill Name Description }}
95+
96+
```yaml
97+
Type: String
98+
Parameter Sets: (All)
99+
Aliases: N
100+
101+
Required: True
102+
Position: 2
103+
Default value: None
104+
Accept pipeline input: True (ByPropertyName)
105+
Accept wildcard characters: False
106+
```
107+
108+
### -TemporaryPath
109+
{{ Fill TemporaryPath Description }}
110+
111+
```yaml
112+
Type: String
113+
Parameter Sets: (All)
114+
Aliases: D
115+
116+
Required: True
117+
Position: 3
118+
Default value: None
119+
Accept pipeline input: False
120+
Accept wildcard characters: False
121+
```
122+
123+
### -ThrottleLimit
124+
{{ Fill ThrottleLimit Description }}
125+
126+
```yaml
127+
Type: Int32
128+
Parameter Sets: (All)
129+
Aliases:
130+
131+
Required: False
132+
Position: Named
133+
Default value: 0
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
137+
138+
### -Confirm
139+
Prompts you for confirmation before running the cmdlet.
140+
141+
```yaml
142+
Type: SwitchParameter
143+
Parameter Sets: (All)
144+
Aliases: cf
145+
146+
Required: False
147+
Position: Named
148+
Default value: None
149+
Accept pipeline input: False
150+
Accept wildcard characters: False
151+
```
152+
153+
### -WhatIf
154+
Shows what would happen if the cmdlet runs.
155+
The cmdlet is not run.
156+
157+
```yaml
158+
Type: SwitchParameter
159+
Parameter Sets: (All)
160+
Aliases: wi
161+
162+
Required: False
163+
Position: Named
164+
Default value: None
165+
Accept pipeline input: False
166+
Accept wildcard characters: False
167+
```
168+
169+
### CommonParameters
170+
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).
171+
172+
## INPUTS
173+
174+
## OUTPUTS
175+
176+
## NOTES
177+
178+
## RELATED LINKS

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Removes a replication partnership.
1717

1818
```
1919
Remove-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String>
20-
[-DestinationComputerName] <String> [-DestinationRGName] <String> [-IgnoreRemovalFailure] [-Force]
21-
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
[-DestinationComputerName] <String> [-DestinationRGName] <String> [-ApplyChanges] [-IgnoreRemovalFailure]
21+
[-Force] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm]
22+
[<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -55,6 +56,21 @@ The current cmdlet removes all partnerships for all paired servers.
5556

5657
## PARAMETERS
5758

59+
### -ApplyChanges
60+
{{ Fill ApplyChanges Description }}
61+
62+
```yaml
63+
Type: SwitchParameter
64+
Parameter Sets: (All)
65+
Aliases: ADA
66+
67+
Required: False
68+
Position: Named
69+
Default value: None
70+
Accept pipeline input: False
71+
Accept wildcard characters: False
72+
```
73+
5874
### -AsJob
5975
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
6076

0 commit comments

Comments
 (0)