Azure.AD.psd1
|
@{ RootModule = 'Azure.AD.psm1' ModuleVersion = '1.0.0' GUID = '3bf5373c-6e92-445c-9d5a-3d49bb70090c' Author = 'Riley Miller' CompanyName = 'Riley Miller' Copyright = '(c) Riley Miller. All rights reserved.' Description = 'Portable management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzureADStatus', 'Initialize-AzureAD') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |