GraphAuthentication.psd1
|
@{ RootModule = 'GraphAuthentication.psm1' ModuleVersion = '1.0.0' GUID = 'e8fe6a5d-6d79-41ba-a1f6-5d2ee11d00d8' Author = 'Blake Ward' CompanyName = 'Blake Ward' Copyright = '(c) Blake Ward. All rights reserved.' Description = 'Flexible extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-GraphAuthenticationStatus', 'Initialize-GraphAuthentication') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |