auditpolcore/AdtListCategories.ps1
function AdtListCategories { <# .SYNOPSIS .DESCRIPTION .NOTES Author: Jared Atkinson (@jaredcatkinson) License: BSD 3-Clause Required Dependencies: PSReflect Optional Dependencies: None (func auditpolcore AdtListCategories ([void]) @( ) -EntryPoint DuplicateToken -SetLastError) .LINK .EXAMPLE #> [OutputType([IntPtr])] [CmdletBinding()] param ( ) $auditpolcore::AdtListCategories() } |