Sharepoint 2010 Install Scripts

2010-09-15 Thread Ajay
Hi Guys,

Do you have any links to powershell you have used or come across for 2010
farm install.

I am also keen on having scripts which work on Sql Authentication set up.

Thanks
a
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Sharepoint 2010 Install Scripts

2010-09-15 Thread Aaron Saikovski
Hi Ajay,
Check this article out:
http://technet.microsoft.com/en-us/library/cc262839.aspx

I am in the process of automating the whole farm build process for SP2010 but 
it will be a while off yet :)


Regards,

Aaron Saikovski
MCT, MCITP, MCTS, MCDBA
Senior Consultant - Microsoft Services Australia | Desk: +61 2 8817 9280 | Mob: 
+61 410 480 971 | Email: 
aaron.saikov...@microsoft.commailto:aaron.saikov...@microsoft.com | Blog: 
http://blogs.msdn.com/aaronsaikovski/
[Description: MOSs.png]

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Wednesday, 15 September 2010 4:01 PM
To: ozMOSS
Subject: Sharepoint 2010 Install Scripts

Hi Guys,

Do you have any links to powershell you have used or come across for 2010 farm 
install.

I am also keen on having scripts which work on Sql Authentication set up.

Thanks
a
inline: image001.png___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Sharepoint 2010 Install Scripts

2010-09-15 Thread Aaron Saikovski
Also have a look at SPModule as mentioned in the article. Some serious 
powershell in there :)

http://technet.microsoft.com/en-us/library/ff607979.aspx



Regards,

Aaron Saikovski
MCT, MCITP, MCTS, MCDBA
Senior Consultant - Microsoft Services Australia | Desk: +61 2 8817 9280 | Mob: 
+61 410 480 971 | Email: 
aaron.saikov...@microsoft.commailto:aaron.saikov...@microsoft.com | Blog: 
http://blogs.msdn.com/aaronsaikovski/
[Description: MOSs.png]

From: Aaron Saikovski
Sent: Wednesday, 15 September 2010 4:46 PM
To: 'ozMOSS'
Subject: RE: Sharepoint 2010 Install Scripts

Hi Ajay,
Check this article out:
http://technet.microsoft.com/en-us/library/cc262839.aspx

I am in the process of automating the whole farm build process for SP2010 but 
it will be a while off yet :)


Regards,

Aaron Saikovski
MCT, MCITP, MCTS, MCDBA
Senior Consultant - Microsoft Services Australia | Desk: +61 2 8817 9280 | Mob: 
+61 410 480 971 | Email: 
aaron.saikov...@microsoft.commailto:aaron.saikov...@microsoft.com | Blog: 
http://blogs.msdn.com/aaronsaikovski/
[Description: MOSs.png]

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Wednesday, 15 September 2010 4:01 PM
To: ozMOSS
Subject: Sharepoint 2010 Install Scripts

Hi Guys,

Do you have any links to powershell you have used or come across for 2010 farm 
install.

I am also keen on having scripts which work on Sql Authentication set up.

Thanks
a
inline: image001.png___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Re: Sharepoint 2010 Install Scripts

2010-09-15 Thread Sezai Komur
http://autospinstaller.codeplex.com/

Sezai.

On Wed, Sep 15, 2010 at 2:00 PM, Ajay akhanna...@gmail.com wrote:

 Hi Guys,

 Do you have any links to powershell you have used or come across for 2010
 farm install.

 I am also keen on having scripts which work on Sql Authentication set up.

 Thanks
 a

 ___
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Anonymous access

2010-09-15 Thread Tom Ng
Hi all,

Anonymous access is enabled in both Central Adminitration and the Website
itself but it's keep popping for credentials when going into this website.

Anyone have any good suggestions?
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The site template was not provisioned successfully. Delete this site collection in Central Administration, and then create a new site collection.'.

2010-09-15 Thread ken zheng

Hi All:

   I got this error when try to create a site collection using Collaboration 
Portal template and it is fine to create a site collection by using Team Site 
template.

  The details of the error from log was:

Exception was: 'Microsoft.SharePoint.WebPartPages.WebPartPageUserException: 
This page has encountered a critical error. Contact your system administrator 
if this problem persists. at 
Microsoft.SharePoint.ApplicationRuntime.SafeControls.RethrowExceptionIfNeeded() 
at Microsoft.SharePoint.ApplicationRuntime.SafeControls.IsSafeControl(Type 
type, String unsafeErrorMessage) at 
Microsoft.SharePoint.WebPartPages.TypeCache.get_Item(Type type) at 
Microsoft.SharePoint.WebPartPages.WebPart.WriteXmlGlobal(Boolean 
disableSafeControlsCheck) at 
Microsoft.SharePoint.WebPartPages.BinaryWebPartSerializer.Serialize(PersonalizationScope
 scope) at 
Microsoft.SharePoint.WebPartPages.BinaryWebPartSerializer.get_Links() at 
Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartToStore(WebPart 
webPart, Int32 viewId, String viewGuid

I guess the problem is one of the safer web part missing, but just wonder how 
could I know which one and anyway to avoid the error.

Cheers

Ken
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: The site template was not provisioned successfully. Delete this site collection in Central Administration, and then create a new site collection.'.

2010-09-15 Thread Paul Culmsee
Hi Ken

 

I hit a similar issue to this at a site and it turned out some naughty
changes had been made to web.config file in C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\CONFIG. I had to literally
remove all safecontrol entries and add back until I narrowed it down. 

 

Detail here:
http://www.cleverworkarounds.com/2010/08/17/why-me-web-part-errors-on-new-we
b-applications/

 

Hope its relevant

 

Regards

 

Paul

 

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of ken zheng
Sent: Thursday, 16 September 2010 12:48 PM
To: ozmoss@ozmoss.com
Subject: The site template was not provisioned successfully. Delete this
site collection in Central Administration, and then create a new site
collection.'.

 

Hi All:

   I got this error when try to create a site collection using
Collaboration Portal template and it is fine to create a site collection
by using Team Site template.

  The details of the error from log was:

Exception was: 'Microsoft.SharePoint.WebPartPages.WebPartPageUserException:
This page has encountered a critical error. Contact your system
administrator if this problem persists. at
Microsoft.SharePoint.ApplicationRuntime.SafeControls.RethrowExceptionIfNeede
d() at
Microsoft.SharePoint.ApplicationRuntime.SafeControls.IsSafeControl(Type
type, String unsafeErrorMessage) at
Microsoft.SharePoint.WebPartPages.TypeCache.get_Item(Type type) at
Microsoft.SharePoint.WebPartPages.WebPart.WriteXmlGlobal(Boolean
disableSafeControlsCheck) at
Microsoft.SharePoint.WebPartPages.BinaryWebPartSerializer.Serialize(Personal
izationScope scope) at
Microsoft.SharePoint.WebPartPages.BinaryWebPartSerializer.get_Links() at
Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartToStore(WebPart
webPart, Int32 viewId, String viewGuid

I guess the problem is one of the safer web part missing, but just wonder
how could I know which one and anyway to avoid the error.

Cheers

Ken

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss