{"id":3511,"date":"2025-06-23T11:44:05","date_gmt":"2025-06-23T09:44:05","guid":{"rendered":"https:\/\/www.mariotti.de\/?p=3511"},"modified":"2025-06-23T11:44:05","modified_gmt":"2025-06-23T09:44:05","slug":"citrix-published-apps-icons-im-ico-format-exportieren","status":"publish","type":"post","link":"https:\/\/dev.mariotti.de\/?p=3511","title":{"rendered":"Citrix Published Apps Icons im .ico Format exportieren"},"content":{"rendered":"<p>Ein einfacher PowerShell Codeschnippsel der zeigt wie man Icons von Citrix Published Apps exportiert als .ico Dateien<\/p>\n<pre><code class=\"language-powershell\">foreach ($App in Get-BrokerApplication)\n{\n    $Icon = Get-BrokerIcon -Uid $App.IconUid\n    $bytes = [Convert]::FromBase64String($Icon.EncodedIconData)\n    [System.IO.File]::WriteAllBytes(\"C:\\Temp\\$($App.ApplicationName).ico\", $bytes)\n}\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ein einfacher PowerShell Codeschnippsel der zeigt wie man Icons von Citrix Published Apps exportiert als .ico Dateien<\/p>\n","protected":false},"author":2,"featured_media":2347,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35,37],"tags":[],"class_list":["post-3511","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-citrix","category-powershell"],"_links":{"self":[{"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=\/wp\/v2\/posts\/3511","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3511"}],"version-history":[{"count":0,"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=\/wp\/v2\/posts\/3511\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=\/wp\/v2\/media\/2347"}],"wp:attachment":[{"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.mariotti.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}