Tagged Questions
1
vote
0answers
53 views
Migrate SharePoint (MOSS 2007 & SharePoint Server 2010) Users from one domain to another
We are preparing for a companywide domain user migration from Domain A to Domain B (of all corporate apps and services). However, only about half of the users will be migrated because the other half ...
0
votes
1answer
20 views
How to access a site on another machine in the same domain programmatically?
I have a site on DOMAIN\PC1 with url http://site1. I can access it by using following code (code is running on DOMAIN\PC1):
using(SPSite site = new SPSite("http://site1"))
{
}
Also there is a site ...
0
votes
1answer
48 views
Does renaming Windows domain impact SharePoint?
My setup is following: I have SharePoint 2010 running on Windows 2008R2 and another server running SQL Server 2008. AD DS/Domain controller is on same server as the SharePoint. My SharePoint isn't ...
1
vote
1answer
114 views
SP2010 - Image links are pointing local URLS
Migrated a site from MOSS2007, and was given a new site URL of http://:/
e.g. http://spserver:1234
I have added an alternate access mapping so it can be accessed over the internet. However none of ...