This Script can be downloaded in the Intune GitHub Repo: https://1iq.uk/g The same script can be run on multiple devices to bulk collect hardware IDs in the same csv file.The default GroupTag KIOSK is used which can be changed by editing the file in notepad.The script can be run from…
Imran Qureshi Posts
I recently passed the MD-101 Managing Modern Desktops Exam. While studying I created a Practice Test which has proved to be quite popular. As of 17/12/20 it has been taken 250 times with an average time to complete 118 Minutes.There was a built in response limit of 200 which I…
Windows 10 Education Upgrade Windows 10 Pro Education can be changed to Windows 10 Pro by entering the generic Pro license key in the settings > activation page. Windows 10 S Mode Upgrade To remove Windows 10 S Mode you can go through the App Store or re-image the device…
On Windows 10 a different page appears when trying to download Windows. This disables the ISO download and only provides you with a link for MCT
I recently ordered a Xeon E3-1265L v2 CPU to replace the stock Intel Celeron G1610T in the Gen 8 Server.These processors have much better performance and cost a lot less now so definitely worth looking into. I followed the steps in the Official Maintenance and Service Guide PDF below: HP ProLiant MicroServer Gen8 Maintenance and Service Guide…
It’s been a while since i worked with PowerShell on Linux Mint. My install of PowerShell was corrupt and VS Code was out of date. I decided to uninstall them both and reinstall from scratch. sudo apt-get remove powershell sudo apt-get remove code To install PS Core 6.1 Add the…
I was looking for the current version of Orca for creating MST Transform files. The existing one was v3 so i downloaded the latest Win SDK and found the current version was v5. I have extracted the MSI and associated cab files and zipped this to the following location: https://github.com/1iquk/Tools/blob/master/Orca%20v5%20×86.zip…
AdminStudio 2018 Adminstudio can be used to manage and repackage applications as well as check for compatibility and upgrade readiness. Application Readiness Apps reach end of support so need to be upgraded. Mobile app management requirements opportunity to increase efficiency, reduce costs, minimise risk and manage ongoing changes. Admin Studio…
Clone via Export/Import I wanted to clone Win10 after installing so i would not need to install it for new VM’s. To do this i installed a VM with Win10. As soon as getting into the desktop I ran sysprep from: C:\Windows\system32\sysprep Note: This is not required if the VM…
Installing A DC on Server Core uses less resources: Create new VM named DC01 Go through the install Set 30GB disk size Choose Non Gui install once installed type sconfig enable rdp configure name DC01, restart connect to host using rdp type powershell get-windowsfeature Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools The below…