Skip to content

Simple Powershell Installer Framework for Microsoft Endpoint Manager

Notifications You must be signed in to change notification settings

wjpvandenheuvel/MEM_PS_Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MEM_PS_Installer

Simple Intune Software Package Framework

<# .SYNOPSIS This script performs the installation or uninstallation of [PACKAGENAME]

.DESCRIPTION This script is a framework and standardisation for installing apps focussed on Intune. It performs an install or uninstall depending on the "type" parameter

.INPUTS -Type The type of deployment to perform. Options: [Install, Uninstall]. Default is: Install.

.OUTPUTS Transcript logfile: c:\programdata$BrandName\Log$logfile Registry Enry: HKLM\SOFTWARE$BrandName\Packages\

.EXAMPLE powershell.exe -executionpolicy bypass -noprofile -noninteractive -file ".\IntuneSetup.ps1 -Type "Install"" powershell.exe -executionpolicy bypass -noprofile -noninteractive -file ".\IntuneSetup.ps1 -Type "Uninstall"

.NOTES Version: 1.7 Author: Marcus Jaken ~ Microsoft Cloud Consultant @ Advantive B.V Creation Date: 2021-05-19

#>

About

Simple Powershell Installer Framework for Microsoft Endpoint Manager

Resources

Stars

Watchers

Forks

Packages

No packages published