Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Get-VerbPowerShell でコマンドを使用して、「一般的な」動詞のみを出力しようとしています。ただし、少し前に使用したさまざまな組み合わせを試しましたが、現在は機能しません。「一般的な動詞」を表示する最も簡単な方法は何ですか?
Get-Verb
何かのようなもの
get-verb | where {$_.group -eq 'common'}
?