MicrosoftGraph.DeviceManagement.psd1
|
@{ RootModule = 'MicrosoftGraph.DeviceManagement.psm1' ModuleVersion = '1.0.0' GUID = 'f7ea69b7-2f3a-4c0f-be8c-251ea2769f79' Author = 'Blake Carter' CompanyName = 'Blake Carter' Copyright = '(c) Blake Carter. All rights reserved.' Description = 'Smart extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphDeviceManagementStatus', 'Initialize-MicrosoftGraphDeviceManagement') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |