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 […]
Category: InTune
Add Local Printers via Powershell for Intune
[pastacode lang=”less” manual=”%0A%0AAdd-PrinterDriver%20-Name%20%22HP%20LaserJet%20500%20color%20MFP%20M570%20PCL6%20Class%20Driver%22%0A%0Aadd-printerport%20-name%20%22HP500%22%20-printerhostaddress%20%2210.0.100.21%22%0A%0Aadd-printer%20-name%20%22HP%22%20-drivername%20%22HP%20LaserJet%20500%20color%20MFP%20M570%20PCL6%20Class%20Driver%22%20-port%20%22HP500%22%0A%0ASet-PrintConfiguration%20-PrinterName%20%22AAL-MEL-PR-01(HP)%22%20-PaperSize%20A4%20-Color%20%24false%20-DuplexingMode%20TwoSidedLongEdge%0A%0A%20%0A%0AAdd-PrinterDriver%20-Name%20%22Lexmark%20CX920%20Series%20Class%20Driver%22%0A%0Aadd-printerport%20-name%20%22Lexmark%22%20-printerhostaddress%20%2210.0.100.22%22%0A%0Aadd-printer%20-name%20%22Lexmark%22%20-drivername%20%22Lexmark%20CX920%20Series%20Class%20Driver%22%20-port%20%22Lexmark%22%0A%0ASet-PrintConfiguration%20-PrinterName%20%22AAL-MEL-PR-02(Lexmark)%22%20-PaperSize%20A4%20-Color%20%24false%20-DuplexingMode%20TwoSidedLongEdge%0A” message=”” highlight=”” provider=”manual”/]
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 […]