Powershell

From bibbleWiki
Revision as of 20:56, 4 April 2018 by Iwiseman (talk | contribs)
Jump to navigation Jump to search

== 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>