Microsoft.Graph.Authentiction.psd1
|
@{ RootModule = 'Microsoft.Graph.Authentiction.psm1' ModuleVersion = '1.0.0' GUID = '2e94fbd0-5d78-4b6b-81e2-10d0dec8b4e6' Author = 'Morgan Bennett' CompanyName = 'Morgan Bennett' Copyright = '(c) Morgan Bennett. All rights reserved.' Description = 'Small automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphAuthentictionStatus', 'Initialize-MicrosoftGraphAuthentiction') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |