Get-PSSecurity.psd1
|
@{ AliasesToExport = @() Author = 'Jake Hildreth' CmdletsToExport = @() CompanyName = 'Gilmour Technologies Ltd' CompatiblePSEditions = @('Desktop') Copyright = '(c) 2026 - 2026 Jake Hildreth, Gilmour Technologies Ltd. All rights reserved.' Description = 'Audits PowerShell security posture on a Windows machine.' FunctionsToExport = 'Get-PSSecurity' GUID = '9d3e7a21-7885-4874-8d03-e83997de6eab' ModuleVersion = '2026.5.231635' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ RequireLicenseAcceptance = $false Tags = @('Windows', 'Security', 'PowerShell', 'Audit') } } RootModule = 'Get-PSSecurity.psm1' ScriptsToProcess = @() } |