ioxterminal
Results
2
comments of
ioxterminal
I solved it by downgrading to Node.js v16.20.2
It seems that the enterprise application cannot be found, either through the portal, Microsoft Graph, or the deprecated AzureAD module. ``` Import-Module AzureAD Connect-AzureAD (Get-AzureADServicePrincipal -All $true) | Where-Object {$_.DisplayName...