$class = [wmiclass]"Win32_NetworkAdapterConfiguration"
$class.psbase.Options.UseAmendedQualifiers = $true
$class.psbase.methods | % { $rv = 1 | Select-Object Name, Help; $rv.Name = $_.Name; $rv.help = ($_.Qualifiers["Description"]).Value; $rv } | format-table -AutoSize -Wrap

Copy From Powershell.com

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-08-25
  • 2021-09-23
  • 2021-09-02
  • 2021-04-12
  • 2021-09-04
猜你喜欢
  • 2022-12-23
  • 2021-12-25
  • 2021-11-13
  • 2021-12-19
  • 2021-09-12
  • 2021-08-31
  • 2022-12-23
相关资源
相似解决方案