We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I get this error when i run the below snippet
MIM Version 4.6.607.0
Load the SharePoint Sync Module Import-Module C:\SharePointSync\SharePointSync.psm1 -Force Install the SharePoint Sync Configuration Install-SharePointSyncConfiguration -Path C:\SharePointSync -ForestDnsName litware.ca -ForestCredential (Get-Credential LITWARE\adSyncAccount) -OrganizationalUnit 'ou=Litwarians,dc=Litware,dc=ca' -SharePointUrl http://SharePointServer:5555 -SharePointCredential (Get-Credential LITWARE\spUserProfileAdmin) ` -Verbose
-Path C:\SharePointSync
-ForestCredential (Get-Credential LITWARE\adSyncAccount)
-SharePointUrl http://SharePointServer:5555
There error message:
Import-MIISServerConfig : Metaverse Schema Error: Exception from HRESULT: 0x8023050A At C:\SharePointSync\SharePointSync.psm1:155 char:5 Import-MIISServerConfig -Path $Path -Verbose CategoryInfo : WriteError: (Microsoft.Direc...IISServerConfig:ImportMIISServerConfig) [Import-MIISServerConfig], ApplicationException FullyQualifiedErrorId : Metaverse Schema Error: Exception from HRESULT: 0x8023050A, Microsoft.DirectoryServices.MetadirectoryServices.Config.ImportMIISServerConfig
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I get this error when i run the below snippet
MIM Version 4.6.607.0
There error message:
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: