File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed
winserver2012-ps/smbshare
winserver2012r2-ps/smbshare
winserver2016-ps/smbshare
winserver2019-ps/smbshare
winserver2022-ps/smbshare Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ The **New-SMBShare** cmdlet exposes a file system folder to remote clients as a
25
25
26
26
To delete a share that was created by this cmdlet, use the Remove-SMBShare cmdlet.
27
27
28
+ > [ !NOTE]
29
+ > The ** WhatIf** parameter does not work with this cmdlet.
30
+
28
31
## EXAMPLES
29
32
30
33
### EXAMPLE 1
@@ -376,8 +379,6 @@ Accept wildcard characters: False
376
379
Shows what would happen if the cmdlet runs.
377
380
The cmdlet is not run.
378
381
379
- NOTE : The WhatIf switch does not work with this cmdlet.
380
-
381
382
` ` ` yaml
382
383
Type: SwitchParameter
383
384
Parameter Sets: (All)
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ The **New-SMBShare** cmdlet exposes a file system folder to remote clients as a
28
28
29
29
To delete a share that was created by this cmdlet, use the Remove-SMBShare cmdlet.
30
30
31
+ > [ !NOTE]
32
+ > The ** WhatIf** parameter does not work with this cmdlet.
33
+
31
34
## EXAMPLES
32
35
33
36
### EXAMPLE 1
@@ -396,8 +399,6 @@ Accept wildcard characters: False
396
399
Shows what would happen if the cmdlet runs.
397
400
The cmdlet is not run.
398
401
399
- NOTE : The WhatIf switch does not work with this cmdlet.
400
-
401
402
` ` ` yaml
402
403
Type: SwitchParameter
403
404
Parameter Sets: (All)
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ The **New-SmbShare** cmdlet exposes a file system folder to remote clients as a
29
29
30
30
To delete a share that was created by this cmdlet, use the Remove-SmbShare cmdlet.
31
31
32
+ > [ !NOTE]
33
+ > The ** WhatIf** parameter does not work with this cmdlet.
34
+
32
35
## EXAMPLES
33
36
34
37
### Example 1: Create an SMB share
@@ -412,8 +415,6 @@ Accept wildcard characters: False
412
415
Shows what would happen if the cmdlet runs.
413
416
The cmdlet is not run.
414
417
415
- NOTE : The WhatIf switch does not work with this cmdlet.
416
-
417
418
` ` ` yaml
418
419
Type: SwitchParameter
419
420
Parameter Sets: (All)
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ The **New-SmbShare** cmdlet exposes a file system folder to remote clients as a
29
29
30
30
To delete a share that was created by this cmdlet, use the Remove-SmbShare cmdlet.
31
31
32
+ > [ !NOTE]
33
+ > The ** WhatIf** parameter does not work with this cmdlet.
34
+
32
35
## EXAMPLES
33
36
34
37
### Example 1: Create an SMB share
@@ -412,8 +415,6 @@ Accept wildcard characters: False
412
415
Shows what would happen if the cmdlet runs.
413
416
The cmdlet is not run.
414
417
415
- NOTE : The WhatIf switch does not work with this cmdlet.
416
-
417
418
` ` ` yaml
418
419
Type: SwitchParameter
419
420
Parameter Sets: (All)
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ The `New-SmbShare` cmdlet exposes a file system folder to remote clients as a Se
33
33
34
34
To delete a share that was created by this cmdlet, use the ` Remove-SmbShare ` cmdlet.
35
35
36
+ > [ !NOTE]
37
+ > The ** WhatIf** parameter does not work with this cmdlet.
38
+
36
39
## EXAMPLES
37
40
38
41
### Example 1: Create an SMB share
You can’t perform that action at this time.
0 commit comments