Pages

Thursday, June 27, 2013

Unable to delete Sharepoint Managed Account


I was trying to delete one of the SharePoint Managed Account , I was received the below error message
“An Object in the sharepoint administrative framework, “SPManagedAccountName=managed-account”, could not be deleted because other objects depend on it. Update all of these dependants to point to null or different  objects and retry this operation. The dependant objects are as follows:”
 

Resolution:
1.       First delete the dependent Service application pool account using the below PowerShell commands

a.       Get-spserviceapplicationpool (it will displays all SharePoint Service application details)
b.      Remove-spserviceapplicationpool –identity “application pool name”    (it will delete the service application pool)
2.       Once you deleted the SharePoint service application pool, you can able to delete the SharePoint Managed account.

Tuesday, June 25, 2013

Microsoft Support End for Windows Server 2003 on 14th July, 2015

Is your data center in windows server 2003 and your applications like SharePoint and Exchange hosted in Windows server 2003?
No worries, I Do the below support for you.
ü  Migrate and Upgrade from windows server 2003 Data Center to windows Server 2012 R2
ü  Migrate/upgrade from Windows SharePoint services 2.0, Windows SharePoint services 3.0 and Microsoft office SharePoint Server 2007 to newer version of SharePoint 2013 or to office 365 SharePoint online.
ü  Migrating from Exchange server 2003 and Exchange server 2007 to office 365 Exchange online.
Please Contact me at aurramu@gmail.com

 


Slipstreaming Patches in SharePoint 2010


I have faced one scenario that have to run the SharePoint 2010 with latest patches but I had 3 different setup files such as SharePoint 2010 setup, SharePoint Service pack 1 setup file, SharePoint latest cumulative update
 It would consume huge time to install each file on the Servers.
Finally I found the concept called slipstreaming the patches and solution steps below

 Run the below commands one by one to create directory and extract the setup files

1.       Mkdir C:\SP2010
2.       Officeserver.exe  /extract:c:\sp2010
3.       officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe /extract:c:\SP2010\Updates
4.       office2010-kb2596505-fulfile-x64-glb.exe /extract:C:\SP2010\Updates

Once you extracted all the files in single setup file (slipstreaming) and now you ready to run the setup file to install SharePoint.

STSADM command for people picket for trusted domain users in sharepoint site


Today I have tried to search the trusted domain users account directly on the sharepoint People Picker in the sharepoint site but its not displaying in the people picker search page.
Finally found the following STSADM commands for set the people picker to pickup the trusted domain users in the sharepoint site.

Run below command for creating a credential key


stsadm -o setapppassword -password <password>


Run the below command for pickup the trusted domain in the search page.


stsadm -o setproperty -url <web application url> -pn peoplepicker-searchadforests -pv forest:<source forest>;domain:<trusted domain>,<trusted domain>\<account>,<password>

Office 365 Exchange Hybrid Demo and Email Migration


      Now a day’s most of the Small organization wants to move their Emails to office 365 and they are migrating or moving their mailbox’s using out of box Email migration tool which is free tool in office 365 by themselves using free demo videos, documents etc..

For medium and large scale organization who wants to setup hybrid between their on premise exchange server and Exchange online, they may not be able to get some hybrid demonstration.
But for those who want demonstration of Exchange Hybrid for office 365, I can demonstrate them and offer  service for Email migration and Office 365 Exchange Hybrid deployment.

Wednesday, May 29, 2013

Configure and Deploy Office 365 Hybrid

I have worked complicated and challenging project which is configuring and deploying Office 365 Hybrid and Succeeded recently. I have deployed Office 365 Hybrid on existing on premise exchange 2007 Environment. I have followed below steps to achieve this goal.
1.       Install prerequisites software on Exchange 2007 Servers such as Service pack and Cumulative updates which supports for Hybrid.
2.       Install Exchange 2013 CU1 on Existing Exchange server 2007
3.       Configured Coexistence between Exchange 2007 and Exchange 2013
4.       Make sure Auto discover records points to your Exchange 2013
5.       Deploy the Hybrid in Exchange 2013 with office 365 by running Hybrid configuration Wizard
6.       Test and verify by creating the user account , by moving the mailbox and by mail flow

Saturday, May 11, 2013

Office 365 Hybrid Deployment

I had great experince on deploying office 365 hybrid deployment between on premise Exchange 2007 and Exchange online. I have been used office 365 deployment Assistant Tool which had very good guidelines to setup hybrid and Got success.

Please refer the below link for Deployment Assistant Tool
http://technet.microsoft.com/en-us/exdeploy2013/Checklist?state=1119-W-AAAAAAAAQAAAAA%7e%7e&startOver=True

In this Assistant Tool does not have guidelines of Firewall server if you have in your environment like ISA/TMG or Cisco. Network Admin/Security Admin have to involve to publish the sites to internet.