Search notes:

PowerShell cmdLet get-module

get-module packageManagement |
  select-object  `
     path,
     moduleBase,
     rootModule,
  #  exportedCommands,
     description,
     projectURI,
     version,
     moduleType,
     author,
     clrVersion,
     powerShellVersion |
   format-list

See also

Powershell command noun: module

Index