Skip to content

v2.8.7

Latest
Compare
Choose a tag to compare
@PrzemyslawKlys PrzemyslawKlys released this 21 Oct 07:22
6fae23e

What's new

  • Do verification for missing modules PowerJamf, GraphEssentials when using AzureAD, Intune, Jamf Pro
  • Add TargetServers to be able to manually choose servers to target
TargetServers= @{
    'ad.evotec.xyz' = 'server.ad.evotec.xyz'
    'ad.evotec.pl'  = 'server.ad.evotec.pl'
}

You can also use, and the server for ad.evotec.pl will be picked automatically

TargetServers= @{
    'ad.evotec.xyz' = 'server.ad.evotec.xyz'
}

Full Changelog: v2.8.6...v2.8.7