PowerShell Core has 3 modules:
- Microsoft.PowerShell.Management
- Microsoft.PowerShell.Security
- Microsoft.PowerShell.Utility
Here we will be randomly picking cmdlet from one of those modules and tweet it daily.
This post is the summary of all of tweets over time.
(Get-Command -Module $(('Microsoft.PowerShell.Management','Microsoft.PowerShell.Security','Microsoft.PowerShell.Utility') | get-random) | Get-Random)
Thanks a lot for reading.
