-
Notifications
You must be signed in to change notification settings - Fork 8
Save ePOConfig
Saves the stored ePOwerShell settings to your environment for future use.
Save-ePOConfig [-WhatIf] [-Confirm] [<CommonParameters>]
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.
Save-ePOConfig
Save ePOwerShell settings in your user environment.
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Requires Set-ePOConfig to be run first.