okieselbach/Intune

Add -online importation from CSV

Ka1Nn opened this issue · 0 comments

Ka1Nn commented

Hello

Can you add to the -online parameter the ability to import multiple devices from csv file ?

For example:

at line : 325

if ($FromCSV) {
	$computers = Import-Csv $FromCSV | Select -Unique 
}
if ($Online)
	{
		# Add the devices
		$importStart = Get-Date
		$imported = @()
 etc

$FromCSV is the csv path generated with the parameter $OutputFile