GUID Intune

To determine the GUID of the software for Intune uninstallation use the following command: get-wmiobject Win32_Product | Sort-Object -Property Name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

Continue Reading

Managing Intune with PowerShell

Managing Intune with PowerShell is possible by using the Intune PowerShell SDK which provides connection to the Microsoft Graph.

The Microsoft Graph is a REST API that allows developers (or smart administrators!) access to the data stored in the backend of Microsoft services. I won’t go into any more detail on this as there is plenty more information on MS Graph on the web if you would like to learn more. (more…)

Continue Reading

OpenVPN Windows

Installeer eerst de OpenVPN Community Client Navigeer met je browser naar: https://openvpn.net/community-downloads/ Kies het juiste installatiebestand, voor moderne Windows machines is dit: [Windows 64-bit MSI installer] Installeer nu de OpenVPN client…

Continue Reading
Close Menu