<?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 Re: Using Intune for Installations in Technology Administrator Forum</title>
    <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249899#M3402</link>
    <description>&lt;P&gt;The above two lines are my whole powershell script recopying them below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;/P&gt;&lt;P&gt;cmd.exe /c ""C:\Autodesk\Revit2024\Setup.exe" -q"&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2025 15:41:00 GMT</pubDate>
    <dc:creator>omushahwar</dc:creator>
    <dc:date>2025-01-08T15:41:00Z</dc:date>
    <item>
      <title>Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12732035#M3390</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have been running all of our software installs through intune and figured I would post incase anyone was looking to do so and may have any questions on it. I know I know its officially supported but it works great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For us we have found it works best to get the web downloads and unzip the folders and basically create a package the size of the unzip install. We then use power shell to move/copy the folder into the C:\Autodesk Location and run the install, here is an example of Desktop Connector:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Powershell:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;taskkill /im DesktopConnector.Applications.Tray.exe /f&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;cmd.exe /c ""C:\Autodesk\Autodesk_Desktop_Connector_16_7_1_2164_Win_64bit\Setup.exe" -i install --silent"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;In intune your installation line will look like:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;powershell.exe -ExecutionPolicy Bypass -File .\DesktopConnector16712164install.ps1&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Depending on the app, update, or add-in you are installing, the detection method that works best seems to be the registry key under uninstall keys.&lt;/SPAN&gt; &lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;You can also usually find your uninstall command in this location to set in Intune. If you're installing the latest Desktop Connector, you'll need the specific key below:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{481EB775-4538-4EF3-9044-11E6CA88092E}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;We have put out Full installs, all patches, and updates through this the key is understanding the quiet variable for each install type. Using the Company Portal App on Desktops lets users run installs as they need it and does not require an admins intervention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 204909.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1354421i2C8A369DF0CA0F1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 204909.png" alt="Screenshot 2024-04-24 204909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 204637.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1354420iD79959728CD4F10B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 204637.png" alt="Screenshot 2024-04-24 204637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 00:50:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12732035#M3390</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2024-04-25T00:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12807541#M3391</link>
      <description>&lt;P&gt;How do you handle licensing?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 13:48:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12807541#M3391</guid>
      <dc:creator>mcreisinger2</dc:creator>
      <dc:date>2024-05-30T13:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12808022#M3392</link>
      <description>&lt;P&gt;Our users are all on user licensing so they just need to sign in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 16:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12808022#M3392</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2024-05-30T16:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12982758#M3393</link>
      <description>&lt;P&gt;Can you give a more step by step process for getting revit and updates working through intune.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 01:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/12982758#M3393</guid>
      <dc:creator>ktaliaferro_wolf</dc:creator>
      <dc:date>2024-08-27T01:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13144960#M3394</link>
      <description>&lt;P&gt;How long does it take for Revit to copy, install? It's a huge installer file. Do you create intune package out of the unzip installer folder?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 04:52:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13144960#M3394</guid>
      <dc:creator>celerinovalenciajr</dc:creator>
      <dc:date>2024-11-12T04:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13145750#M3395</link>
      <description>&lt;P&gt;Answer to this varies as it depends on a few items:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The users internet connection speed (download)&lt;/P&gt;&lt;P&gt;2. How you set it to install (if its a required install vs download) a required will download in the back ground and install as it can&lt;/P&gt;&lt;P&gt;3. All Revit versions being closed (New versions wont install if any revit is open)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of our revit packages are in the 10-13GB range we find it can take roughly an 45min to an 1 hour to download and install (download speeds from azure are extremely fast so it depends on users end), we have mentioned to users who are adding a non-required to do it at end of the day or when they go to lunch after they close revit (all apps are available in company portal for them to install as they need)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Smaller apps like say Autocad or Civil3d (3gb package) could take maybe 15 -20 minutes total.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes packages are made from the unzipped install folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 12:47:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13145750#M3395</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2024-11-12T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13145779#M3396</link>
      <description>&lt;P&gt;Hey Sorry I just saw this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What specifically are you looking for?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updates are fairly easy as you dont need to upack them. So we package them with a simply powershell install script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;BR /&gt;cmd.exe /c "C:\Autodesk\Revit_2024_2_1.exe -q"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works from pretty much all revit updates, we move the file to the C:\Autodesk Folder and run it from there.&amp;nbsp;&lt;BR /&gt;This is a simpified version as this one will run even with revit open which can kick your user off licensing and cause an issue until they restart it. We have a few detection scripts we have added to do a check for revit.exe running and then wait/pause for 60 minutes etc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So in the intune\input folder we have an autodesk folder we put the exe in and then this is the target install powershell.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very simplar for revit itself we put the unpackaged install folder in the same with a powershell script like below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;/P&gt;&lt;P&gt;cmd.exe /c ""C:\Autodesk\Revit2024\Setup.exe" -q"&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 12:58:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13145779#M3396</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2024-11-12T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249603#M3397</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had a question for you regarding Revit 2024 deployment. When I'm using the the Intune Prep tool - should I specify the setup.exe as the source file, or the powershell script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using the setup.exe and although I get a .intunewin file from it, when I try to add this app in Intune, it just doesn't seem to allow me to proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 13:07:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249603#M3397</guid>
      <dc:creator>Nick_Petrovich</dc:creator>
      <dc:date>2025-01-08T13:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249612#M3398</link>
      <description>&lt;P&gt;You use the powershell script as the source file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 13:10:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249612#M3398</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249633#M3399</link>
      <description>&lt;P&gt;Your install command should look like this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-01-08 081712.png" style="width: 704px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1452411i37D18C9ED6956B6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-01-08 081712.png" alt="Screenshot 2025-01-08 081712.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 13:18:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249633#M3399</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T13:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249886#M3400</link>
      <description>&lt;P&gt;Thanks for getting back to me. Still doesn't want to upload the file package to intune.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you mind sharing your powershell script for Revit 2024 install?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:20:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249886#M3400</guid>
      <dc:creator>Nick_Petrovich</dc:creator>
      <dc:date>2025-01-08T15:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249894#M3401</link>
      <description>&lt;P&gt;How big is your file? If its over 8gb you need to ask microsoft to increase your package size to 30gb&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:24:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249894#M3401</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T15:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249899#M3402</link>
      <description>&lt;P&gt;The above two lines are my whole powershell script recopying them below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;/P&gt;&lt;P&gt;cmd.exe /c ""C:\Autodesk\Revit2024\Setup.exe" -q"&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:41:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13249899#M3402</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250053#M3403</link>
      <description>&lt;P&gt;I think it's over 8GB but I've been able to upload over 10GB in the past so I don't think that's the issue.&lt;BR /&gt;&lt;BR /&gt;It might have something to do with the file I'm using for Revit itself - this is what the folder/file looks like that I'm using.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nick_Petrovich_0-1736353150276.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1452478iC9E1C9AE89FCDA96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nick_Petrovich_0-1736353150276.png" alt="Nick_Petrovich_0-1736353150276.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see I have my Powershell script in there and I've got the intunewin file too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;/P&gt;&lt;P&gt;taskkill /im /f Revit.exe&lt;/P&gt;&lt;P&gt;cmd.exe /c ""C:\Autodesk\Revit2024\Setup.exe" -i install --silent"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 16:20:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250053#M3403</guid>
      <dc:creator>Nick_Petrovich</dc:creator>
      <dc:date>2025-01-08T16:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250090#M3404</link>
      <description>&lt;P&gt;Not sure I understand your setup I always find it easier to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make an intune folder on your C Drive&lt;/P&gt;&lt;P&gt;Inside it make an input and output folder. Similar to the picture below (I have mine as Input Autodesk as I have another input folder for other installs)&lt;/P&gt;&lt;P&gt;In the input folder make the Autodesk folder and copy your unzipped installation into&amp;nbsp;&lt;/P&gt;&lt;P&gt;The powershell script should sit outside of the Autodesk folder&lt;/P&gt;&lt;P&gt;Output folder will be where the intunewin file goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why its inside your install folder.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also the main apps generally use the -q for quiet install not the -i --silent&lt;/P&gt;&lt;P&gt;Switch that to what I am showing in your script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would also be hesitant on using the taskkill as you could kick out someone while they are working.&amp;nbsp;&lt;BR /&gt;For the App itself make sure you are running as system and not user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omushahwar_0-1736353799600.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1452491i325918B2E7957ABC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="omushahwar_0-1736353799600.png" alt="omushahwar_0-1736353799600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 16:30:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250090#M3404</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T16:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250091#M3405</link>
      <description>&lt;P&gt;Other thing is we dont customize the install we use the main web download and then customize later with other scripts it could be hanging on something you are adding too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 16:31:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250091#M3405</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T16:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250841#M3406</link>
      <description>&lt;P&gt;you do realise Microsoft already increased the package size limit in Intune to 30GB's?&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare" target="_blank"&gt;Prepare a Win32 app to be uploaded to Microsoft Intune | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Windows application size is capped at 30 GB per app.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 22:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250841#M3406</guid>
      <dc:creator>Jarrad_welshSPRUJ</dc:creator>
      <dc:date>2025-01-08T22:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Intune for Installations</title>
      <link>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250849#M3407</link>
      <description>&lt;P&gt;Yes they did back in Feb of 2024, however depending on your tenant some didnt have it applied correctly and had to request support adjust and fix it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So as a fall back to a reason why he couldnt up load a package file could be he is hitting the limit.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 23:04:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/technology-administrator-forum/using-intune-for-installations/m-p/13250849#M3407</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2025-01-08T23:04:15Z</dc:date>
    </item>
  </channel>
</rss>

