Add student SGU profile synchronization
This commit is contained in:
@@ -15,6 +15,8 @@ param(
|
||||
[ValidatePattern('^/')]
|
||||
[string]$AdministrativeProfilePath = '/psulsa/gadmon/capitalhumano/controlincidencias/incidencias.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$StudentProfilePath = '/psulsa/alumnos/consultainformacionalumnos/consultainformacion.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$MenuProfilePath = '/psulsa/menu.aspx',
|
||||
[ValidateRange(32768, 2097152)]
|
||||
[int]$MaxProfileBytes = 524288,
|
||||
@@ -26,7 +28,7 @@ param(
|
||||
[ValidateLength(1, 64)]
|
||||
[string]$DefaultCompany = 'Universidad La Salle',
|
||||
[ValidateRange(10, 60)]
|
||||
[int]$NtlmTimeoutSeconds = 15,
|
||||
[int]$NtlmTimeoutSeconds = 30,
|
||||
[switch]$CreateMissingOus,
|
||||
[switch]$DisableCertificateRevocationCheckForLab
|
||||
)
|
||||
@@ -141,6 +143,7 @@ $productionSettings = @{
|
||||
TimeoutSeconds = $NtlmTimeoutSeconds
|
||||
MaxRedirects = 5
|
||||
AdministrativeProfilePath = $AdministrativeProfilePath
|
||||
StudentProfilePath = $StudentProfilePath
|
||||
MenuProfilePath = $MenuProfilePath
|
||||
MaxProfileBytes = $MaxProfileBytes
|
||||
AllowedRedirectHosts = $AllowedNtlmRedirectHosts
|
||||
|
||||
@@ -55,7 +55,7 @@ $installParams = @{
|
||||
ClientCertificateThumbprint = $ClientCertificateThumbprint
|
||||
ServerCertificateThumbprint = $ServerCertificateThumbprint
|
||||
DomainNetbios = $DomainNetbios
|
||||
TimeoutSeconds = 20
|
||||
TimeoutSeconds = 35
|
||||
}
|
||||
if ($DotNetRuntimeInstallerPath) {
|
||||
$installParams.InstallDotNetRuntime = $true
|
||||
@@ -68,7 +68,7 @@ $guardParams = @{
|
||||
ClientCertificateThumbprint = $ClientCertificateThumbprint
|
||||
ServerCertificateThumbprint = $ServerCertificateThumbprint
|
||||
DomainNetbios = $DomainNetbios
|
||||
TimeoutSeconds = 20
|
||||
TimeoutSeconds = 35
|
||||
RemoteDesktopPrincipal = $RemoteDesktopPrincipal
|
||||
DotNetRuntimeInstallerPath = $DotNetRuntimeInstallerPath
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ param(
|
||||
[string]$DomainNetbios = 'LCI',
|
||||
|
||||
[ValidateRange(2, 60)]
|
||||
[int]$TimeoutSeconds = 20,
|
||||
[int]$TimeoutSeconds = 35,
|
||||
|
||||
[switch]$DoNotSetAsDefaultCredentialProvider,
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ param(
|
||||
|
||||
[string]$DomainNetbios = 'LCI',
|
||||
[ValidateRange(2, 60)]
|
||||
[int]$TimeoutSeconds = 20,
|
||||
[int]$TimeoutSeconds = 35,
|
||||
[string]$RemoteDesktopPrincipal = 'LCI\SG-Laboratorio-Usuarios-RDP',
|
||||
[string]$DotNetRuntimeInstallerPath
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user