From the course: PowerShell: Functions for Advanced Automation

Unlock the full course today

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

Next steps

Next steps

From the course: PowerShell: Functions for Advanced Automation

Start my 1-month free trial

Next steps

- [Scott] It's been a running theme throughout this course that PowerShell can be used for a lot more than the cmdlets and functions that were built into Windows workstations and servers. Now that you've seen how PowerShell can interact with your system and applications using .NET classes, it would be worth the effort to become more familiar with the .NET API Browser. While on this Microsoft site, you can look up specific APIs and .NET classes. You can also compare the differences between the .NET framework designed for Windows workstations and servers and .NET CORE that opens up PowerShell options on Macintosh and Linux machines as well. As you build your arsenal of administrative tools, it's time to start listing out the administration tasks that take up your time and starting building a library of your own functions to handle them. Use these advanced topics to up your game and develop easily-deployed solutions to your everyday tasks. And remember to test PowerShell code in a safe…

Contents