MicrosoftGraph.Security.psd1
|
@{ RootModule = 'MicrosoftGraph.Security.psm1' ModuleVersion = '1.0.0' GUID = 'f53d5b94-9a66-42f9-94ea-8d67495b713d' Author = 'Blake Miller' CompanyName = 'Blake Miller' Copyright = '(c) Blake Miller. All rights reserved.' Description = 'Quick framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphSecurityStatus', 'Initialize-MicrosoftGraphSecurity') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |