Tagged Questions
0
votes
3answers
231 views
Workflow Migration from a SharePoint 2007 web-application
We have a custom workflow in a SharePoint 2007 web-application and would like to use the same workflow in another web-application (SharePoint 2007).
How can we achieve this? do we have any migration ...
0
votes
3answers
447 views
Windows Powershell stsadm
I am quite new to windows powershell. I have tried to run the following command "stsadm -o setadminport. I get the error that the Term stsadm is not a recognized cmdlet, function etc. My reading ...
2
votes
1answer
182 views
Site collection Disaster Recovery?
One of the Site collection Administrators has deleted the Site Collection mistakenly, so we want to restore it back. What would the best approach ?
Some of the SQL stuff:
SQL Full backup -> Every ...
2
votes
4answers
233 views
Administering SharePoint with PowerShell
I have a limited knowledge on Powershell, but from what I've seen, it can be very useful in admin/dev tasks.
What would I have to develop to get a nice toolset for WSS/Stsadm administration?
Is ...
1
vote
3answers
5k views
stsadm migrateuser: The user does not exist or is not unique
I'm running:
stsadm -o migrateuser -oldlogin "domain1\user" -newlogin "domain2\user" -ignoreidhistory
and getting the error "The user does not exist or is not unique".
The users exist in both ...
