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