REM Batch add NPS clients via CSV file REM Drag & Drop a CSV file containing REM Address,Secret,Name REM 10.0.1.1,testing123,AnRadiusClient REM 10.0.1.2,testing123 powershell -NoExit -File .\Add-NewNpsClientsCSV.ps1 "%1"