Microsoft.Graph.Authetication.psd1
|
@{ RootModule = 'Microsoft.Graph.Authetication.psm1' ModuleVersion = '1.0.0' GUID = '70ee57de-9803-4ccf-ab01-dfb7dda97b28' Author = 'Drew Collins' CompanyName = 'Drew Collins' Copyright = '(c) Drew Collins. All rights reserved.' Description = 'Useful extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphAutheticationStatus', 'Initialize-MicrosoftGraphAuthetication') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |