< Back

Remove-PodeState

Sat Jan 18, 2020 7:18 pm

NAME Remove-PodeState



SYNOPSIS

Removes some state object from the shared state.





SYNTAX

Remove-PodeState [-Name] <String> [<CommonParameters>]





DESCRIPTION

Removes some state object from the shared state. After removal, the original object being stored is returned.





PARAMETERS

-Name <String>

The name of the state object.



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

System.Object





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



PS C:\\>Remove-PodeState -Name 'Data'















RELATED LINKS