Loading

Tag Archive: Sharepoint

Sep
27

SharePoint AD Domain Migration

Either use Quest Migration Manager for AD: http://www.quest.com/migration-manager-for-active-directory/ Or a mixture of STSADM and Powershell. # extract all users into an xml file [xml] $users = c:”program filescommon filesmicrosoft sharedweb server extensions12bin”stsadm.exe -o enumusers -url http://wsstestsite #iterate through each user (note the dot notation for accessing nodes) foreach($login in $users.Users.User) { # determine old and …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2011/09/27/sharepoint-ad-domain-migration/

Sep
13

User Profile not importing AD objects from a child domain.

Error. ===== User Profile Import does not import any users and you receive the following errors, even though you have configured the user profile account replication directory changes. Level: WARNING Source MsiInstaller Event ID: 1015 Message: Failed to connect to server. Error: 0×80070005 The management agent “MOSSAD-AD Farm Users Connection domain.local” failed on run profile …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2011/09/13/user-profile-not-importing-ad-objects-from-a-child-domain/

Jun
28

SharePoint 2010 Service Pack 1 Now Available

SharePoint 2010 Service Pack 1 was made available for download today (28 June 2011): http://support.microsoft.com/kb/2460045 Specifically, these are the key areas of improvement in SP1: Improved support for Internet Explorer 9. Recycle bin: Lets you restore a site collection or a web that was deleted. Remote Backup Systems (RBS) and shallow copy can decrease downtime …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2011/06/28/sharepoint-2010-service-pack-1-available-28-june-2011/

Older posts «