Tag: Android For Work

  • Some Azure AD groups for Intune management

    Quick post on some Azure AD dynamic groups that I use for manage parts of Intune, push apps, send configuration, create Intune roles and such AZ-MDM-ANE-All Android for Work Devices (All Android Enterprise Work Profile Devices)(device.deviceOSType -eq “AndroidForWork”) AZ-MDM-ANE-All Android Enterprise (All other Android enterprise devices, kiosk)(device.deviceOSType -contains “AndroidEnterprise”) AZ-MDM-ANE-All Samsung devices (All Samsung devices)(device.deviceManufacturer…

  • How to configure Outlook app for iOS and Android using on-premises Exchange

    How to configure Outlook app for iOS and Android using on-premises Exchange

    Microsoft released some updates for Outlook app for Android and iOS to be able to configure the app to connect to an on-premises Exchange server. Microsoft released two articles regarding this Account setup in Outlook for iOS and Android using basic authentication (Exchange 2013) Account setup in Outlook for iOS and Android using basic authentication…