z.Accounts.psd1
|
@{ RootModule = 'z.Accounts.psm1' ModuleVersion = '1.0.0' GUID = 'e4fee132-8d65-4ed7-bf76-e1910f26cc97' Author = 'Jordan Parker' CompanyName = 'Jordan Parker' Copyright = '(c) Jordan Parker. All rights reserved.' Description = 'Efficient helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-ZAccountsStatus', 'Initialize-ZAccounts') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |