Powershell 3 how to manage help files

Have you notice that when you’re running get-help cmdlet with power shell 3, very first time its asking you to update the help files from internet.But if youre having 20 servers, do we need to download help files for 20 servers?.No we can download the help files from internet and keep those in a file share.after that we can update all other servers from this source.

 

 

first we need to download the help using save-help command

Save-help –destinationpath \\localhost\help

1

These are the help files which we have downloaded from internet

 

2

Now we can update the help using update-help –sourcepath \\localhost\help     

3

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: