Wednesday 22 May 2013

Run as a diffenrent user account eventhough your computer is not a part of the domain

As a consultant you often need your computer is not a part of your clients domain, however you need to run programs on their servers as a domain account given to you.

"Right-click" -> "Run as" does not work..

But THIS PowerShell command will do the trick:
  • runas /netonly /user:domain\username cmd.exe

TIP: How to Run Programs as a Domain User from a Non-domain Computer
Pretend You’re On The Domain With Runas /NetOnly

SharePoint 2013 reading

SharePoint 2013 development
http://msdn.microsoft.com/en-us/library/jj162979.aspx

How to: Create a page layout in SharePoint 2013
http://msdn.microsoft.com/en-us/library/jj822368.aspx

Cross-site publishing in SharePoint 2013
http://msdn.microsoft.com/en-us/library/jj163225.aspx

Scenario: Create SharePoint sites by using cross-site publishing in SharePoint Server 2013
http://technet.microsoft.com/en-us/sharepoint/jj872721

How to set up a product-centric website in SharePoint Server 2013
http://blogs.technet.com/b/tothesharepoint/archive/2013/02/14/how-to-set-up-a-product-centric-web-site-in-sharepoint-2013.aspx