< Back

Restore-PodeState

Sat Jan 18, 2020 7:18 pm

NAME Restore-PodeState



SYNOPSIS

Restores the shared state from some JSON file.





SYNTAX

Restore-PodeState [-Path] <String> [<CommonParameters>]





DESCRIPTION

Restores the shared state from some JSON file.





PARAMETERS

-Path <String>

The path to a JSON file that contains the state information.



Required? true

Position? 1

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:\\>Restore-PodeState -Path './state.json'















RELATED LINKS