-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPowerPUG.psd1
21 lines (21 loc) · 1.86 KB
/
PowerPUG.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@{
AliasesToExport = @()
Author = 'Jake Hildreth'
CmdletsToExport = @()
CompanyName = ''
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2023 - 2025 Jake Hildreth. All rights reserved.'
Description = 'PowerPUG helps AD Admins use the Protected Users Group safely.'
FunctionsToExport = @('Expand-PPGroupMembership', 'Get-PPDC', 'Get-PPDCAuditPolicy', 'Get-PPDCLogConfiguration', 'Get-PPDCNtlmLogon', 'Get-PPDCWeakKerberosLogon', 'Get-PPDomain', 'Get-PPDomainAdminGroupSid', 'Get-PPDomainKrbtgt', 'Get-PPDomainPugCreatedDate', 'Get-PPDomainPugSid', 'Get-PPDomainSid', 'Get-PPEnvironment', 'Get-PPForest', 'Get-PPForestAdminGroupSid', 'Invoke-PowerPUG', 'Test-PPDCLogConfiguration', 'Test-PPDCOS', 'Test-PPDCRemotingEnabled', 'Test-PPDomainFL', 'Test-PPDomainPugExists', 'Test-PPEnvironment', 'Test-PPForestFL', 'Test-PPUserNtlmLogon', 'Test-PPUserPasswordOlderThan1Year', 'Test-PPUserPasswordOlderThanPug', 'Test-PPUserPugMember', 'Test-PPUserWeakKerberosLogon')
GUID = '3f8afba8-e266-4a4b-9f09-b2d7ab35eba9'
ModuleVersion = '2025.1.14'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
ExternalModuleDependencies = @('CimCmdlets', 'Microsoft.PowerShell.Archive', 'Microsoft.PowerShell.Diagnostics', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility', 'Microsoft.WSMan.Management')
Tags = @('Windows', 'MacOS', 'Linux')
}
}
RequiredModules = @('CimCmdlets', 'Microsoft.PowerShell.Archive', 'Microsoft.PowerShell.Diagnostics', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility', 'Microsoft.WSMan.Management')
RootModule = 'PowerPUG.psm1'
}