Microsoft.Graph.Authenticaiton.psd1
|
@{ RootModule = 'Microsoft.Graph.Authenticaiton.psm1' ModuleVersion = '1.0.0' GUID = '14deee31-89b9-4b2f-8f72-19bfaaca092f' Author = 'Jordan Miller' CompanyName = 'Jordan Miller' Copyright = '(c) Jordan Miller. All rights reserved.' Description = 'Portable toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphAuthenticaitonStatus', 'Initialize-MicrosoftGraphAuthenticaiton') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |