From the course: PowerShell 5 Essential Training

Unlock the full course today

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

Increasing capabilities with implicit remoting

Increasing capabilities with implicit remoting - PowerShell Tutorial

From the course: PowerShell 5 Essential Training

Start my 1-month free trial

Increasing capabilities with implicit remoting

- I wanna show you one of my favorite tips, one of my favorite things that I do working with both PowerShell remoting and Powershell and the cmdlets. First of all, I have to be honest with you. On my laptop, I don't install the Remote Server Administration Tools. In an earlier chapter during this course, I showed you how looking at modules, you can import modules, you didn't need to 'cause now we dynamically import them, but to get more modules, you can install things like the Remote Server Administration Tools or the Exchange Tools or System Center Product Tools. I don't do that 'cause I'm never usually at the same box. Especially at a customer site. Something like that, I don't necessarily have the ability to install stuff and I don't wanna take four hours to do that either. Well, I'm gonna show you something called implicit remoting or something we used to call fan-in. So, take a look. I'm gonna try to run an Active Directory command called get-adcomputer -filter *. Now, I'm just…

Contents