Powershell

From bibbleWiki
Revision as of 20:55, 4 April 2018 by Iwiseman (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>