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 >
0 commit comments