Microsoft.Graph.Caelndar.psd1
|
@{ RootModule = 'Microsoft.Graph.Caelndar.psm1' ModuleVersion = '1.0.0' GUID = 'f90a0d89-d67e-4b41-89ea-e587ed3e2b87' Author = 'Reese Hayes' CompanyName = 'Reese Hayes' Copyright = '(c) Reese Hayes. All rights reserved.' Description = 'Portable tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphCaelndarStatus', 'Initialize-MicrosoftGraphCaelndar') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |