< Back

Remove-LocationHistory

Sat Jan 18, 2020 9:47 am

NAME Remove-LocationHistory



SYNOPSIS

Removes a location from the location history.





SYNTAX

Remove-LocationHistory [-Id] <Int32> [<CommonParameters>]





DESCRIPTION

Removes a location from the location history. This is useful when a location in the location history is no longer

valid (e.g., a location that has been renamed or removed).





PARAMETERS

-Id <Int32>

Removes the specified location from the location history.



Required? true

Position? 1

Default value 0

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:\\>Remove-LocationHistory 3



Removes location Id 3 from the location history.











RELATED LINKS