PowerShell Out of the Box Functionality

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.