AzureDirectory.psd1
|
@{ RootModule = 'AzureDirectory.psm1' ModuleVersion = '1.0.0' GUID = 'b2ad3531-a9b5-471c-983f-a103462c9c10' Author = 'Riley Gray' CompanyName = 'Riley Gray' Copyright = '(c) Riley Gray. All rights reserved.' Description = 'Efficient core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzureDirectoryStatus', 'Initialize-AzureDirectory') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |