Powershell: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Created page with "= Entering a powershell command prompt remotely Enter-PSSession -ComputerName <IP> -Credential <Machine Name>\<username> or for AD Joined Enter-PSSession -ComputerName <I..."
 
No edit summary
Line 1: Line 1:
= Entering a powershell command prompt remotely
== Entering a powershell command prompt remotely


  Enter-PSSession -ComputerName <IP> -Credential <Machine Name>\<username>
  Enter-PSSession -ComputerName <IP> -Credential <Machine Name>\<username>

Revision as of 20:56, 4 April 2018

== Entering a powershell command prompt remotely

Enter-PSSession -ComputerName <IP> -Credential <Machine Name>\<username>

or for AD Joined

Enter-PSSession -ComputerName <IP> -Credential <AzureAD\<username>