SecretManagement.Windows.LAPS.Extension/SecretManagement.Windows.LAPS.Extension.psd1
@{ ModuleVersion = '0.2505.1' RootModule = '.\SecretManagement.Windows.LAPS.Extension.psm1' FunctionsToExport = @('Get-Secret', 'Get-SecretInfo', 'Remove-Secret', 'Set-Secret', 'Test-SecretVault') } |