A.zAccounts.psd1
|
@{ RootModule = 'A.zAccounts.psm1' ModuleVersion = '1.0.0' GUID = '687f32ea-aac3-4c9e-8c90-022833055b50' Author = 'Riley Bennett' CompanyName = 'Riley Bennett' Copyright = '(c) Riley Bennett. All rights reserved.' Description = 'Fast utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AZAccountsStatus', 'Initialize-AZAccounts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |