MicrosoftGraph.Compliance.psd1
|
@{ RootModule = 'MicrosoftGraph.Compliance.psm1' ModuleVersion = '1.0.0' GUID = 'dfba721b-0886-414b-9c0c-a8b50790f16f' Author = 'Drew Ward' CompanyName = 'Drew Ward' Copyright = '(c) Drew Ward. All rights reserved.' Description = 'Practical utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphComplianceStatus', 'Initialize-MicrosoftGraphCompliance') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |