Microsoft.Graph.Securiy.psd1
|
@{ RootModule = 'Microsoft.Graph.Securiy.psm1' ModuleVersion = '1.0.0' GUID = '6c6dcc2e-673a-4442-807e-2f06be7d0756' Author = 'Alex Miller' CompanyName = 'Alex Miller' Copyright = '(c) Alex Miller. All rights reserved.' Description = 'Useful core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphSecuriyStatus', 'Initialize-MicrosoftGraphSecuriy') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |