Initialize-PpVariables
Initialize-PpVariables
SYNOPSIS
Initialize global variables
SYNTAX
__AllParameterSets
Initialize-PpVariables [[-DllPath] <string>] [<CommonParameters>]
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
Initialize global variables
EXAMPLES
EXAMPLE 1
Initialize-PpVariables -DllPath ‘C:\Program Files (x86)\CapaOne\Scripting Library\CapaOne.ScriptingLibrary.dll’
PARAMETERS
-DllPath
The path to the CapaOne.ScriptingLibrary.dll.
Type: System.String
DefaultValue: $Global:DllPath
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Command from PSlib.psm1