Skip to content

Commit 18e2149

Browse files
authored
Merge pull request MicrosoftDocs#3649 from MicrosoftDocs/main
Publish 10/03/2023, 3:30 PM
2 parents f622748 + ae51ccf commit 18e2149

File tree

11 files changed

+27
-18
lines changed

11 files changed

+27
-18
lines changed

docset/winserver2012-ps/smbshare/New-SmbShare.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The **New-SMBShare** cmdlet exposes a file system folder to remote clients as a
2525

2626
To delete a share that was created by this cmdlet, use the Remove-SMBShare cmdlet.
2727

28+
> [!NOTE]
29+
> The **WhatIf** parameter does not work with this cmdlet.
30+
2831
## EXAMPLES
2932

3033
### EXAMPLE 1
@@ -376,8 +379,6 @@ Accept wildcard characters: False
376379
Shows what would happen if the cmdlet runs.
377380
The cmdlet is not run.
378381

379-
NOTE: The WhatIf switch does not work with this cmdlet.
380-
381382
```yaml
382383
Type: SwitchParameter
383384
Parameter Sets: (All)

docset/winserver2012r2-ps/smbshare/New-SmbShare.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ The **New-SMBShare** cmdlet exposes a file system folder to remote clients as a
2828

2929
To delete a share that was created by this cmdlet, use the Remove-SMBShare cmdlet.
3030

31+
> [!NOTE]
32+
> The **WhatIf** parameter does not work with this cmdlet.
33+
3134
## EXAMPLES
3235

3336
### EXAMPLE 1
@@ -396,8 +399,6 @@ Accept wildcard characters: False
396399
Shows what would happen if the cmdlet runs.
397400
The cmdlet is not run.
398401

399-
NOTE: The WhatIf switch does not work with this cmdlet.
400-
401402
```yaml
402403
Type: SwitchParameter
403404
Parameter Sets: (All)

docset/winserver2016-ps/remoteaccess/Add-BgpRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This cmdlet returns error information if errors occur while adding the BGP route
3434
```
3535
PS C:\>Add-BgpRouter -BgpIdentifier 10.1.1.10-LocalASN 64522 -PassThru
3636
RoutingDomain :
37-
BgpIdentifier : 192.168.1.10
37+
BgpIdentifier : 10.1.1.10
3838
LocalASN : 64522
3939
CompareMEDAcrossASN : False
4040
DefaultGatewayRouting : False

docset/winserver2016-ps/smbshare/New-SmbShare.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The **New-SmbShare** cmdlet exposes a file system folder to remote clients as a
2929

3030
To delete a share that was created by this cmdlet, use the Remove-SmbShare cmdlet.
3131

32+
> [!NOTE]
33+
> The **WhatIf** parameter does not work with this cmdlet.
34+
3235
## EXAMPLES
3336

3437
### Example 1: Create an SMB share
@@ -412,8 +415,6 @@ Accept wildcard characters: False
412415
Shows what would happen if the cmdlet runs.
413416
The cmdlet is not run.
414417

415-
NOTE: The WhatIf switch does not work with this cmdlet.
416-
417418
```yaml
418419
Type: SwitchParameter
419420
Parameter Sets: (All)

docset/winserver2019-ps/remoteaccess/Add-BgpRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This cmdlet returns error information if errors occur while adding the BGP route
3434
```
3535
PS C:\>Add-BgpRouter -BgpIdentifier 10.1.1.10-LocalASN 64522 -PassThru
3636
RoutingDomain :
37-
BgpIdentifier : 192.168.1.10
37+
BgpIdentifier : 10.1.1.10
3838
LocalASN : 64522
3939
CompareMEDAcrossASN : False
4040
DefaultGatewayRouting : False

docset/winserver2019-ps/smbshare/New-SmbShare.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The **New-SmbShare** cmdlet exposes a file system folder to remote clients as a
2929

3030
To delete a share that was created by this cmdlet, use the Remove-SmbShare cmdlet.
3131

32+
> [!NOTE]
33+
> The **WhatIf** parameter does not work with this cmdlet.
34+
3235
## EXAMPLES
3336

3437
### Example 1: Create an SMB share
@@ -412,8 +415,6 @@ Accept wildcard characters: False
412415
Shows what would happen if the cmdlet runs.
413416
The cmdlet is not run.
414417

415-
NOTE: The WhatIf switch does not work with this cmdlet.
416-
417418
```yaml
418419
Type: SwitchParameter
419420
Parameter Sets: (All)

docset/winserver2022-ps/configci/New-CIPolicyRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ Aliases:
396396
Required: False
397397
Position: Named
398398
Default value: None
399-
Accept pipeline input: False
400-
Accept wildcard characters: False
399+
Accept pipeline input: True
400+
Accept wildcard characters: True
401401
```
402402
403403
### -Level

docset/winserver2022-ps/failoverclusters/New-Cluster.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Creates a new failover cluster.
1717

1818
```
1919
New-Cluster [-Name] <String> [-Node <StringCollection>] [-StaticAddress <StringCollection>]
20-
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D] [-AdministrativeAccessPoint <AdminAccessPoint>]
21-
[-Force] [-ManagementPointNetworkType <AdminAccessPointResType>] [<CommonParameters>]
20+
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D]
21+
[-ManagementPointNetworkType <AdminAccessPointResType>]
22+
[-AdministrativeAccessPoint <AdminAccessPoint>] [-Force] [<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -172,7 +173,7 @@ Specifies the network configuration used to determine IP address settings.
172173
173174
The acceptable values for this parameter are:
174175
175-
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, it uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176+
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176177
- Singleton: The traditional method of DHCP or static IP address.
177178
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
178179

@@ -188,6 +189,7 @@ Accept pipeline input: False
188189
Accept wildcard characters: False
189190
```
190191

192+
191193
### -Name
192194

193195
Specifies the name of the cluster to create.

docset/winserver2022-ps/kds/Add-KdsRootKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ This command generates a new root key immediately and adds it to the Microsoft G
4747

4848
### Example 3: Generate a new root key which takes effect on a specific date
4949
```
50-
PS C:\> Add-KdsRootKey -EffectiveTime 03/06/2013
50+
PS C:\> Add-KdsRootKey -EffectiveTime 03/23/2013
5151
```
5252

53-
This command generates a new root key for the Microsoft Group KdsSvc which takes effect on the date 03/06/2013.
53+
This command generates a new root key for the Microsoft Group KdsSvc which takes effect on the date 03/23/2013.
5454
Use the mm/dd/yyyy format.
5555

5656
### Example 4: Generate a new root key on the local host only

docset/winserver2022-ps/remoteaccess/Add-BgpRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This cmdlet returns error information if errors occur while adding the BGP route
3434
```
3535
PS C:\>Add-BgpRouter -BgpIdentifier 10.1.1.10-LocalASN 64522 -PassThru
3636
RoutingDomain :
37-
BgpIdentifier : 192.168.1.10
37+
BgpIdentifier : 10.1.1.10
3838
LocalASN : 64522
3939
CompareMEDAcrossASN : False
4040
DefaultGatewayRouting : False

0 commit comments

Comments
 (0)