Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UpdateHelpScope Enum

Definition

Namespace:
Microsoft.PowerShell.Commands
Assembly:
System.Management.Automation.dll
Package:
System.Management.Automation v7.4.15
Package:
System.Management.Automation v7.5.6
Package:
System.Management.Automation v7.6.1

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Scope to which the help should be saved.

public enum UpdateHelpScope
type UpdateHelpScope = 
Public Enum UpdateHelpScope
Inheritance
UpdateHelpScope

Fields

Name Value Description
CurrentUser 0

Save the help content to the user directory.

AllUsers 1

Save the help content to the module directory. This is the default behavior.

Applies to