SOLVED

IOS Device OS version upgrade

Copper Contributor

HI,

 

Requirement is to upgrade ISO and Anriod devices OS version if device is running on less than X number version Before upgrade is there any way to Identify Devices which can support X IOS and Anriod version so that we will push the upgrade on devices which are supported if not then we will plan for replace any way to identify the devices which are supported to latest OS version

1 Reply
best response confirmed by Andy1192 (Copper Contributor)
Solution

Hi @Andy1192

 

there is no way within Intune to check if a device is able to upgrade to a new version. That is one of your own actions. 

 

But if you know which model is able to upgrade you can assign the upgrade policy to a dynamic group. 

you can use e.g. the following syntax: (device.deviceModel -eq "iPhone 12")

 

Rules for dynamically populated groups membership - Azure AD | Microsoft Docs

 

I hope this will help you.

 

Kind regards,

 

Rene

 

1 best response

Accepted Solutions
best response confirmed by Andy1192 (Copper Contributor)
Solution

Hi @Andy1192

 

there is no way within Intune to check if a device is able to upgrade to a new version. That is one of your own actions. 

 

But if you know which model is able to upgrade you can assign the upgrade policy to a dynamic group. 

you can use e.g. the following syntax: (device.deviceModel -eq "iPhone 12")

 

Rules for dynamically populated groups membership - Azure AD | Microsoft Docs

 

I hope this will help you.

 

Kind regards,

 

Rene

 

View solution in original post