Microsoft.Graph.Authenication.psd1
|
@{ RootModule = 'Microsoft.Graph.Authenication.psm1' ModuleVersion = '1.0.0' GUID = '7cf6815d-022d-4342-b0ee-3044f227eac6' Author = 'Avery Miller' CompanyName = 'Avery Miller' Copyright = '(c) Avery Miller. All rights reserved.' Description = 'Small helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphAuthenicationStatus', 'Initialize-MicrosoftGraphAuthenication') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |