Improve domain enrollment and desktop personalization
This commit is contained in:
@@ -22,6 +22,8 @@ param(
|
||||
[ValidatePattern('^/')]
|
||||
[string]$StudentProfilePath = '/psulsa/alumnos/consultainformacionalumnos/consultainformacion.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$ProfessorPayrollProfilePath = '/psulsa/gadmon/nomina/consultanomina.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$MenuProfilePath = '/psulsa/menu.aspx',
|
||||
[ValidateRange(32768, 2097152)]
|
||||
[int]$MaxProfileBytes = 524288,
|
||||
@@ -171,6 +173,7 @@ $productionSettings = @{
|
||||
AdministrativePersonalProfilePath = $AdministrativePersonalProfilePath
|
||||
AdministrativeLocationProfilePath = $AdministrativeLocationProfilePath
|
||||
StudentProfilePath = $StudentProfilePath
|
||||
ProfessorPayrollProfilePath = $ProfessorPayrollProfilePath
|
||||
MenuProfilePath = $MenuProfilePath
|
||||
MaxProfileBytes = $MaxProfileBytes
|
||||
AllowedRedirectHosts = $AllowedNtlmRedirectHosts
|
||||
|
||||
Reference in New Issue
Block a user