< Back
Import-CFConfig
Post
NAME Import-CFConfig
SYNOPSIS
This command will import the config which is required for use with other function in the module.
SYNTAX
Import-CFConfig [[-Path] <FileInfo>] [<CommonParameters>]
DESCRIPTION
Imports the config to use with the module.
PARAMETERS
-Path <FileInfo>
Optional non default path to config file
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
Example 1
PS C:\\> Import-CFConfig
Import the config from the default location
Example 2
PS C:\\> Import-CFConfig '~\\CFExampleNet.xml'
Import a config from the specified location
RELATED LINKS
SYNOPSIS
This command will import the config which is required for use with other function in the module.
SYNTAX
Import-CFConfig [[-Path] <FileInfo>] [<CommonParameters>]
DESCRIPTION
Imports the config to use with the module.
PARAMETERS
-Path <FileInfo>
Optional non default path to config file
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
Example 1
PS C:\\> Import-CFConfig
Import the config from the default location
Example 2
PS C:\\> Import-CFConfig '~\\CFExampleNet.xml'
Import a config from the specified location
RELATED LINKS