Microsoft.Graph.Secuirty.psd1
|
@{ RootModule = 'Microsoft.Graph.Secuirty.psm1' ModuleVersion = '1.0.0' GUID = 'd49ee200-a1a3-4bf1-927a-31d378fb6a75' Author = 'Blake Sullivan' CompanyName = 'Blake Sullivan' Copyright = '(c) Blake Sullivan. All rights reserved.' Description = 'Robust system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphSecuirtyStatus', 'Initialize-MicrosoftGraphSecuirty') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |