In Workspace One, check the expiry date of the APN in Groups and Settings > All Settings > Devices and Users > Apple > APNs for MDM. Check Test Connection. Click Renew and download the AirWatch Certificate Request ( MDM_APNsRequest.plist ). Go to Apple and login with relevant account and navigate to the Apple Push […]
Latest Posts
Intune Dependencies and Assignments
Assignments You do not have to assign dependent apps; Intune automatically targets and installs them based on the app relationships that you create. Install Status of Dependant Apps The install status of a dependent app will be displayed within Intune only if the app is targeted to the user or device. Deletion Win32 apps added […]
Install Microsoft ORCA MSI Tool
Download the MS SDK from the below and install selecting on MSI Tools when prompted. https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ Navigate to C:\Program Files (x86)\Windows Kits\10\bin\10**\x86 and install Orca
Find MSI File Properties using MSIEXEC
The below will generate a log file which will contain options for command line properties. Search the log file for ‘property(s) and property(c)’ To get just the properties, l for log, p for terminal properties, ! for flush each log line.
CMD using SLMGR for Windows License
Check current license, detailed and concise Rearm activation trial, remaining Windows rearm count can be found in the current license info. Uninstall the product key of the current Windows edition Remove the product key from the registry Install product key Attempt online activation
WSL Check Distro Versions
To show running distros. To show WSL versions. To change the WSL version.
Remove Windows Path From WSL 2 Distro
Check current PATH variable You may see paths from your Windows setup such as “/mnt/c/Program Files/…..” WSL utilizes the file /etc/wsl.conf to configure its setup. Add the following settings to the file to ignore Windows path variable. For effect restart the WSL instance Or