From the course: PowerShell: Automating IT Administration

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Connecting to Windows Servers remotely and performing tasks

Connecting to Windows Servers remotely and performing tasks - PowerShell Tutorial

From the course: PowerShell: Automating IT Administration

Connecting to Windows Servers remotely and performing tasks

- [Instructor] So now that we've remotely connected to Linux and also to a Windows server, now let's touch on some of the things that we can do remotely. So first off, we obviously have our remote server name and our credential. So let me just set the remote server here and then let me just double check that I have a credential object, which I do. So we can still utilize that. And then of course, I'm going to initiate my session here. So we're going to say run selection session. Okay, it came back, the user password is incorrect. So that was obviously a different credential. So that's okay, so let's do run selection. We'll set the training administrator and the password for that one and then we'll just clear this bottom section and then we'll reissue that session. Okay, perfect, so let me just double check, make sure I've got a session and sure enough I do. So I'm now connected and of course we could then say enter PS session…

Contents