by Alpesh | Aug 25, 2011 | Scripts, SharePoint 2010 |
Of all days in the week, on Sunday [August 21, 2011] I decided to tease my SharePoint 2010 development environment! I decided to change all the SharePoint 2010 Service Account(s)password. Thank you Microsoft for introducing the managed accounts, else I would be...
by Alpesh | Sep 7, 2010 | HowTo, Scripts, SharePoint, SharePoint 2010 |
Early this week on site deploying SharePoint 2010, the client wanted to create few site collections for their development team. He tried to create using the Central Administration and could not see any options for creating SharePoint site collections in their own...
by Alpesh | Jan 28, 2010 | Scripts, SharePoint, SharePoint 2010 |
The following PowerShell cmdlet will get all the diagnostic configuration values Get-SPDiagnosticConfig If you want to change the location of your diagnostic configuration log use the following PowerShell cmdlet Set-SPDiagnosticConfig -LogLocation...
by Alpesh | Jan 26, 2010 | Scripts, SharePoint, SharePoint 2010 |
In order to execute farm level cmdlets in SharePoint Management Shell you will need to be given Shell Admin access. Even if you are a farm administrator and you have not been given Shell Admin Access, then you won’t be able to execute farm administrative operation...
by Alpesh | Jan 21, 2010 | Scripts, SharePoint, SharePoint 2010 |
SharePoint 2010 Management Shell makes it easier to get a list of Site Templates installed in the farm and also creating sites using the names is straight forward. To get a list of all globally installed site templates use the following PowerShell cmdlet...