Jonas Vestgarden

Results 2 comments of Jonas Vestgarden

Seems this worked for most of the settings, however, it did not initialize `EntraIDTenants` list. Calling .Add on this throws an exception: > InvalidOperation: You cannot call a method on...

On a fresh sharepoint farm, deploy EntraCP and run the following script: Add-Type -AssemblyName "Yvand.EntraCP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=65dc6b5903b51636" $config = [Yvand.EntraClaimsProvider.EntraCP]::GetConfiguration() if ($null -eq $config) { $config = [Yvand.EntraClaimsProvider.EntraCP]::CreateConfiguration() if...