Microsoft.Graph.Mal.psd1
|
@{ RootModule = 'Microsoft.Graph.Mal.psm1' ModuleVersion = '1.0.0' GUID = '98976df2-42cb-446b-a9ba-47ae3e959655' Author = 'Riley Carter' CompanyName = 'Riley Carter' Copyright = '(c) Riley Carter. All rights reserved.' Description = 'Quick system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphMalStatus', 'Initialize-MicrosoftGraphMal') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |