Friday, November 8, 2013

Before deploying upgrades on MOSS 2007 firs check Preupgreatecheck using Stsadm command:

Ex: stsadm.exe -o preupgradecheck.

If there is any orphan items will have to clear all orphan items before upgrade, we can see the site orphan and content orphan in the list.

To resolve these orphane issue please follow below articles.

Site Orphan KB Article for 2010.
http://support.microsoft.com/kb/2532218

Content Orphan KB Article:
http://support.microsoft.com/kb/954773

Wednesday, October 30, 2013

Run as command for Windows 2008 server

Open command prompt and run the following command.

runas /user:DomainName\AccountName cmd

Ex:  runas /user:xerox\ssathyam cmd

and enter password for next prompt.

Monday, August 26, 2013

Unable to add users to a group Sharepoint permissions


0
I worked on one of the issue wherein I was unable to add Users to ANY of the group, even though we were having 3 groups on the Site.
Here is what I did to resolve the issue. Hope this steps will help you solve your issue Quickly J
Whe we go to Advanced permissions, You can see that there are already 3 Groups added with different permission levels.
From Advanced permissions page click on New – Add user- It takes us to the page where we can add the user explicitly or inside a Group. In this case, “Add Users to SharePoint Group” option was grayed off – (Above 3 Groups are not visible)
After some investigation I found that, those groups were removed from the Groups – Quick launch
To add them back – Click on the Groups – Settings – Edit Group Quick Launch – Add these 3 Groups there and say Okay.
Once these 3 groups are visible Under the Quick Launch – Click on New – Add user.
Issue is resolved now; you can see the groups in the drop down as expected

Saturday, August 24, 2013





How to Configure SSL for a SharePoint Web Site

SSL is a kind of security protocol that more and more web sites are using to protect their information. Similarly, SharePoint has a SSL feature that can be enabled in Central Administration. This blog will show you how.
SSL Configuration:
Step 1. Server Roles
1. Login to SharePoint Server as administrator.
2. Open Server management and click “Server Roles.”
3. In the Roles summary click “Add Roles.”
4. Click the “Next” button and select “Active Directory Certificate Services” in the Select Server Roles window.
5. Click the “Next” button until it configures and installs successfully.
6. Select the following two role services “Certification Authority” and “Certification Authority Web Enrollment.”
7. Click the “Next” button.
Step 2. IIS Manager
1. Run IIS manager as administrator.
2. Double click this icon Server Certificates and enter the Server Certificates page.
3. Click “Create Certificate Request in Actions” section.
4. Open the “Request Certificate” window and input the correct data for every field.
5. Click the “Next” button until the file name page appears.
6. Specify the file name for the certificate request.
7. Click the “Finish” button, the request file is created successfully.
Step 3. CerSrv Site
1. Open the CerSrv site to complete the task request a certificate.
2. Click the Request a certificate link to open the new page.
3. Click “advanced certificate request” to open the new page and click the second option “Submit a certificate request by using a base-64-encoded CMC or PKC…
4. Copy the contents of the certificate file created on Step2.6 to the textbox base-64-encoded certificate request.
5. Select “Web Server” in the Certificate Template drop-down menu.
6. Click the “Submit” button. The will then be Certificate issued.
7. Download the certificate.
8. Click the “Complete certificate request” button.
9. Select the “certification authority’s response” and “Friendly name.”
10. Click the “OK” button to create the server certificates.
Step 4. Central Administration
1. Expand the sites in IIS Manager and select “Central Administration.”
2. Click “Bindings” in the “Edit Site” section on the right side.
3. The Site Binding Window will popup.
4. Add the https type and select the SSL certificate.
5. Add the access mapping in CA.
Note: Do not forget add the host record on DNS server.
Step 5. Testing the Site
1. Let’s access CA using the following URL https://www.spbmd10.com.
Note: You might need to first import the certificate to the current browser.
2. If you see the following, then we have successfully added SSL to a SharePoint website.