@@ -268,7 +268,7 @@ Accept wildcard characters: False
268
268
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
269
269
object, such as the output of a
270
270
[New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
271
- [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966 ) cmdlet. The default is the
271
+ [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession ) cmdlet. The default is the
272
272
current session on the local computer.
273
273
274
274
` ` ` yaml
@@ -853,12 +853,20 @@ Accept wildcard characters: False
853
853
854
854
# ## -SmbServerNameHardeningLevel
855
855
856
- Specifies the SMB Service name hardening level.
856
+ Controls the level of validation that a server performs on the service principal name (SPN) that is
857
+ provided by the client device when the client establishes a session using Server Message Block
858
+ (SMB). The acceptable values are :
859
+
860
+ - `0` : Don't enforce SPN check.
861
+ - `1` : Allow clients who didn't provide the target, but fail those who do provide the target and it
862
+ doesn't match.
863
+ - `2` : Only allow clients who supply matching targets.
857
864
858
865
` ` ` yaml
859
866
Type: UInt32
860
867
Parameter Sets: (All)
861
868
Aliases:
869
+ Accepted values: 0, 1, 2
862
870
863
871
Required: False
864
872
Position: Named
@@ -1005,7 +1013,7 @@ Accept wildcard characters: False
1005
1013
This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
1006
1014
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
1007
1015
-WarningAction, and -WarningVariable. For more information, see
1008
- [about_CommonParameters](https://go. microsoft.com/fwlink/?LinkID=113216 ).
1016
+ [about_CommonParameters](/powershell/module/ microsoft.powershell.core/about/about_commonparameters ).
1009
1017
1010
1018
# # INPUTS
1011
1019
@@ -1019,6 +1027,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
1019
1027
1020
1028
# # RELATED LINKS
1021
1029
1022
- [Get-SmbServerConfiguration](./ Get-SmbServerConfiguration.md)
1030
+ [Get-SmbServerConfiguration](Get-SmbServerConfiguration.md)
1023
1031
1024
- [Reset-SmbServerConfiguration](./ Reset-SmbServerConfiguration.md)
1032
+ [Reset-SmbServerConfiguration](Reset-SmbServerConfiguration.md)
0 commit comments