<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Spotify into Intune in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-into-Intune/m-p/5982962#M13324</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Free/Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;United States&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;XPS Laptops, Mac devices&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 10/11, MacOs (no specific version)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hello. I am the Systems Administrator and we use the Microsoft Company Portal to control what applications our employees are allowed to download. I have some Spotify users that want to use the desktop application to listen to Spotify using their personal accounts. While Spotify is in the Microsoft Store as a downloadable program, it does not populate in Intune which means that it cannot be downloadable by the employees at my company. In order for it to be in the Company Portal, I have to package Spotify into a .intunewin but when I try to download it from the Company Portal, it just fails. I have looked all over for documentation pertaining to this but have been unsuccessful. Any information would be much appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 19:46:21 GMT</pubDate>
    <dc:creator>brandon_gelhaye</dc:creator>
    <dc:date>2024-04-02T19:46:21Z</dc:date>
    <item>
      <title>Spotify into Intune</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-into-Intune/m-p/5982962#M13324</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Free/Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;United States&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;XPS Laptops, Mac devices&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 10/11, MacOs (no specific version)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hello. I am the Systems Administrator and we use the Microsoft Company Portal to control what applications our employees are allowed to download. I have some Spotify users that want to use the desktop application to listen to Spotify using their personal accounts. While Spotify is in the Microsoft Store as a downloadable program, it does not populate in Intune which means that it cannot be downloadable by the employees at my company. In order for it to be in the Company Portal, I have to package Spotify into a .intunewin but when I try to download it from the Company Portal, it just fails. I have looked all over for documentation pertaining to this but have been unsuccessful. Any information would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 19:46:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-into-Intune/m-p/5982962#M13324</guid>
      <dc:creator>brandon_gelhaye</dc:creator>
      <dc:date>2024-04-02T19:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify into Intune</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-into-Intune/m-p/6245674#M14665</link>
      <description>&lt;P&gt;You can use Winget to deliver the app via company portal.&lt;/P&gt;&lt;P&gt;Here is an example&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$WinGetResolve&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;Resolve-Path&lt;/SPAN&gt; &lt;SPAN&gt;"C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_*_x64__8wekyb3d8bbwe\winget.exe"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$WinGetPathExe&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;$WinGetResolve&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;SPAN&gt;].Path&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$WinGetPath&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;Split-Path&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Path &lt;/SPAN&gt;&lt;SPAN&gt;$WinGetPathExe&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Parent&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;string&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;$wingetPath&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;Join-Path&lt;/SPAN&gt; &lt;SPAN&gt;$WinGetPath&lt;/SPAN&gt; &lt;SPAN&gt;"winget.exe"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Execute&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Process &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Path &lt;/SPAN&gt;&lt;SPAN&gt;$wingetPath&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Parameters &lt;/SPAN&gt;&lt;SPAN&gt;"install -e --id Spotify.Spotify --scope=machine --accept-package-agreements --accept-source-agreements --silent"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;You can find a list of apps to install via winget at wingetrun&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://winget.run/pkg/Spotify/Spotify" target="_blank"&gt;Download and install Spotify with winget&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Runs in system context for the device.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 16:08:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-into-Intune/m-p/6245674#M14665</guid>
      <dc:creator>Ath3na76</dc:creator>
      <dc:date>2024-08-06T16:08:56Z</dc:date>
    </item>
  </channel>
</rss>

