8

I'm new to PowerShell and I know on PowerShell on windows you need to run as administrator to update the help files, but how do you update help files on PowerShell on Mac?

3

1 Answer 1

3

At this time, it does not look like the Update-Help Cmdlet is supported for Mac or Linux. For the time being I would suggest going to the technet website for each help file.

You can get there from the Command Line with the -Online parameter:

Get-Help Write-Output -Online 

or

Get-Help about_Functions -Online 

These commands will take you directly to technet page you need. These pages will always be up to date.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.