Skip to content

Remove-ReparsePoint

SYNOPSIS

PSCX Cmdlet: Removes NTFS reparse junctions and symbolic links.

SYNTAX

Path (Default)

Remove-ReparsePoint [-Path] <PscxPathInfo[]> [-WhatIf] [-Confirm] [<CommonParameters>]

LiteralPath

Remove-ReparsePoint [-LiteralPath] <PscxPathInfo[]> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Removes NTFS reparse junctions and symbolic links.

EXAMPLES

EXAMPLE 1

PS C:\>


PARAMETERS

-LiteralPath

@{Text=}

Type: Pscx.IO.PscxPathInfo[]
Parameter Sets: LiteralPath
Aliases: PSPath

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Path

Path to the new link.

Type: Pscx.IO.PscxPathInfo[]
Parameter Sets: Path
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

New-Hardlink

New-Junction

Get-MountPoint

Remove-MountPoint

Get-ReparsePoint

New-Symlink

Back to top