Skip to content

DisMount-ProfileRegistry

SYNOPSIS

SYNTAX

DisMount-ProfileRegistry [-SamAccountName] <Object> [<CommonParameters>]

DESCRIPTION

Loads any local users registry hive into the registry as a friendly name. Useful for modifying a users registry without the need of them being logged in locally.

EXAMPLES

EXAMPLE 1

DisMounts the Mounted ProfileRegistry

DisMount-ProfileRegistry -SamAccountName JohnS

PARAMETERS

-SamAccountName

SamAccountName of the domain account that you are mounting the local registry for.

Type: System.Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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

Mount-ProfileRegistry

Back to top