Enable RDP connection on VPN client

  1. In Control Panel, double-click Network Connections, and then double-click the name of the VPN connection.
  2. In the Connect dialog box, click Properties.
  3. In the properties dialog box for the VPN connection, click the Networking tab.
  4. SelectInternet Protocol (TCP/IP), and then click Properties.
  5. On the General tab, click Advanced to display the Advanced TCP/IP Settings dialog box.
  6. To prevent a default route from being created during a VPN connection, on the General tab, clear the Use default gateway on remote network check box.

How find out which domain controller is computer connected

echo %LOGONSERVER%

Synchronize time with external NTP

  1. Locate your PDC Server.
  2. net stop w32time
  3. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”
  4. w32tm /config /reliable:yes
  5. net start w32time
  6. Check the external NTP servers in the time configuration w32tm /query /configuration

SharePoint 2010: Publishing Site enable Publishing without workflow

To disable content approval, do the following:

  1. Navigate to the pages library
  2. On the library ribbon, choose “Library Settings”
  3. Open “Versioning Settings”
  4. Set “Content Approval” to “no” and click OK.

To remove the workflow:

  1. Return to the pages library.
  2. On the library ribbon, choose “Library Settings”
  3. Click “Workflow settings”
  4. Click “Remove a workflow”
  5. Switch Page Approval to No New Instances

SQL: when it was last used

SELECT accdate, name FROM master.dbo.syslogins

Follow

Get every new post delivered to your Inbox.