Tagged Questions
0
votes
1answer
76 views
Recursive Enumeration of Sites, Subsites, and Application Templates Used
I am migrating my WSS 3.0 installation over to 2010 and then eventually to 2013 and am in need of a stsadm command that will show me a list of sites in the site collection, a list of subsites within ...
2
votes
2answers
105 views
2 SiteCollections in same web app - what is special about the root site collection?
So, I have these 2 site collections within a single web app at port 83:
Main Site Collection: /
Nested Site Collection: /sites/custom/
Again, these are 2 separate isolation boundaries.. each is ...
2
votes
1answer
243 views
cant find webapplication scoped feature anywhere
I developed a Custom Timer Job Feature using WSP Builder but for some reason I am not able to find it so that I can activate it.
I know I can activate it using stsadm but why cant I find it in Site ...
1
vote
2answers
823 views
Corrupted site collections
I ran a stsadm -o enumsites and received 2 error messages in the output. It generates the error: The system cannot find the path specified. (Exception from HRESULT: 0x80070003). I know the URL of ...
0
votes
1answer
1k views
stsadm createsite “User cannot be found” error
I'm trying to create a site collection via stsadm. I do:
STSADM -o createsite `
-url "<url>" `
-title "<title>" `
-description "<desc>" `
-lcid 1033 `
...
0
votes
1answer
523 views
Automating Site Collection Creation
I have a need to allow non farm administrators to be able to create site collections using a very specific site definition. These people will not have access to central admin and so require a custom ...
