Skip to content

Commit ec40634

Browse files
committed
Updated example formatting
1 parent d83be2a commit ec40634

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docset/winserver2022-ps/smbshare/Set-SmbServerConfiguration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ This command sets the SMB Service configuration without user confirmation.
6464
### Example 2: Turn on SMB signing and encryption
6565

6666
```powershell
67-
Set-SmbServerConfiguration -RequireSecuritySignature $True -EnableSecuritySignature $True
68-
-EncryptData $True -Confirm:$false
67+
Set-SmbServerConfiguration -RequireSecuritySignature $True -EnableSecuritySignature $True -EncryptData $True -Confirm:$false
6968
```
7069

7170
This command turns on SMB signing and encryption without user confirmation.

0 commit comments

Comments
 (0)