Test-IsLocalAdmin.psd1
@{ RootModule = 'Test-IsLocalAdmin.psm1' ModuleVersion = '1.0.0.1' GUID = '2e422ee9-894e-4e5b-8738-a2eeab5bc44b' Author = 'Roy Ashbrook' CompanyName = 'ashbrook.io' Copyright = '(c) 2021 royashbrook. All rights reserved.' Description = 'Returns if user is a local administrator.' FunctionsToExport = 'Test-IsLocalAdmin' AliasesToExport = @() CmdletsToExport = @() VariablesToExport = @() } |