top of page
Zoeken


Federate EntraID to Omnissa Access with Graph PowerShell SDK
If you’ve integrated Workspace ONE Access with Microsoft 365 before, the steps will look familiar. Omnissa Access is the evolution of VMware Identity Manager, and while the interface and URLs have changed slightly, the principle remains the same: let Microsoft 365 trust Omnissa Access as the identity provider for your domain. This post walks through the new way to federate Entra ID with Omnissa Access using the Microsoft Graph PowerShell SDK. It replaces the legacy MSOnline m
Edwin de Bruin
23 okt 20253 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
Script to check if your 2019 Server is vulnerable for CVE-2022-21907
Created a little powershell script to my best effort to check if your 2019 Server is vulnerable for CVE-2022-21907 CVSS base score of 9.8 so action is required More information about the CVE: CVE-2022-21907 - Security Update Guide - Microsoft - HTTP Protocol Stack Remote Code Execution Vulnerability Used some resources found online, put them together with some adjustments in the script (i am not a scripter, google is my friend ;-)) Keep in mind: no guarantee and advise is to
Edwin de Bruin
13 jan 20221 minuten om te lezen
Blog: Blog2
bottom of page