< Back

Remove-PSBookmark

Sun Jan 12, 2020 6:05 pm

NAME Remove-PSBookmark



SYNOPSIS

Delete bookmark from list.





SYNTAX

Remove-PSBookmark [-Name] <Object> [<CommonParameters>]





DESCRIPTION

Removes folder from bookmarks list.





PARAMETERS

-Name <Object>

The bookmark name.



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:\\># Add bookmark with name.



./Remove-PSBookmark [ br ] BookmarkName











RELATED LINKS