Powershell autocomplete each session - how?

I might be too stupid but I don't know how to start the autocompletion each time I start powershell.

rclone completion powershell | Out-String | Invoke-Expression

works but as soon as I renew the session I have to enter this command again.

The page tells me to safe the output into my Powershell profile but it won't tell me how to do so. So how do I make this autocomplete available each time I start a new PS session?

See:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.