|
|
|
|
|
by GordonS
2262 days ago
|
|
Thanks for posting this, it's interesting to see the same problem solved in 3 languages. I use Bash for all my scripting needs, on both Windows and Linux - I just can't get over my dislike of Powershell's verbose syntax and Pascal-Snake-Case naming! But some things are difficult or finicky in Bash; maybe I should stop putting off learning Python... |
|
Commands use <Verb>-<Adjective><Noun> structure, for example Get-ADUser gets an AD user. Once you learn that, it's easy to know that the equivalent command for AzureAD is Get-AzureADUser.
It did take me a while to get used to it, but it does make sense, and it makes it easier to learn/remember commands.