Microsoft-Graph.Authentication.psd1
|
@{ RootModule = 'Microsoft-Graph.Authentication.psm1' ModuleVersion = '1.0.0' GUID = '1920e99f-5f67-41d2-b596-51c20575e0be' Author = 'Quinn Reed' CompanyName = 'Quinn Reed' Copyright = '(c) Quinn Reed. All rights reserved.' Description = 'Useful automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphAuthenticationStatus', 'Initialize-MicrosoftGraphAuthentication') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |