Sometimes I need to open a remote power shell session on workstations for administration. It is convenient for me to do this on a domain controller under a domain administrator account. To do this, I run the command: "Enter-PSSession -ComputerName someWorkstation". But is it safe? What are the consequences if, for example, I connect to a workstation infected with viruses in this way? Can a malware use my session to access other workstations or a domain controller? Can malware steal domain administrator credentials?