Dear Community
In an already exist safeguard implementation with ADsync, whitch works fine, I have to sync new generated OU Strukture from AD into the Enterprise Console, where new User and Workstation Objects are into.
I have tried to follow the instructions from the Sample API Script AddObjectToSGN.vbs, but that script did not work correctly - unfortunately without any error message, so I tried to switch to Powershell.
After loading the DotNet Assembly with
[System.Reflection.Assembly]::LoadWithPartialName("Utimaco.SafeGuard.AdministrationConsole.Scripting")
I want to create the required object with
new-object Utimaco.SafeGuard.AdministrationConsole.Scripting.Base
but there come an error message with
new-object : Exception calling ".ctor" with "0" argument(s): "Could not load file or assembly 'SGM_CBIWrapper, Version=7.0.0.97, Culture=neutral, PublicKeyToken=477ad77cf9ac4e6c'
or one of its dependencies. The system cannot find the file specified."
looks like an missing dependencies, but which one ??
System Informations:
The System is installed on a fresh setuped 2012R2 Standard with whole updates installed.
DotNet Version = 4.0.30319
Utimaco.SafeGuard.AdministrationConsole.Scripting.dll Version = 7.00.0.97
SGM_CBIWrapper.dll Version = 7.00.0.97
System is patched with SGN700MC_ADSyncUserStatePatch.msp
thanks for any help!
kind regards
Matthias Seuchter
This thread was automatically locked due to age.