Random PowerShell Example

Get-Help $(Get-Command -Module  $(Get-module -ListAvailable | Get-Random | Select-Object -ExpandProperty Name -OutVariable RandomModuleName) | Get-Random -OutVariable RandomCmdlet | Select-Object -ExpandProperty Name) -Examples -OutVariable RandomExamples | Out-Null

 

Thanks a lot for reading.