This blogpost is about deploying Teams with custom settings, like automatic startup, automatic login, open in background and so on. To make auto-logon work, AzureAD join is a prerequisite. TL;DR– Make sure AzureAD seamless SSO is set up (link)– Download Teams installers from here (link)– Create a folder in NETLOGON (or other share that can […]
Deploy Teams with custom settings (automatic login, run in background, etc.)
https://f12.hu/2020/10/31/deploy-teams-with-custom-settings-automatic-login-run-in-background-etc/
Auditing Azure and Office365 administrator activity using PowerShell
Tracking changes made by administrators in Azure and/or Office365 can be difficult and I’m sure that there are a lot of alternatives to query this information – but I wanted to share this basic script, even though several parts of it may need improvement. TL;DR:1. Make sure you have ExchangeOnlineManagement PS module installed2. Check the […]
https://f12.hu/2020/10/21/auditing-azure-administrator-activity-using-powershell/
Deploy AlwaysOn VPN profiles as SCCM Application
The official Microsoft documentation (link) recommends deploying the connection scripts as packages, but I thought that it would be fancy to deploy them as applications – because the application model is more powerful and offers several features that can’t be achieved with packages. TL;DR: Device Tunnel (details) 1. Create the application which runs the configuration […]
https://f12.hu/2020/10/11/deploy-alwayson-vpn-profiles-as-sccm-application/
Restore deleted private Android application in Intune
This blogpost will describe the steps to restore a deleted Android private application in Intune. TL;DR:1. Login to https://play.google.com/work2. In Admin Settings, find your Organization ID and search by this ID on top of the page3. Click on the desired application and Approve it4. Intune – Apps – All apps – Add – Managed Google […]
https://f12.hu/2020/10/02/restore-deleted-private-android-application-in-intune/