You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Endpoint/Autopilot/Invoke-AddAPDevice.ps1
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,36 @@ function Invoke-AddAPDevice {
51
51
if ($NewStatus.status-ne'finished') { throw'Could not retrieve status of import - This job might still be running. Check the autopilot device list in 10 minutes for the latest status.' }
52
52
Write-LogMessage-headers $Request.Headers-API $APIName-tenant $($Request.body.TenantFilter.value) -message "Created Autopilot devices group. Group ID is $GroupName"-Sev 'Info'
53
53
54
+
# Apply group tags from CSV if any devices have them
0 commit comments