Removing rows from an array sourced from item in another array
I’m using
$Devices = Get-MgDevice to get the devices from Azure with Graph
$autopilot = Get-MgDeviceManagementWindowsAutopilotDeviceIdentity to get all the autopilot devices
I’m using
$Devices = Get-MgDevice to get the devices from Azure with Graph
$autopilot = Get-MgDeviceManagementWindowsAutopilotDeviceIdentity to get all the autopilot devices