top of page
Zoeken


Using the Omnissa Workspace One UEM CA with Microsoft EntraID Certificate Based Access
Although with many implementations of the Workspace One platform Workspace One Access is configured as the IDP (personally preferred when using this platform) I also encounter customers where EntraID is the preferred IDP with mostly valid reasons. There are use cases this is the better choice. With the flexibility Workspace One Access offers this is no issue at all. But when shifting the IDP to EntraID I usually advice to also shift the Conditional Access policies to EntraID.
Edwin de Bruin
10 okt 20242 minuten om te lezen


VMware vSphere 8.0 U2 and federated Authentications with Microsoft Entra ID
A new feature available since vSphere 8.0 U2 is federated authentication with Microsoft Entra ID (Azure Active Directory) and provision the users with SCIM. This is really nice since it is now possible to create Single Sign On, leverage Conditional Access policies and Multi Factor Authentication (MFA). In this blog I will explain step by step how to configure this and how to mitigate a in my opinion big fat no no required in the original documentation: Expose vCenter to the
Edwin de Bruin
30 dec 20236 minuten om te lezen
Script to enroll and replace certificate for your Horizon Connection Server
Found this script i created when building the lab in my archives... perhaps it will help someone. Enjoy! # Edwin de Bruin # www.debruinonline.net $CServer=”MS-SUB-CA-01” #Enter your CA Server $templatename=”Horizon_CS” #template used for your horizon server $Domain=Get-WMIObject Win32_ComputerSystem| Select-Object -ExpandProperty Domain $Domain="$Domain".ToLower() $FQDN=$env:COMPUTERNAME+'.'+$domain $fqdn=([System.Net.Dns]::GetHostByName(($env:computerName))).Hostname $subjec
Edwin de Bruin
28 mei 20221 minuten om te lezen
Blog: Blog2
bottom of page