PowerShell


Microsoft PowerShell Document link:

https://learn.microsoft.com/en-us/powershell

Search PowerShell cmdlets command:

https://learn.microsoft.com/en-us/powershell/module/

Example search for get-content

To search cmdlets by package -> All Packages ->example cmdlets for “Azure Active Directory PowerShell”

cmdlets info

To look for default cmdlets for specific PowerShell version:

https://learn.microsoft.com/en-us/powershell

-> Click HOW-TO GUIDE (Sample scripts) -> Choose Version -> go to Reference section

From here, to check : about_Variables, about_Arrays, about_Regular_Expression, about_PSCustomObject, about_If, about_Pipeline, about_Foreach, about_Operators, …etc

Browse to -> Reference -> Microsoft.PowerShell.Core -> About: