Skip to content

Import-BluebirdPSConfiguration

SYNOPSIS

Import the user's configuration values from disk.

SYNTAX

Import-BluebirdPSConfiguration [<CommonParameters>]

DESCRIPTION

Import the user's configuration values from disk.

This will override the current session's configuration variable.

This command is called when the module is imported.

Beginning with v0.8.2, the value for RateLimitAction can be set with the environment variable BLUEBIRDPS_RATE_LIMIT_ACTION. If the environment variable exists and the value is one of the allowed types, the Configuration value will be overridden for the session.

EXAMPLES

Example 1

PS > Import-BluebirdPSConfiguration

Import the user's configuration values from disk.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

None

NOTES

Online Version

Export-BluebirdPSConfiguration

Get-BluebirdPSConfiguration

Set-BluebirdPSConfiguration