You will need to update the CompanyName to yours
Tag: intune
InTune – Change account to Never Expire
I used the Below Policies to create a Local User and Password./Device/Vendor/MSFT/Accounts/Users/LocalAdmin/PasswordHowever there is no where in CSP to set this to never expire.You have to use […]
How to deploy trusteer rapport via Intune or GPO silently
Download from http://download.trusteer.com/Gcur4Wtnu/RapportSetup-Full_x64.exeIntune : RapportSetup-Full_x64.exe /s /p NOICONS=true NOBROWSER=true ACCEPTLICENSE=TRUEGPO Powershell Computer Startup Script : [pastacode lang=”bash” manual=”If(!(Test-Path%20-path%20%22C%3A%5CProgram%20Files%20(x86)%5CTrusteer%5CRapport%5CConsole.ico%22))%0A%0A%20%7B%0A%20cd%20%22%5C%5Clocal%5Cto%5Cinstaller%5CGroupPolicy%5CTrustee%22%0A.%5CRapportSetup-Full_x64.exe%20%2Fs%20%2Fp%20NOICONS%3Dtrue%20NOBROWSER%3Dtrue%20ACCEPTLICENSE%3DTRUE%0A%0A%7D%0A” message=”” highlight=”” provider=”manual”/]
This device hasn’t been setup for corporate use yet – Company Portal
Trying to open the Company Portal as a user after Intune Enrollment shows the below When clicking continue to Enroll you then get the errorThe device is already […]
Intune Management Extension Application / Service not installing after InTune deploy
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 […]
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 […]