Add-CertificateToTrustedStore.ps1
<#PSScriptInfo .VERSION 1.0 .GUID 15eada01-a5b3-44c6-bfa7-ed4f466330bb .AUTHOR Jannik Reinhard .COMPANYNAME .COPYRIGHT .TAGS .LICENSEURI .PROJECTURI https://github.com/JayRHa/Intune-Scripts/tree/main/Add-CertificateToTrustedStore .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS .EXTERNALSCRIPTDEPENDENCIES .RELEASENOTES .PRIVATEDATA #> <# .DESCRIPTION Create intune configuration profile to import certificate to the trusted publisher certificate store #> Param() |