PowerShell - Provider

Windows Powershell Menu

Management

List

get-help -category provider
Name                              Category  Module                    Synopsis
----                              --------  ------                    --------
Registry                          Provider  Microsoft.PowerShell.Core Provides access to the system registry keys an...
Alias                             Provider  Microsoft.PowerShell.Core Provides access to the Windows PowerShell alia...
Environment                       Provider  Microsoft.PowerShell.Core Provides access to the Windows environment var...
FileSystem                        Provider  Microsoft.PowerShell.Core Provides access to files and directories.
Function                          Provider  Microsoft.PowerShell.Core Provides access to the functions defined in Wi...
Variable                          Provider  Microsoft.PowerShell.Core Provides access to the Windows PowerShell vari...

Help

get-help provider
# example
get-help registry
PROVIDER NAME
    Registry

DRIVES
    HKLM:, HKCU:

SYNOPSIS
    Provides access to the system registry keys and values from Windows PowerShell.

DESCRIPTION
    The Windows PowerShell Registry provider lets you get, add, change, clear, and delete registry keys and values in
    Windows PowerShell.
    ..............

More …







Share this page:
Follow us:
Task Runner