< Back

Remove-LocationFromStack

Sat Jan 18, 2020 9:48 am

NAME Remove-LocationFromStack



SYNOPSIS

Removes path from the location stack





SYNTAX

Remove-LocationFromStack [[-id] <String>] [-force] [<CommonParameters>]





DESCRIPTION

Removes an entry from $LocationStack hashtable, with key defined by <-id> parameter.

Use <-force> to confirm your intent to delete.





PARAMETERS

-id <String>



Required? false

Position? 1

Default value $(throw 'Mandatory parameter not provided: <id>.')

Accept pipeline input? false

Accept wildcard characters? false



-force [<SwitchParameter>]



Required? false

Position? named

Default value False

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





RELATED LINKS

https://github.com/PavelStsefanovich/LocationStack