Azure-ActiveDirectory.psd1
|
@{ RootModule = 'Azure-ActiveDirectory.psm1' ModuleVersion = '1.0.0' GUID = 'c8cd88ab-f9fe-4750-aef3-a78359fad4ed' Author = 'Quinn Reed' CompanyName = 'Quinn Reed' Copyright = '(c) Quinn Reed. All rights reserved.' Description = 'Useful core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzureActiveDirectoryStatus', 'Initialize-AzureActiveDirectory') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |