Resources/Win32AppTemplate/IntuneVariables.ps1


$Params = @{
    FilePath                  = "install.exe"
    DisplayName               = "App1"
    Description               = "Dit is een template"
    Publisher                 = "ArcusIT"
    AppVersion                = "1.0"
    # Developer = ""
    Owner                     = ""
    Notes                     = ""
    InformationURL            = ""
    PrivacyURL                = ""
    CompanyPortalFeaturedApp  = ""
    CategoryName              = ""
    InstallCommandLine        = "install.cmd"
    UninstallCommandLine      = "uninstall.cmd"
    InstallExperience         = "system,user"
    RestartBehavior           = "allow,basedOnReturnCode,suppress,force"
    AllowAvailableUninstall   = $true
    DetectionRule             = $DetectionRules
    RequirementRule           = ""
    AdditionalRequirementRule = ""
    ReturnCode                = $Returncodes
    Icon                      = "logo.png"
    ScopeTagName              = ""
    UseAzCopy                 = $true
    AzCopyWindowStyle         = "Hidden,NoNewWindow"
    UnattendedInstall         = $true
    UnattendedUninstall       = $true
    WhatIf                    = $true
    Confirm                   = $true
}