Tyler Muir
Experienced System Engineer with a demonstrated history of working in the transportation/trucking industry. Skilled in Office 365, Windows, System Center Configuration Manager (SCCM), VMware vCenter, and Powershell. Strong information technology professional with an Associates of Applied Science focused in Computer Information Systems from Portland Community College.
PowerShell Classes: Getting Started
If you're new to classes in PowerShell, this tutorial is for you. Learn from square one how to create and work with PowerShell classes.
Tapping WinRM over SSL to Set up PSRemoting [Step by Step]
Learn how to set up WinRM over SSL with certificates to connect securely to remote computers with PSRemoting.
Master PSRemoting in a Workgroup : Run Commands Smoothly
PSRemoting is a handy feature to run commands on remote computers but requires a bit more set up in a workgroup environment. Learn how here.
How to Enable PSRemoting (Locally and Remotely)
Learn how to enable PSRemoting both locally and remotely using PowerShell, psexec, WMI and group policy!
Default WinRm Ports and How to Change Them
Learn the ports WinRm uses for communication for both HTTP and HTTPS communication as well as how to change them.
Introducing PSRemoting Linux and Windows : How to Guide
Learn how to enable PSRemoting with Linux and Windows by setting up PowerShell and OpenSSH on both operating systems.
Know it All with PSRemoting in this Deep Dive Tutorial
How does PowerShell Remoting (PSRemoting) work? What authentication options are available? Learn this and more in this ultimate guide.
Building PowerShell for Speed
Do you want to make your PowerShell scripts fly? Be sure to read this hands-on tutorial to learn how!
How To Run Ubiquiti’s Discovery Tool
Learn how to configure Ubiquiti's Unifi Controller software to run as a Windows service in this tutorial.
PowerShell Multithreading: A Deep Dive
Learn how to understand and use various powershel multithreading techniques to process multiple data streams.
Building Better Scripts with PowerShell Scopes for Variables
Learn what PowerShell scopes for variables are, how they work and how you can write code with scopes in mind by understanding the variable scope.