PowerShell/Polaris

Add Cmdlet prefixes

Closed this issue · 2 comments

It's best practice to change:

Get-WebRoute

To

Get-PolarisWebRoute

That prefix helps user know what module the cmdlet comes from.

I'd like to help out with this one. I'm a "first issue" contributor, so let me know if you need me to make any changes, or if I have done things horribly wrong!

@doug-reimer fixed this 😃