SYS255 Lab 9 - Robertsegee/TechJournals GitHub Wiki

11/16/20 Lab 9 Powershell Scripting: In this lab, we tackled basic scripting exercises in Powershell. Some of the exercises that we completed in the lab were creating basic scripts executed using text files. Other scripts that we created included pinging addresses from a text document. Another aspect of this lab was using the PSSession command. This command allows us to essentially ssh into another workstation's Powershell. The command specifically was:
Enter-PSSession -ComputerName Name of workstation
One problem I ran into while going through the lab was not being able to PS-Remote into WKS02 due to firewall restrictions. I overcame this by executing forcing PS-Remoting on WKS by using the command:
Enable-PSRemoting -force