Windows PowerShell
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\patrick> Get-Developer -Verbose | Format-Table

Name            Role                  Status
----            ----                  ------
Patrick Hartman Sr. Software Engineer ● Online

PS C:\Users\patrick> Get-SocialLinks | Format-Table

Platform Url                               Description
-------- ---                               -----------
GitHub   https://github.com/leglock        Source code & projects
LinkedIn https://www.linkedin.com/in/p.... Professional network

PS C:\Users\patrick> Write-Host "Open to new projects" -ForegroundColor Green
Open to new projects
PS C:\Users\patrick>