How to get a list of commands for working with files in powershell?

1 answer 1

You can use the Get-Command cmdlet with the *Item* parameter *Item*

 Get-Command *Item*