3.10.0.10
Added support for BIOS Confiuration policies
This commit is contained in:
@@ -632,6 +632,15 @@ function Invoke-InitializeModule
|
||||
GroupId = "DeviceConfiguration"
|
||||
})
|
||||
|
||||
Add-ViewItem (New-Object PSObject -Property @{
|
||||
Title = "BIOS Configurations"
|
||||
Id = "hardwareConfigurations"
|
||||
ViewID = "IntuneGraphAPI"
|
||||
API = "/deviceManagement/hardwareConfigurations"
|
||||
Permissons=@("DeviceManagementConfiguration.ReadWrite.All")
|
||||
Icon="DeviceConfiguration"
|
||||
GroupId = "DeviceConfiguration"
|
||||
})
|
||||
|
||||
Add-ViewItem (New-Object PSObject -Property @{
|
||||
Title = "Role Definitions"
|
||||
|
||||
Reference in New Issue
Block a user