< Back

Show-RegistryXML

Sat Jan 18, 2020 6:14 pm

NAME Show-RegistryXML



SYNOPSIS

Displays registry entries from all RegistryXML files in the Source Directory





SYNTAX

Show-RegistryXML [-SourceDirectory] <String> [<CommonParameters>]





DESCRIPTION

Displays registry entries from all RegistryXML files in the Source Directory





PARAMETERS

-SourceDirectory <String>

Directory to search for XML files



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



NOTES





NAME: Show-RegistryXML.ps1

AUTHOR: David Segura, david@segura.org

BLOG: http://www.osdeploy.com

VERSION: 18.9.4



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Show-RegistryXML -SourceDirectory C:\\DeploymentShare\\OSDeploy\\OSConfig\\LocalPolicy\\ImportGPO



Displays all RegistryXML entries found in Source Directory











RELATED LINKS

https://www.osdeploy.com/