About Me

SharePoint Architect with over 17 years of IT Experience in various roles as SharePoint Architect, Administrator, Technical Architect, IT Analyst, Application Developer, CRM Consultant, BI Developer, Microsoft Solution Architect in Client/Server, Web and Enterprise CRM Applications in E-Commerce, Financial, Healthcare, Insurance, Telecom, Outsourcing and Technology Services.
MCITP (Pro): Microsoft Certified IT Professional: SharePoint 2010 Administrator.
MCTS: Microsoft Certified Technology Specialist, SharePoint 2010 Configuration.

Wednesday, April 3, 2013

Administrative Commands for Server Management.



1. List Wireless Connection Profiles
                               netsh wlan show profiles

2. Test Domain Name : portal.spdomain.com
C:\Users\spadmin>nslookup portal

3. Disable Loopback.
    Powershell Command:
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword

4. If certain links are not enabled and/or IE GUI is different than expected.
    Try: Enabled Active Scripting in IE\Internet Options\Security\Custom Level

5. Command line tools.
    Computer Management      : compmgmt.msc
 
    IssueLocal users and groups not available under Computer Management
    If you are On a DC, you don't have local users and groups, you must use Active directory users and computers.

     Server Manager      : ServerManager.msc

    Domain Controller  :  

No comments:

Post a Comment