Dienstag, 29. September 2015

PowerShell Tip of the Day

If you want to write functions, scripts or cmdlets in PowerShell that other people can intuitively use, the first step is to name them descriptive.

Microsoft makes our life easy, because it gave us a list of "approved verbs". You can also output a list of these Verbs in PowerShell:

Get-Verb

Please consider this when you create scripts or commands ;)

P.S.: Right now the Azure Con is under way -> https://azure.microsoft.com/de-de/azurecon/#sessions ... Take some time to listen in, especially in the keynote to see what's up and what can be done with Azure.

Keine Kommentare:

Kommentar veröffentlichen