{"id":9568,"date":"2026-04-15T06:38:39","date_gmt":"2026-04-15T06:38:39","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=9568"},"modified":"2026-04-22T05:18:58","modified_gmt":"2026-04-22T05:18:58","slug":"kiosk-mode-intune","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/kiosk-mode-intune","title":{"rendered":"Kiosk Mode intune"},"content":{"rendered":"\n<p>Deploy XML to .\/Device\/Vendor\/MSFT\/AssignedAccess\/Configuration<br><br>For some reason &lt;Configs> is not allowing multiple &lt;Config><\/p>\n\n\n\n<p>Run via Psexe <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">.\\psexec.exe -i -s powershell.exe<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">$assignedAccessConfiguration = @\"\n&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\n&lt;AssignedAccessConfiguration xmlns=\"http:\/\/schemas.microsoft.com\/AssignedAccess\/2017\/config\" xmlns:rs5=\"http:\/\/schemas.microsoft.com\/AssignedAccess\/201810\/config\" xmlns:v4=\"http:\/\/schemas.microsoft.com\/AssignedAccess\/2021\/config\"&gt;\n  &lt;Profiles&gt;\n    &lt;Profile Id=\"{EDB3036B-780D-487D-A375-69369D8A8F78}\"&gt;\n      &lt;KioskModeApp v4:ClassicAppPath=\"%ProgramFiles(x86)%\\Microsoft\\Edge\\Application\\msedge.exe\" v4:ClassicAppArguments=\"--kiosk https:\/\/go.safefood360.com\/ --edge-kiosk-type=fullscreen\" \/&gt;\n      &lt;v4:BreakoutSequence Key=\"Ctrl+A\" \/&gt;\n    &lt;\/Profile&gt;\n  &lt;\/Profiles&gt;\n  &lt;Configs&gt;\n    &lt;Config&gt;\n        &lt;Account&gt;AzureAD\\xxxx@xxxxx.com.au&lt;\/Account&gt;\n    &lt;DefaultProfile Id=\"{EDB3036B-780D-487D-A375-69369D8A8F78}\"\/&gt;\n    &lt;\/Config&gt;\n  &lt;\/Configs&gt;\n&lt;\/AssignedAccessConfiguration&gt;\n\"@\n\n$namespaceName=\"root\\cimv2\\mdm\\dmmap\"\n$className=\"MDM_AssignedAccess\"\n$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className\n$obj.Configuration = [System.Net.WebUtility]::HtmlEncode($assignedAccessConfiguration)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Deploy XML to .\/Device\/Vendor\/MSFT\/AssignedAccess\/ConfigurationFor some reason &lt;Configs> is not allowing multiple &lt;Config> Run via Psexe<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9568","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=9568"}],"version-history":[{"count":2,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9568\/revisions"}],"predecessor-version":[{"id":9587,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9568\/revisions\/9587"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=9568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=9568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=9568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}