Open 91CoolDude opened 1 month ago
Getting this error while running the script
script
**Import-Csv : Cannot validate argument on parameter 'Path'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. At C:\Users\Administrator\Desktop\Import-ADUsers.ps1:79 char:37
+ CategoryInfo : InvalidData: (:) [Import-Csv], ParameterBindingValidatio nException + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Co mmands.ImportCsvCommand** ![Screenshot 2024-10-09 130534](https://github.com/user-attachments/assets/f6163456-93f2-473b-8ed4-f62db0fa4036)
You will need to give up a path to the CSV file, for example:
.\Import-ADUsers.ps1 -CSVpath c:\temp\users.csv
Getting this error while running the
script
**Import-Csv : Cannot validate argument on parameter 'Path'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. At C:\Users\Administrator\Desktop\Import-ADUsers.ps1:79 char:37