Git Product home page Git Product logo

Comments (12)

jimmyeao avatar jimmyeao commented on May 17, 2024 1

this was working in the beta datawarehouse, but has since stopped being populated. this is CRITICAL to many organisations, I wish a little more attention was given to this. We may move our several thousand devices back to another MDM if this isnt resolved soon

from intune-powershell-sdk.

davefalkus avatar davefalkus commented on May 17, 2024

Hi @bilginbaldji,

Could you try the following and see if it works:

Update-MSGraphEnvironment -SchemaVersion beta -Quiet

Get-IntuneManagedDevice -managedDeviceId 5f6c1ed9-8848-4aee-b583-2791c4e3c870 | select deviceName,iccid

Dave

from intune-powershell-sdk.

bilginbaldji avatar bilginbaldji commented on May 17, 2024

Hi Dave,

Sorry for the late reply. I've tested it but my devices do not return the ICCID value. The parameter is there if I use "| select *", but has no value against. I've made sure the Schema has been updated to the Beta.
Please see below:

Get-IntuneManagedDevice -managedDeviceId 252d3e14-7f56-4c04-874b-c3f1247a3ad9 | select "@odata.context", devicename, iccid | fl

@odata.context : https://graph.microsoft.com/beta/$metadata#deviceManagement/managedDevices/$entity
deviceName : bilgin.baldji_Android_3/4/2019_5:51 PM
iccid :

Get-IntuneManagedDevice -managedDeviceId 043dafac-a3a0-49ef-a411-e3439084577c | select "@odata.context", devicename, iccid | fl

@odata.context : https://graph.microsoft.com/beta/$metadata#deviceManagement/managedDevices/$entity
deviceName : Bilgin’s iPad
iccid :

Thanks for looking into it.
Kind regards,
Bilgin

from intune-powershell-sdk.

jimmyeao avatar jimmyeao commented on May 17, 2024

We too are struggling with this. Its a big blocker to a wider adoption (2000+ devices) of the platform if we cant report on ICCID

from intune-powershell-sdk.

jlawatts avatar jlawatts commented on May 17, 2024

Can I please add to this. We are also in the early stages of trialling Intune, with a view to migrating our 8000+ devices from Airwatch. ICCID is essential for us to be able to track items within our CMDB and rationalise data with our carrier.

from intune-powershell-sdk.

chrisvaile avatar chrisvaile commented on May 17, 2024

+1 on this.
This is preventing critical data from being imported into our CMDB. We had a previous workaround by requesting the value from each individual resource (devicemanagement/managedDevices/{id}/?$select=iccid)
However, this no longer works.

from intune-powershell-sdk.

nowiresmatt avatar nowiresmatt commented on May 17, 2024

So this is available through the graph API but there are issues...
so specific device query works:
https://graph.microsoft.com/beta/devicemanagement/manageddevices/{deviceid}/?select=devicename,iccid
and you get....
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/managedDevices(deviceName,iccid)/$entity",
"deviceName": "devicename",
"iccid": "89xxxxxx56"
}

however a general query across all devices returns iccid as all null:
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/managedDevices(deviceName,iccid)",
"@odata.count": 42,
"value": [
{
"deviceName": "devicename",
"iccid": null
},

Also using Microsoft.Graph.Intune module also returns null.

Get-IntuneManagedDevice -managedDeviceId "deviceid" | select deviceName,iccid

deviceName iccid


devicename

The info is there and accessible through the beta GraphAPI via a specific device query but is not returned for any wider device query or via the module.

It would be great if this could be included in the standard device export fields.

from intune-powershell-sdk.

vincentvillerius avatar vincentvillerius commented on May 17, 2024

iccid is available in intune data warehouse.

from intune-powershell-sdk.

jimmyeao avatar jimmyeao commented on May 17, 2024

iccid is available in intune data warehouse.

Where exactly? Im not seeing ICCID under devices?

from intune-powershell-sdk.

vincentvillerius avatar vincentvillerius commented on May 17, 2024

When i load the devices table in PowerBI its there.
image

from intune-powershell-sdk.

jimmyeao avatar jimmyeao commented on May 17, 2024

from intune-powershell-sdk.

jbh999 avatar jbh999 commented on May 17, 2024

Is there any plan to fix the API that lists all devices (https://graph.microsoft.us/beta/deviceManagement/managedDevices?$select=deviceName,iccid) ?

from intune-powershell-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.