5 lines
97 B
PowerShell
5 lines
97 B
PowerShell
Import-Module '.\User.psm1'
|
|
|
|
$trainees = Get-TraineeList '.\Intake20.csv'
|
|
New-Trainees $trainees
|