Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 4160899

Browse files
committed
Add M365 Apps SAEC
1 parent f6eed5d commit 4160899

File tree

6 files changed

+979
-0
lines changed

6 files changed

+979
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!-- <></> -->
2+
<CONFIG>
3+
<!-- Apart from username, leave Azure_Settings unchanged -->
4+
<!-- Completely remove the <Username> element and script will prompt -->
5+
<Azure_Settings>
6+
<Username>IntuneUser@YourTenantName.com</Username>
7+
<baseUrl>https://graph.microsoft.com/beta/deviceAppManagement/</baseUrl>
8+
<logRequestUris>$true</logRequestUris>
9+
<logHeaders>$false</logHeaders>
10+
<logContent>$true</logContent>
11+
<azureStorageUploadChunkSizeInMb>6l</azureStorageUploadChunkSizeInMb>
12+
<sleep>20</sleep>
13+
</Azure_Settings>
14+
<IntuneWin_Settings>
15+
<!-- Edit the AppType element - supported options are MSI, EXE or PS1 -->
16+
<AppType>PS1</AppType>
17+
<!-- Edit the installCmdLine element when using the EXE or MSI AppType -->
18+
<installCmdLine></installCmdLine>
19+
<!-- Edit the uninstallCmdLine element when using the EXE or MSI AppType -->
20+
<uninstallCmdLine></uninstallCmdLine>
21+
<!-- Edit the RuleType element - supported options are TAGFILE , FILE or REGTAG -->
22+
<!-- Ignored if AppType is MSI-->
23+
<RuleType>TAGFILE</RuleType>
24+
<!-- Edit the FilePath element when using the FILE RuleType -->
25+
<FilePath></FilePath>
26+
<!-- !!! Do NOT Edit the ReturnCodeType element !!! -->
27+
<ReturnCodeType>DEFAULT</ReturnCodeType>
28+
<!-- Edit the InstallExperience element - supported options are System or User -->
29+
<InstallExperience>System</InstallExperience>
30+
<!-- Edit the PackageName element to match the name of the .PS1 script that the IntuneWinAppUtil should reference -->
31+
<!-- For MSI or EXE AppType - this must be the name of the MSI or executable file in the ..\Source folder - without the .exe in the name -->
32+
<PackageName>M365Apps-SAEC-DE</PackageName>
33+
<!-- Edit the displayName element that will be shown for the imported package in the Intune console -->
34+
<displayName>Microsoft365Apps SAEC DE</displayName>
35+
<!-- Edit the Description element that will be shown for the imported package in the Intune console -->
36+
<Description>Microsoft365Apps4Enterprise - Semianual Enterprise Channel x64 Deutsch
37+
Ohne Visio, Project, Access, Groove und Skype4Business
38+
Download und Update über CDN</Description>
39+
<!-- Edit the Publisher name if required -->
40+
<Publisher>Microsoft</Publisher>
41+
<!-- Edit the Category element that will be shown for the imported package in the Intune console -->
42+
<Category>Business</Category>
43+
<!-- Edit the LogoFile element to provide a logo shown in Company Portal -->
44+
<LogoFile>IFHLogo.png</LogoFile>
45+
<!-- Edit the AADGroupName element used for the required/available/uninstall group creation -->
46+
<AADGroupName>AAD-RG-SW-M365Apps-SAEC-DE</AADGroupName>
47+
</IntuneWin_Settings>
48+
</CONFIG>
22.2 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Configuration>
2+
<Remove OfficeClientEdition="64">
3+
<Product ID="O365ProPlusRetail">
4+
<Language ID="en-us"/>
5+
</Product>
6+
</Remove>
7+
<Display Level="None" AcceptEULA="TRUE"/>
8+
</Configuration>

0 commit comments

Comments
 (0)