Harden NTLM authentication and restore SGU profiles
This commit is contained in:
@@ -31,8 +31,8 @@ param(
|
||||
[string]$DefaultCompany = 'Universidad La Salle',
|
||||
[ValidateRange(10, 60)]
|
||||
[int]$NtlmTimeoutSeconds = 20,
|
||||
[ValidateRange(2, 30)]
|
||||
[int]$ProfileTimeoutSeconds = 10,
|
||||
[ValidateRange(2, 90)]
|
||||
[int]$ProfileTimeoutSeconds = 60,
|
||||
[switch]$CreateMissingOus,
|
||||
[switch]$DisableCertificateRevocationCheckForLab
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user