Skip to content

Save ePOConfig

Michael Arranaga edited this page Aug 30, 2019 · 1 revision

external help file: ePOwerShell-help.xml Module Name: ePOwerShell online version: schema: 2.0.0

Save-ePOConfig

SYNOPSIS

Saves the stored ePOwerShell settings to your environment for future use.

SYNTAX

Save-ePOConfig [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Rather than typing in your credentials to ePOwerShell anytime you open your shell, you can store the current configuration as a json object in your user environment for for future use. This does require `Set-ePOConfig` to be run first.

EXAMPLES

EXAMPLE 1

Save-ePOConfig

Save ePOwerShell settings in your user environment.

PARAMETERS

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

OUTPUTS

NOTES

Requires Set-ePOConfig to be run first.

RELATED LINKS