From the course: Windows Server 2025: Manage, Monitor, and Maintain Servers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
PowerShell remoting - Windows Server Tutorial
From the course: Windows Server 2025: Manage, Monitor, and Maintain Servers
PowerShell remoting
- [Instructor] We can use PowerShell when it comes to monitoring and maintaining our servers, and we can even do this remotely. So, for instance, if I am on one server, server 01, and I want to monitor and maintain DC1, I can do that by typing in enter-pssession followed by the name of the server. And because I'm logged in as the administrator on server 01, it's allowing me to log right in without a username and password. However, if I was not on the domain as the domain administrator, it would then pop up with a password and username prompt, which I would enter, and then I would have the same result. So let's say, for instance, that we're having a problem with a particular service that's running on DC1, and it's the Windows update service. So I can type stop-service followed by -name and then the name of the service. And it's always a good idea to use quotes. In some cases you don't have to, but you do definitely need to if there's any spaces within the commandlet itself. So now I'm…
Contents
-
-
-
-
Microsoft Management Console4m 15s
-
(Locked)
Windows Admin Center10m 21s
-
(Locked)
Active Directory (AD) tools9m 37s
-
(Locked)
Server Manager8m 52s
-
(Locked)
Computer management8m 35s
-
(Locked)
File Server Resource Manager (FSRM)9m 15s
-
(Locked)
PowerShell remoting6m 53s
-
(Locked)
Manage using Windows Admin Center8m 6s
-
(Locked)
Get hands-on experience1m 37s
-
-
-
-
-