< Back

Get-ChildInheritance

Sun Jan 19, 2020 5:56 pm

NAME Get-ChildInheritance



SYNOPSIS

Construction d'objet Item Inherited





SYNTAX

Get-ChildInheritance [[-Paths] <Object>] [[-Depth] <Int32>] [-html] [-full] [<CommonParameters>]





DESCRIPTION

Construit un objet pour un affiche TreeView de l'etat d'heritage ou une sortie Out-GridView





PARAMETERS

-Paths <Object>

Chemin ou pattern a analyser



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Depth <Int32>



Required? false

Position? 2

Default value 1

Accept pipeline input? false

Accept wildcard characters? false



-html [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-full [<SwitchParameter>]



Required? false

Position? named

Default value False

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





Alban LOPEZ 2018

alban.lopez@gmail.com

http://git/PowerTech/



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



PS C:\\>Contruit l'object pour le Current Diretory



Get-InheritanceTree









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>liste 3 niveau de repertoure, genere les objets



Get-ChildItem '\\\\vfs1\\share$\\data\\TEST' -Recurse -Depth 3 -Force -Directory | Get-InheritanceTree | Out-GridView











RELATED LINKS