79127355

Date: 2024-10-25 21:32:04
Score: 1
Natty:
Report link

You can also pipe it to select object to get both the name and powershell version

Find-Module -Name AzureAD | Select-Object -Property Name, @{Name="PowerShellVersion";Expression={$_.AdditionalMetadata.PowerShellVersion}}

Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cory Bouma