User Profile
TrasmusenLindberg
Brass Contributor
Joined Oct 05, 2021
User Widgets
Recent Discussions
Re: Intune App deployment
"Last check in: Should be a recent time and date. By default, Intune devices check in every 8 hours. If Last check in is more than 24 hours, there may be an issue with the device. A device that can't check in can't receive your policies from Intune. To force check-in: On the Android device, open the Company Portal app > Devices > Choose the device from list > Check Device Settings. On the iOS/iPadOS device, open the Company portal app > Devices > Choose the device from list > Check Settings. On a Windows device, open Settings > Accounts > Access Work or School > Select the account or MDM enrollment > Info > Sync." - https://docs.microsoft.com/en-us/troubleshoot/mem/intune/troubleshoot-policies-in-microsoft-intune Is this what your looking for?4.1KViews0likes0CommentsRe: Rename/redeploy Hybrid AD/MDM joined PC
This is not a scenario i've tested. We avoid using Fresh start feature since it does not reconfigure policys applied on device lvl (cloud-only pc). "Fresh start resets the PC to an OOBE state" and then lets users sign in. Does not sound ideal for the situation you have..4.4KViews0likes0CommentsRe: Google Chrome update via Intune (Endpoint)
Well i guess that depends on what your target channel is. Granted it all depends on the full scenario, like if your a solo IT administrator and have to do everything yourself. Or if you try to keep every version of Chrome updated. Stable channel seems to update about 2 times month and i doubt google changes their installations/uninstallations methods in those times. Does not seem like to much effort to me, but if the time it takes is your biggest issue self-updating google chrome would be my go-to.73KViews0likes0CommentsRe: Google Chrome update via Intune (Endpoint)
From experience those Store apps have not been the ones to receive a lot of updates. How is Google Chrome deployed via Intune? If it's deployed via MSI/Win32 it should not be an issue uploading the new version and target it as a Supersedence to the previous one. Just make sure your detection rules check the installed version aswell.77KViews0likes2CommentsRe: Rename/redeploy Hybrid AD/MDM joined PC
If im not misstaken this procedure is somewhat like this 🙂 (though i prefer cloud-only) Azure-AD Object will be named after synced OnPrem object. Intune Object will be named after Azure-AD object on enrollment (can be changed manually). Name changes on Azure-AD Object should replicate, but i believe this will not change Intune object. As you might be aware off, Intune does not use an "image". But if you would deploy an image via etc Software center you should make sure the existing Intune object is deleted before deploying again. Azure-AD object is fine... (The same scenario arrises if you reinstall via Windows USB-stick) Autopilot objects are named after S/N. Once you start using Autopilot i highly recommend that you name everything by S/N otherwhise you'l go insane.4.5KViews0likes2CommentsAlerts on suspended update management jobs
I'm using Azure ARC and update management. When a machine retries a certain update for to many times that update job gets "Suspended". This marks the update job as failed, but since there has been no Update failure "UpdateRunProgress" wont catch it. Im able to filter out the Suspended job using below in Log Analytics: " AzureDiagnostics | where ResourceProvider == "MICROSOFT.AUTOMATION" and ResourceType == "AUTOMATIONACCOUNTS" | where ResultDescription has_any ("[AUM][IS][level=Error][message=Get-StatusFromException:","Status = FailedToStart. Exception: Job was suspended. ") " Issue here is that above does not give me a computer/device name i cleartext, so setting up an alert for this would not really give me any information except "a job was suspended". I've noticed that i can find the computers name in cleartext by searching for the Jobid_g that above code provides, but i don't know enough about Kusto to be able to put it in the same "search". (If it was powershell id save it in a variable and then search for that specific Jobid_g to find the computer name) Code used to find device name: AzureDiagnostics | where ResourceProvider == "MICROSOFT.AUTOMATION" and ResourceType == "AUTOMATIONACCOUNTS" | where ResultType == "Started" | distinct JobId_g, ResultType , ResultDescription, RunOn_s Is what im trying to do possible in Log Analytics or should i look towards other means to catch this error?1.8KViews1like1Comment
Recent Blog Articles
No content to show