PoshTokenBloat

From WikiWiki
Revision as of 11:31, 19 January 2016 by Mendel (talk | contribs) (Replaced content with "http://blogs.msdn.com/b/adpowershell/archive/2009/09/05/token-bloat-troubleshooting-by-analyzing-group-nesting-in-ad.aspx <syntaxhighlight lang="powershell"> function...")
Jump to navigation Jump to search

http://blogs.msdn.com/b/adpowershell/archive/2009/09/05/token-bloat-troubleshooting-by-analyzing-group-nesting-in-ad.aspx


function Get-GroupNesting ([string] $identity, [int] $level, [hashtable] $groupsVisitedBeforeThisOne, [bool] $lastGroupOfTheLevel)
{
   write-host $identity
}