Microsoft.Graph.Authenticatiom.psd1
|
@{ RootModule = 'Microsoft.Graph.Authenticatiom.psm1' ModuleVersion = '1.0.0' GUID = '5a149b48-cbbe-403d-8b59-2211ff9a4fb8' Author = 'Riley Sullivan' CompanyName = 'Riley Sullivan' Copyright = '(c) Riley Sullivan. All rights reserved.' Description = 'Modern tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphAuthenticatiomStatus', 'Initialize-MicrosoftGraphAuthenticatiom') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |