Recently I found an InTune pc having issues deploying software and PowerShell In the “Company Portal” Store App it showed there was a: Delay in Downloading files errorI […]
Tag: intune
How to get the Uninstall Command for a Win32 Application
So you have installed an App silenty via the Intune App Packager You’ve used something like setup.exe /silent , as the application didn’t come with a .msi as […]
Intune Enroll Limit of 15 – how to get around and resolve this limit
A client had to roll out 100+ laptops and choose Intune for this. It wasn’t certain who was getting what laptop so the choice was made to […]
Powershell to UnPin Edge from Taskbar in Windows 10
[pastacode lang=”markup” manual=”%24appname%20%3D%20%22Microsoft%20Edge%22%0A((New-Object%20-Com%20Shell.Application).NameSpace(‘shell%3A%3A%3A%7B4234d49b-0245-4df3-b780-3893943456e1%7D’).Items()%20%7C%20%3F%7B%24_.Name%20-eq%20%24appname%7D).Verbs()%20%7C%20%3F%7B%24_.Name.replace(‘%26’%2C”)%20-match%20’Unpin%20from%20taskbar’%7D%20%7C%20%25%7B%24_.DoIt()%3B%20%24exec%20%3D%20%24true%7D” message=”” highlight=”” provider=”manual”/]
Add Local Printers via Powershell for Intune
How to deploy Project 2010 or other Office 2010 apps with Intune and setup.exe installer
Extract the ISO to a folder and run from the root foldersetup.exe /adminto open thisGo through all the options especially above for the CD Key information and […]
Copy file to workstations with Windows Intune
**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways […]
How to diagnose issues with Powershell Scripts Running in Intune
Following on from this great articleThe Powershell Script History and logs are stored in the following registry locationHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\PoliciesYou will need to navigate to a subtree in their […]