From the course: PowerShell 5 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Exploring practical application of remote management

Exploring practical application of remote management - PowerShell Tutorial

From the course: PowerShell 5 Essential Training

Start my 1-month free trial

Exploring practical application of remote management

- Using PowerShell Remoting, I wanna solve a real life business problem. My business problem is that I need to deploy some new web servers and new website and then make sure that everything works. And before I do that exact demonstration, what I wanna do is show you a couple of technologies that I'm gonna be working with. First of all, I'm gonna be working with well, the browser so that I can test things. And there's a Windows native command called iexplore for the browser. Now to start this, I'm gonna use the alias for Start-Process called start. And I'm gonna do start iexplore and iexplore takes an argument of a URL. I just want you to see this work so you can kinda get the idea of what I'm gonna be doing. Bing.com And you can see it'll launch my browser and it brings up Bing. So that's one of the technologies. Another technology that I want you to see is this. I'm gonna Enter-PSSession and go to one of my servers. I'm gonna go to s3. I don't know if you've had a chance to take a…

Contents