< Back

Restore-P1ConfigVal

Sat Jan 18, 2020 7:02 pm

NAME Restore-P1ConfigVal



SYNOPSIS

Copy in local files the PlannerOne Config files.





SYNTAX

Restore-P1ConfigVal [-filesDir] <String> [-tenant] <String> [<CommonParameters>]





DESCRIPTION

After the backup command, this command copy the PlannerOne backup configuration files and reset the PlannerOne

web security for the tenant(s).





PARAMETERS

-filesDir <String>

Input files config directory.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-tenant <String>

The target tenant. If you have more than one tenant, use "," to seperate all name like -tenant

"tenant1,tenant2,tenant3"



Required? true

Position? 2

Default value

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



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Restoring PlannerOne Config File



Restore-P1ConfigVal -filesDir 'C:\\tmp\\PlannerOne_BackUp' -tenant Prod



# Restoring PlannerOne with multitenant configuration

Restore-P1ConfigVal -filesDir 'C:\\tmp\\PlannerOne-BackUp' -tenant 'Prod1,Debug,ValidTest2015,ValidTest2017'











RELATED LINKS