06: I'm having trouble running the LT tool and counting computers with Intune. What troubleshooting information can I send PolicyPak support?
Apr 15, 2021
Please run the following commands in powershell and supply resulting screenshots (1) and (2).
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name NuGet -Scope CurrentUser -Force Install-Module -Name Microsoft.Graph.Intune -Repository PSGallery -Scope CurrentUser -Force Connect-MSGraph -AdminConsent Get-IntuneManagedDevice | Out-GridView
An example of the desired output can be seen in Figure X.