Microsoft.Graph.Grous.psd1

@{
    RootModule        = 'Microsoft.Graph.Grous.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'f47f5614-274e-415f-9332-ce810d1c4c0b'
    Author            = 'Avery Miller'
    CompanyName       = 'Avery Miller'
    Copyright         = '(c) Avery Miller. All rights reserved.'
    Description       = 'Robust toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-MicrosoftGraphGrousStatus', 'Initialize-MicrosoftGraphGrous')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}