update,
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Import-Module '.\User.psm1'
|
||||
|
||||
$trainees = Get-TraineeList '.\Intake20.csv'
|
||||
foreach($trainee in $trainees){
|
||||
Set-UserHomeFolder $trainee.LoginID
|
||||
}
|
||||
|
||||
$trainers = Get-TrainerList '.\Trainers.txt'
|
||||
foreach($trainer in $trainers){
|
||||
Set-UserHomeFolder $trainer.LoginID
|
||||
}
|
Reference in New Issue
Block a user