├── ActiveUserSetup
├── ActiveUserSetupModule
│ ├── ActiveUserSetupModule.psd1
│ ├── ActiveUserSetupModule.psm1
│ └── ActiveUserSetupModule_Manifest.ps1
├── ActiveUserSetupSolution
│ ├── ActiveUserSetup.ps1
│ ├── Demo_Keys.reg
│ ├── License
│ ├── ToastIco.ico
│ └── baseVISION_ActiveUserSetup_1.1.2.msi
├── ConfigMgrConfigurationItem
│ └── Active Setup Compatibility.cab
├── ConfigMgrInventoryExtension
│ ├── CM07Config.mof
│ ├── CM07smsdef.mof
│ ├── CM12Config.mof
│ ├── CM12Import.mof
│ └── SMSDEF.mof
├── ConfigMgrScript
│ └── DetectUncompliantActiveSetupClients-Script.ps1
├── LICENSE
└── README.md
├── AppLogos
├── Barco_ClickShare.jpg
├── Citrix.Workspace.png
├── Firefox.jpg
├── GitHub-Logo.png
├── Microsoft.3DViewer.png
├── Microsoft.Camera.png
├── Microsoft.Groove.png
├── Microsoft.Intune.png
├── Microsoft.Maps.png
├── Microsoft.MoviesAndTV.png
├── Microsoft.OneNote.png
├── Microsoft.Photos.png
├── Microsoft.PowerBI.png
├── Microsoft.SnipAndSketch.png
├── Microsoft.Todo.png
├── RuckZuck.Adobe Acrobat Reader DC MUI.png
├── RuckZuck.Foxit Reader.png
├── RuckZuck.Google Chrome.png
├── RuckZuck.Java 8 Update 131.png
├── RuckZuck.Microsoft Azure Information Protection.png
├── RuckZuck.TeamViewer 12.png
├── RuckZuck.iTunes.png
├── Syntaro.2Pint_StifleR.png
├── Syntaro.Adobe_AcrobatReaderDC.png
├── Syntaro.Adobe_CreativeCloud.png
├── Syntaro.Barco_ClickShareLauncher.png
├── Syntaro.Cisco_AnyConnectSecureMobilityClient.png
├── Syntaro.Colligo_Engage.png
├── Syntaro.Costdata_Calculation.NET.png
├── Syntaro.Elpro_LiberoConfig.png
├── Syntaro.Foxit_PhantomPDFBusiness.png
├── Syntaro.Google_Chrome.png
├── Syntaro.IBM_LotusNotesBasicDE.png
├── Syntaro.IFS_IFSClient.jpg
├── Syntaro.IgorPawlow_7Zip.png
├── Syntaro.Logobjects_FSM-MOT.png
├── Syntaro.Microsoft_LAPS.png
├── Syntaro.Microsoft_Office365-Access.png
├── Syntaro.Microsoft_Office365.png
├── Syntaro.Microsoft_Teams.png
├── Syntaro.OfficeTimeline_OfficeTimeline.PNG
├── Syntaro.OneOffixx_Suite.png
├── Syntaro.Prevero_PreveroClient.msi.png
├── Syntaro.QlikTech_QlikView.png
├── Syntaro.SAP_GUI.png
├── Syntaro.TeamViewer_QuickSupport.png
├── Syntaro.TechSmith_SnagIt.jpg
├── Syntaro.VMware_Horizon.png
└── keepass_512x512.png
├── AzureADGroupBasedRoles
├── Configure.ps1
└── RunbookScript.ps1
├── AzureADGuestCleanup
└── LogicApp-AAD-GuestReview-CustomAccessReview.json
├── ConfigMgr
├── Get-BoundaryReport.ps1
├── NamingConvention
│ ├── ConfigMgr-BP-CollectionNamingConvention_EN_004.pdf
│ ├── ConfigMgr-BP-FileAndFolderNamingConvention-Combined_EN_004.pdf
│ ├── ConfigMgr-BP-ObjectNamingConvention_EN_001.pdf
│ └── CreateBestPracticeSCCMCollectionStructure.ps1
├── PatchDayCalculator
│ ├── ConfigMgr-Patching-AutomaticWorkflow_Calculator_EN_004_WithLock.xlsx
│ └── Readme.md
├── PilotGroup
│ ├── Invoke-PilotDeviceSelection.ps1
│ ├── PilotDevices.sql
│ └── PilotDevicesNoVars.sql
├── Set-LanguageSettings.ps1
├── baseVISION-MiniWebService.1.0.0.13.msi
└── baseVISION-MiniWebService.msi
├── ConfigMgrConfigurationItems
├── CI - Rename Computer.cab
├── CI_DsRegCmdHybridJoin.cab
├── CI_DsRegCmdHybridJoin_Discovery.ps1
├── CI_DsRegCmdKeyStorageProvider.cab
├── CI_DsRegCmdKeyStorageProvider_Discovery.ps1
├── CI_DsRegCmdTpmProtected.cab
├── CI_DsRegCmdTpmProtected_Discovery.ps1
├── CI_DsRegCmdWindowsHello.cab
└── CI_DsRegCmdWindowsHello_Discovery.ps1
├── ConfigMgrOSD
├── OSDEnableOSDMessage.ps1
└── OSIEnableOSDFailedMessage.ps1
├── GPO2MSI
├── ExportedGPO
│ ├── ADMXToInclude
│ │ ├── OneDrive.admx
│ │ ├── access16.admx
│ │ ├── chrome.admx
│ │ ├── en-US
│ │ │ ├── OneDrive.adml
│ │ │ ├── access16.adml
│ │ │ ├── chrome.adml
│ │ │ ├── excel16.adml
│ │ │ ├── google.adml
│ │ │ ├── lync16.adml
│ │ │ ├── office16.adml
│ │ │ ├── onent16.adml
│ │ │ ├── outlk16.adml
│ │ │ ├── ppt16.adml
│ │ │ ├── proj16.adml
│ │ │ ├── pub16.adml
│ │ │ ├── visio16.adml
│ │ │ └── word16.adml
│ │ ├── excel16.admx
│ │ ├── google.admx
│ │ ├── lync16.admx
│ │ ├── office16.admx
│ │ ├── onent16.admx
│ │ ├── outlk16.admx
│ │ ├── ppt16.admx
│ │ ├── proj16.admx
│ │ ├── pub16.admx
│ │ ├── visio16.admx
│ │ └── word16.admx
│ ├── BuildMsiWithExportedGPO.ps1
│ ├── eula.rtf
│ ├── lgpo
│ │ ├── LGPO.exe
│ │ └── LGPO.pdf
│ ├── wix-binaries
│ │ ├── LuxTasks.dll
│ │ ├── Microsoft.Deployment.Compression.Cab.dll
│ │ ├── Microsoft.Deployment.Compression.dll
│ │ ├── Microsoft.Deployment.Resources.dll
│ │ ├── Microsoft.Deployment.WindowsInstaller.Package.dll
│ │ ├── Microsoft.Deployment.WindowsInstaller.dll
│ │ ├── ThmViewer.exe
│ │ ├── WixBalExtension.dll
│ │ ├── WixComPlusExtension.dll
│ │ ├── WixCop.exe
│ │ ├── WixDependencyExtension.dll
│ │ ├── WixDifxAppExtension.dll
│ │ ├── WixDirectXExtension.dll
│ │ ├── WixFirewallExtension.dll
│ │ ├── WixGamingExtension.dll
│ │ ├── WixHttpExtension.dll
│ │ ├── WixIIsExtension.dll
│ │ ├── WixLuxExtension.dll
│ │ ├── WixMsmqExtension.dll
│ │ ├── WixNetFxExtension.dll
│ │ ├── WixPSExtension.dll
│ │ ├── WixSqlExtension.dll
│ │ ├── WixTagExtension.dll
│ │ ├── WixTasks.dll
│ │ ├── WixUIExtension.dll
│ │ ├── WixUtilExtension.dll
│ │ ├── WixVSExtension.MSBuild12.dll
│ │ ├── WixVSExtension.MSBuild14.dll
│ │ ├── WixVSExtension.dll
│ │ ├── candle.exe
│ │ ├── candle.exe.config
│ │ ├── darice.cub
│ │ ├── dark.exe
│ │ ├── dark.exe.config
│ │ ├── difxapp_x64.wixlib
│ │ ├── difxapp_x86.wixlib
│ │ ├── doc
│ │ │ ├── DTF.chm
│ │ │ ├── DTFAPI.chm
│ │ │ ├── Dependency.xsd
│ │ │ ├── WiX.chm
│ │ │ ├── bal.xsd
│ │ │ ├── complus.xsd
│ │ │ ├── difxapp.xsd
│ │ │ ├── firewall.xsd
│ │ │ ├── gaming.xsd
│ │ │ ├── http.xsd
│ │ │ ├── iis.xsd
│ │ │ ├── lux.xsd
│ │ │ ├── msmq.xsd
│ │ │ ├── netfx.xsd
│ │ │ ├── ps.xsd
│ │ │ ├── sql.xsd
│ │ │ ├── tag.xsd
│ │ │ ├── thmutil.xsd
│ │ │ ├── util.xsd
│ │ │ ├── vs.xsd
│ │ │ ├── wix.xsd
│ │ │ └── wixloc.xsd
│ │ ├── heat.exe
│ │ ├── heat.exe.config
│ │ ├── insignia.exe
│ │ ├── insignia.exe.config
│ │ ├── light.exe
│ │ ├── light.exe.config
│ │ ├── lit.exe
│ │ ├── lit.exe.config
│ │ ├── lux.exe
│ │ ├── lux.exe.config
│ │ ├── lux.targets
│ │ ├── melt.exe
│ │ ├── melt.exe.config
│ │ ├── mergemod.cub
│ │ ├── mergemod.dll
│ │ ├── mspatchc.dll
│ │ ├── nit.exe
│ │ ├── nit.exe.config
│ │ ├── pyro.exe
│ │ ├── pyro.exe.config
│ │ ├── retina.exe
│ │ ├── retina.exe.config
│ │ ├── sdk
│ │ │ ├── BootstrapperCore.config
│ │ │ ├── BootstrapperCore.dll
│ │ │ ├── BootstrapperCore.xml
│ │ │ ├── DocCompiler.exe
│ │ │ ├── MakeSfxCA.exe
│ │ │ ├── MakeSfxCA.exe.config
│ │ │ ├── Microsoft.Deployment.Compression.Cab.dll
│ │ │ ├── Microsoft.Deployment.Compression.Cab.xml
│ │ │ ├── Microsoft.Deployment.Compression.Zip.dll
│ │ │ ├── Microsoft.Deployment.Compression.Zip.xml
│ │ │ ├── Microsoft.Deployment.Compression.dll
│ │ │ ├── Microsoft.Deployment.Compression.xml
│ │ │ ├── Microsoft.Deployment.Resources.dll
│ │ │ ├── Microsoft.Deployment.Resources.xml
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Linq.dll
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Linq.xml
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.dll
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.xml
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.dll
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.xml
│ │ │ ├── MsgGen.exe
│ │ │ ├── XsdGen.exe
│ │ │ ├── XsdStitch.exe
│ │ │ ├── inc
│ │ │ │ ├── BalBaseBootstrapperApplication.h
│ │ │ │ ├── IBootstrapperApplication.h
│ │ │ │ ├── IBootstrapperBAFunction.h
│ │ │ │ ├── IBootstrapperEngine.h
│ │ │ │ ├── aclutil.h
│ │ │ │ ├── apputil.h
│ │ │ │ ├── apuputil.h
│ │ │ │ ├── atomutil.h
│ │ │ │ ├── balcondition.h
│ │ │ │ ├── balinfo.h
│ │ │ │ ├── balretry.h
│ │ │ │ ├── balutil.h
│ │ │ │ ├── buffutil.h
│ │ │ │ ├── butil.h
│ │ │ │ ├── cabcutil.h
│ │ │ │ ├── cabutil.h
│ │ │ │ ├── certutil.h
│ │ │ │ ├── conutil.h
│ │ │ │ ├── cryputil.h
│ │ │ │ ├── custommsierrors.h
│ │ │ │ ├── deputil.h
│ │ │ │ ├── dictutil.h
│ │ │ │ ├── dirutil.h
│ │ │ │ ├── dlutil.h
│ │ │ │ ├── dutil.h
│ │ │ │ ├── eseutil.h
│ │ │ │ ├── fileutil.h
│ │ │ │ ├── gdiputil.h
│ │ │ │ ├── iis7util.h
│ │ │ │ ├── inetutil.h
│ │ │ │ ├── iniutil.h
│ │ │ │ ├── jsonutil.h
│ │ │ │ ├── locutil.h
│ │ │ │ ├── logutil.h
│ │ │ │ ├── memutil.h
│ │ │ │ ├── metautil.h
│ │ │ │ ├── osutil.h
│ │ │ │ ├── pathutil.h
│ │ │ │ ├── perfutil.h
│ │ │ │ ├── polcutil.h
│ │ │ │ ├── procutil.h
│ │ │ │ ├── regutil.h
│ │ │ │ ├── resrutil.h
│ │ │ │ ├── reswutil.h
│ │ │ │ ├── rexutil.h
│ │ │ │ ├── rmutil.h
│ │ │ │ ├── rssutil.h
│ │ │ │ ├── sceutil.h
│ │ │ │ ├── shelutil.h
│ │ │ │ ├── sqlutil.h
│ │ │ │ ├── srputil.h
│ │ │ │ ├── strutil.h
│ │ │ │ ├── svcutil.h
│ │ │ │ ├── thmutil.h
│ │ │ │ ├── timeutil.h
│ │ │ │ ├── uriutil.h
│ │ │ │ ├── userutil.h
│ │ │ │ ├── wcalog.h
│ │ │ │ ├── wcautil.h
│ │ │ │ ├── wcawow64.h
│ │ │ │ ├── wcawrapquery.h
│ │ │ │ ├── wiutil.h
│ │ │ │ ├── wuautil.h
│ │ │ │ └── xmlutil.h
│ │ │ ├── vs2010
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── vs2012
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── vs2013
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── vs2015
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── wix.ca.targets
│ │ │ ├── x64
│ │ │ │ └── sfxca.dll
│ │ │ └── x86
│ │ │ │ └── sfxca.dll
│ │ ├── shine.exe
│ │ ├── shine.exe.config
│ │ ├── smoke.exe
│ │ ├── smoke.exe.config
│ │ ├── torch.exe
│ │ ├── torch.exe.config
│ │ ├── wconsole.dll
│ │ ├── winterop.dll
│ │ ├── wix.dll
│ │ ├── wix.targets
│ │ ├── wix200x.targets
│ │ ├── wix2010.targets
│ │ └── x86
│ │ │ └── burn.exe
│ └── wix-config
│ │ ├── main.x64.withADMX.wxs
│ │ ├── main.x64.wxs
│ │ ├── main.x86.withADMX.wxs
│ │ └── main.x86.wxs
├── LICENSE
├── LocalGPO
│ ├── ADMXToInclude
│ │ ├── OneDrive.admx
│ │ ├── access16.admx
│ │ ├── chrome.admx
│ │ ├── en-US
│ │ │ ├── OneDrive.adml
│ │ │ ├── access16.adml
│ │ │ ├── chrome.adml
│ │ │ ├── excel16.adml
│ │ │ ├── google.adml
│ │ │ ├── lync16.adml
│ │ │ ├── office16.adml
│ │ │ ├── onent16.adml
│ │ │ ├── outlk16.adml
│ │ │ ├── ppt16.adml
│ │ │ ├── proj16.adml
│ │ │ ├── pub16.adml
│ │ │ ├── visio16.adml
│ │ │ └── word16.adml
│ │ ├── excel16.admx
│ │ ├── google.admx
│ │ ├── lync16.admx
│ │ ├── office16.admx
│ │ ├── onent16.admx
│ │ ├── outlk16.admx
│ │ ├── ppt16.admx
│ │ ├── proj16.admx
│ │ ├── pub16.admx
│ │ ├── visio16.admx
│ │ └── word16.admx
│ ├── BuildMsiWithLocalGPO.ps1
│ ├── eula.rtf
│ ├── lgpo
│ │ ├── LGPO.exe
│ │ └── LGPO.pdf
│ ├── wix-binaries
│ │ ├── LuxTasks.dll
│ │ ├── Microsoft.Deployment.Compression.Cab.dll
│ │ ├── Microsoft.Deployment.Compression.dll
│ │ ├── Microsoft.Deployment.Resources.dll
│ │ ├── Microsoft.Deployment.WindowsInstaller.Package.dll
│ │ ├── Microsoft.Deployment.WindowsInstaller.dll
│ │ ├── ThmViewer.exe
│ │ ├── WixBalExtension.dll
│ │ ├── WixComPlusExtension.dll
│ │ ├── WixCop.exe
│ │ ├── WixDependencyExtension.dll
│ │ ├── WixDifxAppExtension.dll
│ │ ├── WixDirectXExtension.dll
│ │ ├── WixFirewallExtension.dll
│ │ ├── WixGamingExtension.dll
│ │ ├── WixHttpExtension.dll
│ │ ├── WixIIsExtension.dll
│ │ ├── WixLuxExtension.dll
│ │ ├── WixMsmqExtension.dll
│ │ ├── WixNetFxExtension.dll
│ │ ├── WixPSExtension.dll
│ │ ├── WixSqlExtension.dll
│ │ ├── WixTagExtension.dll
│ │ ├── WixTasks.dll
│ │ ├── WixUIExtension.dll
│ │ ├── WixUtilExtension.dll
│ │ ├── WixVSExtension.MSBuild12.dll
│ │ ├── WixVSExtension.MSBuild14.dll
│ │ ├── WixVSExtension.dll
│ │ ├── candle.exe
│ │ ├── candle.exe.config
│ │ ├── darice.cub
│ │ ├── dark.exe
│ │ ├── dark.exe.config
│ │ ├── difxapp_x64.wixlib
│ │ ├── difxapp_x86.wixlib
│ │ ├── doc
│ │ │ ├── DTF.chm
│ │ │ ├── DTFAPI.chm
│ │ │ ├── Dependency.xsd
│ │ │ ├── WiX.chm
│ │ │ ├── bal.xsd
│ │ │ ├── complus.xsd
│ │ │ ├── difxapp.xsd
│ │ │ ├── firewall.xsd
│ │ │ ├── gaming.xsd
│ │ │ ├── http.xsd
│ │ │ ├── iis.xsd
│ │ │ ├── lux.xsd
│ │ │ ├── msmq.xsd
│ │ │ ├── netfx.xsd
│ │ │ ├── ps.xsd
│ │ │ ├── sql.xsd
│ │ │ ├── tag.xsd
│ │ │ ├── thmutil.xsd
│ │ │ ├── util.xsd
│ │ │ ├── vs.xsd
│ │ │ ├── wix.xsd
│ │ │ └── wixloc.xsd
│ │ ├── heat.exe
│ │ ├── heat.exe.config
│ │ ├── insignia.exe
│ │ ├── insignia.exe.config
│ │ ├── light.exe
│ │ ├── light.exe.config
│ │ ├── lit.exe
│ │ ├── lit.exe.config
│ │ ├── lux.exe
│ │ ├── lux.exe.config
│ │ ├── lux.targets
│ │ ├── melt.exe
│ │ ├── melt.exe.config
│ │ ├── mergemod.cub
│ │ ├── mergemod.dll
│ │ ├── mspatchc.dll
│ │ ├── nit.exe
│ │ ├── nit.exe.config
│ │ ├── pyro.exe
│ │ ├── pyro.exe.config
│ │ ├── retina.exe
│ │ ├── retina.exe.config
│ │ ├── sdk
│ │ │ ├── BootstrapperCore.config
│ │ │ ├── BootstrapperCore.dll
│ │ │ ├── BootstrapperCore.xml
│ │ │ ├── DocCompiler.exe
│ │ │ ├── MakeSfxCA.exe
│ │ │ ├── MakeSfxCA.exe.config
│ │ │ ├── Microsoft.Deployment.Compression.Cab.dll
│ │ │ ├── Microsoft.Deployment.Compression.Cab.xml
│ │ │ ├── Microsoft.Deployment.Compression.Zip.dll
│ │ │ ├── Microsoft.Deployment.Compression.Zip.xml
│ │ │ ├── Microsoft.Deployment.Compression.dll
│ │ │ ├── Microsoft.Deployment.Compression.xml
│ │ │ ├── Microsoft.Deployment.Resources.dll
│ │ │ ├── Microsoft.Deployment.Resources.xml
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Linq.dll
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Linq.xml
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.dll
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.xml
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.dll
│ │ │ ├── Microsoft.Deployment.WindowsInstaller.xml
│ │ │ ├── MsgGen.exe
│ │ │ ├── XsdGen.exe
│ │ │ ├── XsdStitch.exe
│ │ │ ├── inc
│ │ │ │ ├── BalBaseBootstrapperApplication.h
│ │ │ │ ├── IBootstrapperApplication.h
│ │ │ │ ├── IBootstrapperBAFunction.h
│ │ │ │ ├── IBootstrapperEngine.h
│ │ │ │ ├── aclutil.h
│ │ │ │ ├── apputil.h
│ │ │ │ ├── apuputil.h
│ │ │ │ ├── atomutil.h
│ │ │ │ ├── balcondition.h
│ │ │ │ ├── balinfo.h
│ │ │ │ ├── balretry.h
│ │ │ │ ├── balutil.h
│ │ │ │ ├── buffutil.h
│ │ │ │ ├── butil.h
│ │ │ │ ├── cabcutil.h
│ │ │ │ ├── cabutil.h
│ │ │ │ ├── certutil.h
│ │ │ │ ├── conutil.h
│ │ │ │ ├── cryputil.h
│ │ │ │ ├── custommsierrors.h
│ │ │ │ ├── deputil.h
│ │ │ │ ├── dictutil.h
│ │ │ │ ├── dirutil.h
│ │ │ │ ├── dlutil.h
│ │ │ │ ├── dutil.h
│ │ │ │ ├── eseutil.h
│ │ │ │ ├── fileutil.h
│ │ │ │ ├── gdiputil.h
│ │ │ │ ├── iis7util.h
│ │ │ │ ├── inetutil.h
│ │ │ │ ├── iniutil.h
│ │ │ │ ├── jsonutil.h
│ │ │ │ ├── locutil.h
│ │ │ │ ├── logutil.h
│ │ │ │ ├── memutil.h
│ │ │ │ ├── metautil.h
│ │ │ │ ├── osutil.h
│ │ │ │ ├── pathutil.h
│ │ │ │ ├── perfutil.h
│ │ │ │ ├── polcutil.h
│ │ │ │ ├── procutil.h
│ │ │ │ ├── regutil.h
│ │ │ │ ├── resrutil.h
│ │ │ │ ├── reswutil.h
│ │ │ │ ├── rexutil.h
│ │ │ │ ├── rmutil.h
│ │ │ │ ├── rssutil.h
│ │ │ │ ├── sceutil.h
│ │ │ │ ├── shelutil.h
│ │ │ │ ├── sqlutil.h
│ │ │ │ ├── srputil.h
│ │ │ │ ├── strutil.h
│ │ │ │ ├── svcutil.h
│ │ │ │ ├── thmutil.h
│ │ │ │ ├── timeutil.h
│ │ │ │ ├── uriutil.h
│ │ │ │ ├── userutil.h
│ │ │ │ ├── wcalog.h
│ │ │ │ ├── wcautil.h
│ │ │ │ ├── wcawow64.h
│ │ │ │ ├── wcawrapquery.h
│ │ │ │ ├── wiutil.h
│ │ │ │ ├── wuautil.h
│ │ │ │ └── xmlutil.h
│ │ │ ├── vs2010
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── vs2012
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── vs2013
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── vs2015
│ │ │ │ └── lib
│ │ │ │ │ ├── x64
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ │ │ └── x86
│ │ │ │ │ ├── balutil.lib
│ │ │ │ │ ├── deputil.lib
│ │ │ │ │ ├── dutil.lib
│ │ │ │ │ └── wcautil.lib
│ │ │ ├── wix.ca.targets
│ │ │ ├── x64
│ │ │ │ └── sfxca.dll
│ │ │ └── x86
│ │ │ │ └── sfxca.dll
│ │ ├── shine.exe
│ │ ├── shine.exe.config
│ │ ├── smoke.exe
│ │ ├── smoke.exe.config
│ │ ├── torch.exe
│ │ ├── torch.exe.config
│ │ ├── wconsole.dll
│ │ ├── winterop.dll
│ │ ├── wix.dll
│ │ ├── wix.targets
│ │ ├── wix200x.targets
│ │ ├── wix2010.targets
│ │ └── x86
│ │ │ └── burn.exe
│ └── wix-config
│ │ ├── main.x64.withADMX.wxs
│ │ ├── main.x64.wxs
│ │ ├── main.x86.withADMX.wxs
│ │ └── main.x86.wxs
└── README.md
├── IntuneCleanup
└── Invoke-IntuneCleanup.ps1
├── IntuneConfiguration
├── Custom
│ ├── MDATP-Recomendaions-AdobeReader.json
│ ├── MDATP-Recomendations-GoogleChrome.json
│ └── W10-SecBaseline1909-AuditPolicy-001.json
├── EndpointProtection
│ └── Windows-MDM-EndpointProtection-001.json
├── Export.ps1
└── Import.ps1
├── IntunePilotGroup
└── Invoke-PilotDeviceSelection.ps1
├── IntuneScripts
├── Block-EdgeChromiumInstall.ps1
├── GPOPreferenceReplacement
│ ├── Generate-PrinterArrayFromGPO.ps1
│ ├── Windows-D-COPE-ScriptCopyFiles-x64.ps1
│ ├── Windows-D-COPE-ScriptMapDrives-x64.ps1
│ └── Windows-D-COPE-ScriptMapPrinters-x64.ps1
└── Unblock-EdgeChromiumInstall.ps1
├── LICENSE
├── MDT
└── Start_SyntaroInstaller_001.ps1
├── MonitorFailedLogons
└── MonitorFailedLogons.ps1
├── MonitorIntune
├── MSFlowSchema.json
├── Readme.md
├── Runbook.ps1
└── ScheduledTask.ps1
└── README.md
/ActiveUserSetup/ActiveUserSetupModule/ActiveUserSetupModule.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ActiveUserSetup/ActiveUserSetupModule/ActiveUserSetupModule.psd1
--------------------------------------------------------------------------------
/ActiveUserSetup/ActiveUserSetupModule/ActiveUserSetupModule_Manifest.ps1:
--------------------------------------------------------------------------------
1 | $manifest = @{
2 | Path = '.\ActiveUserSetupModule.psd1'
3 | RootModule = 'ActiveUserSetupModule.psm1'
4 | Author = 'Christof Rothen'
5 | Copyright = 'MIT License'
6 | CompanyName = ''
7 | ModuleVersion = '1.0.0.0'
8 | Guid = '65f6135c-02ba-41ad-9335-375515e5ee6d'
9 | CmdletsToExport = ''
10 | VariablesToExport = ''
11 | AliasesToExport = ''
12 | FunctionsToExport = @('New-ActiveUserSetupTask', 'Set-ActiveUserSetupTask', 'Test-ActiveUserSetupTask', 'Remove-ActiveUserSetupTask')
13 | }
14 |
15 | New-ModuleManifest @manifest
--------------------------------------------------------------------------------
/ActiveUserSetup/ActiveUserSetupSolution/Demo_Keys.reg:
--------------------------------------------------------------------------------
1 | Windows Registry Editor Version 5.00
2 |
3 | [HKEY_LOCAL_MACHINE\SOFTWARE\ActiveUserSetup]
4 |
5 | [HKEY_LOCAL_MACHINE\SOFTWARE\ActiveUserSetup\All_Commands]
6 | "Execute"="iexplore"
7 | "SuccessfulReturnCodes"="0;3010"
8 | "WaitOnFinish"=dword:00000001
9 | "OnlyWhenSuccessful"=dword:00000001
10 | "Name"="Test Task1"
11 | "Version"="a"
12 | "Argument"="www.basevision.ch"
13 | ; Following values are possible for WindowStyle: 0=Normal 1=Maximized 2=Minimized 3=Hidden
14 | "WindowStyle"=dword:00000001
15 | "NoToast"=dword:00000001
16 |
17 | [HKEY_LOCAL_MACHINE\SOFTWARE\ActiveUserSetup\Easy]
18 | "Execute"="calc"
19 | "WaitOnFinish"=dword:00000001
20 |
21 | [HKEY_LOCAL_MACHINE\SOFTWARE\ActiveUserSetup\MSI Repair]
22 | "Execute"="C:\\WINDOWS\\system32\\msiexec.exe"
23 | "Argument"="/fu {BA95F312-9799-4BAE-ABAF-974ED79DD979} /qb-!"
24 | "WaitOnFinish"=dword:00000001
25 | "OnlyWhenSuccessful"=dword:00000001
26 | "SuccessfulReturnCodes"="0;3010"
27 | "WindowStyle"=dword:00000000
28 | "NoToast"=dword:00000000
29 |
--------------------------------------------------------------------------------
/ActiveUserSetup/ActiveUserSetupSolution/License:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2023 baseVISION
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/ActiveUserSetup/ActiveUserSetupSolution/ToastIco.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ActiveUserSetup/ActiveUserSetupSolution/ToastIco.ico
--------------------------------------------------------------------------------
/ActiveUserSetup/ActiveUserSetupSolution/baseVISION_ActiveUserSetup_1.1.2.msi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ActiveUserSetup/ActiveUserSetupSolution/baseVISION_ActiveUserSetup_1.1.2.msi
--------------------------------------------------------------------------------
/ActiveUserSetup/ConfigMgrConfigurationItem/Active Setup Compatibility.cab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ActiveUserSetup/ConfigMgrConfigurationItem/Active Setup Compatibility.cab
--------------------------------------------------------------------------------
/ActiveUserSetup/ConfigMgrInventoryExtension/CM07Config.mof:
--------------------------------------------------------------------------------
1 | // RegKeyToMOF by Mark Cochrane (with help from Skissinger, SteveRac, Jonas Hettich, Kent Agerlund & Barker)
2 | // this section tells the inventory agent what to collect
3 | // 26.03.2018 18:09:38
4 |
5 | #pragma namespace ("\\\\.\\root\\cimv2")
6 | #pragma deleteclass("InstalledComponents", NOFAIL)
7 | [dynamic, provider("RegProv"), ClassContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components")]
8 | Class InstalledComponents
9 | {
10 | [key] string KeyName;
11 | [PropertyContext("TheDefault")] String TheDefault;
12 | [PropertyContext("ComponentID")] String ComponentID;
13 | [PropertyContext("DontAsk")] Uint32 DontAsk;
14 | [PropertyContext("Enabled")] Uint32 Enabled;
15 | [PropertyContext("IsInstalled")] Uint32 IsInstalled;
16 | [PropertyContext("Locale")] String Locale;
17 | [PropertyContext("LocalizedName")] String LocalizedName;
18 | [PropertyContext("StubPath")] String StubPath;
19 | [PropertyContext("Version")] String Version;
20 | };
21 |
22 | #pragma namespace ("\\\\.\\root\\cimv2")
23 | #pragma deleteclass("InstalledComponents_64", NOFAIL)
24 | [dynamic, provider("RegProv"), ClassContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components")]
25 | Class InstalledComponents_64
26 | {
27 | [key] string KeyName;
28 | [PropertyContext("TheDefault")] String TheDefault;
29 | [PropertyContext("ComponentID")] String ComponentID;
30 | [PropertyContext("DontAsk")] Uint32 DontAsk;
31 | [PropertyContext("Enabled")] Uint32 Enabled;
32 | [PropertyContext("IsInstalled")] Uint32 IsInstalled;
33 | [PropertyContext("Locale")] String Locale;
34 | [PropertyContext("LocalizedName")] String LocalizedName;
35 | [PropertyContext("StubPath")] String StubPath;
36 | [PropertyContext("Version")] String Version;
37 | };
--------------------------------------------------------------------------------
/ActiveUserSetup/ConfigMgrInventoryExtension/CM07smsdef.mof:
--------------------------------------------------------------------------------
1 | // RegKeyToMOF by Mark Cochrane (with help from Skissinger, SteveRac, Jonas Hettich, Kent Agerlund & Barker)
2 | // this section tells the inventory agent what to report to the server
3 | // 26.03.2018 18:09:38
4 |
5 | #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
6 | #pragma deleteclass("InstalledComponents", NOFAIL)
7 | [SMS_Report(TRUE),SMS_Group_Name("InstalledComponents"),SMS_Class_ID("baseVISION|InstalledComponents|1.0"),
8 | SMS_Context_1("__ProviderArchitecture=32|uint32"),
9 | SMS_Context_2("__RequiredArchitecture=true|boolean")]
10 | Class InstalledComponents: SMS_Class_Template
11 | {
12 | [SMS_Report(TRUE),key] string KeyName;
13 | [SMS_Report(TRUE)] String TheDefault;
14 | [SMS_Report(TRUE)] String ComponentID;
15 | [SMS_Report(TRUE)] Uint32 DontAsk;
16 | [SMS_Report(TRUE)] Uint32 Enabled;
17 | [SMS_Report(TRUE)] Uint32 IsInstalled;
18 | [SMS_Report(TRUE)] String Locale;
19 | [SMS_Report(TRUE)] String LocalizedName;
20 | [SMS_Report(TRUE)] String StubPath;
21 | [SMS_Report(TRUE)] String Version;
22 | };
23 |
24 | #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
25 | #pragma deleteclass("InstalledComponents_64", NOFAIL)
26 | [SMS_Report(TRUE),SMS_Group_Name("InstalledComponents"),SMS_Class_ID("baseVISION|InstalledComponents|1.0"),
27 | SMS_Context_1("__ProviderArchitecture=64|uint32"),
28 | SMS_Context_2("__RequiredArchitecture=true|boolean")]
29 | Class InstalledComponents_64 : SMS_Class_Template
30 | {
31 | [SMS_Report(TRUE),key] string KeyName;
32 | [SMS_Report(TRUE)] String TheDefault;
33 | [SMS_Report(TRUE)] String ComponentID;
34 | [SMS_Report(TRUE)] Uint32 DontAsk;
35 | [SMS_Report(TRUE)] Uint32 Enabled;
36 | [SMS_Report(TRUE)] Uint32 IsInstalled;
37 | [SMS_Report(TRUE)] String Locale;
38 | [SMS_Report(TRUE)] String LocalizedName;
39 | [SMS_Report(TRUE)] String StubPath;
40 | [SMS_Report(TRUE)] String Version;
41 | };
--------------------------------------------------------------------------------
/ActiveUserSetup/ConfigMgrInventoryExtension/CM12Config.mof:
--------------------------------------------------------------------------------
1 | // RegKeyToMOF by Mark Cochrane (with help from Skissinger, SteveRac, Jonas Hettich, Kent Agerlund & Barker)
2 | // this section tells the inventory agent what to collect
3 | // 26.03.2018 18:09:38
4 |
5 | #pragma namespace ("\\\\.\\root\\cimv2")
6 | #pragma deleteclass("InstalledComponents", NOFAIL)
7 | [dynamic, provider("RegProv"), ClassContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components")]
8 | Class InstalledComponents
9 | {
10 | [key] string KeyName;
11 | [PropertyContext("TheDefault")] String TheDefault;
12 | [PropertyContext("ComponentID")] String ComponentID;
13 | [PropertyContext("DontAsk")] Uint32 DontAsk;
14 | [PropertyContext("Enabled")] Uint32 Enabled;
15 | [PropertyContext("IsInstalled")] Uint32 IsInstalled;
16 | [PropertyContext("Locale")] String Locale;
17 | [PropertyContext("LocalizedName")] String LocalizedName;
18 | [PropertyContext("StubPath")] String StubPath;
19 | [PropertyContext("Version")] String Version;
20 | };
21 |
22 | #pragma namespace ("\\\\.\\root\\cimv2")
23 | #pragma deleteclass("InstalledComponents_64", NOFAIL)
24 | [dynamic, provider("RegProv"), ClassContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components")]
25 | Class InstalledComponents_64
26 | {
27 | [key] string KeyName;
28 | [PropertyContext("TheDefault")] String TheDefault;
29 | [PropertyContext("ComponentID")] String ComponentID;
30 | [PropertyContext("DontAsk")] Uint32 DontAsk;
31 | [PropertyContext("Enabled")] Uint32 Enabled;
32 | [PropertyContext("IsInstalled")] Uint32 IsInstalled;
33 | [PropertyContext("Locale")] String Locale;
34 | [PropertyContext("LocalizedName")] String LocalizedName;
35 | [PropertyContext("StubPath")] String StubPath;
36 | [PropertyContext("Version")] String Version;
37 | };
--------------------------------------------------------------------------------
/ActiveUserSetup/ConfigMgrInventoryExtension/CM12Import.mof:
--------------------------------------------------------------------------------
1 | // RegKeyToMOF by Mark Cochrane (with help from Skissinger, SteveRac, Jonas Hettich, Kent Agerlund & Barker)
2 | // this section tells the inventory agent what to report to the server
3 | // 26.03.2018 18:09:38
4 |
5 | #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
6 | #pragma deleteclass("InstalledComponents", NOFAIL)
7 | [SMS_Report(TRUE),SMS_Group_Name("InstalledComponents"),SMS_Class_ID("InstalledComponents"),
8 | SMS_Context_1("__ProviderArchitecture=32|uint32"),
9 | SMS_Context_2("__RequiredArchitecture=true|boolean")]
10 | Class InstalledComponents: SMS_Class_Template
11 | {
12 | [SMS_Report(TRUE),key] string KeyName;
13 | [SMS_Report(TRUE)] String TheDefault;
14 | [SMS_Report(TRUE)] String ComponentID;
15 | [SMS_Report(TRUE)] Uint32 DontAsk;
16 | [SMS_Report(TRUE)] Uint32 Enabled;
17 | [SMS_Report(TRUE)] Uint32 IsInstalled;
18 | [SMS_Report(TRUE)] String Locale;
19 | [SMS_Report(TRUE)] String LocalizedName;
20 | [SMS_Report(TRUE)] String StubPath;
21 | [SMS_Report(TRUE)] String Version;
22 | };
23 |
24 | #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
25 | #pragma deleteclass("InstalledComponents_64", NOFAIL)
26 | [SMS_Report(TRUE),SMS_Group_Name("InstalledComponents64"),SMS_Class_ID("InstalledComponents64"),
27 | SMS_Context_1("__ProviderArchitecture=64|uint32"),
28 | SMS_Context_2("__RequiredArchitecture=true|boolean")]
29 | Class InstalledComponents_64 : SMS_Class_Template
30 | {
31 | [SMS_Report(TRUE),key] string KeyName;
32 | [SMS_Report(TRUE)] String TheDefault;
33 | [SMS_Report(TRUE)] String ComponentID;
34 | [SMS_Report(TRUE)] Uint32 DontAsk;
35 | [SMS_Report(TRUE)] Uint32 Enabled;
36 | [SMS_Report(TRUE)] Uint32 IsInstalled;
37 | [SMS_Report(TRUE)] String Locale;
38 | [SMS_Report(TRUE)] String LocalizedName;
39 | [SMS_Report(TRUE)] String StubPath;
40 | [SMS_Report(TRUE)] String Version;
41 | };
--------------------------------------------------------------------------------
/ActiveUserSetup/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2023 baseVISION
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/ActiveUserSetup/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Active User Setup
3 | Advanced Active Setup solution, because the built in Windows Active Setup is not really supported for use by the Package engineer. Learn more about the challanges in [my blog](https://blog.basevision.ch/2018/07/active-setup-is-not-supported-for-custom-use-active-setup-entries-lost-during-windows-10-inplace-upgrade).
4 |
5 | # Thanks to
6 | @bergerspascal,
7 | @juergkoller,
8 | @Syntaro_Portal
9 |
10 | 
11 |
--------------------------------------------------------------------------------
/AppLogos/Barco_ClickShare.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Barco_ClickShare.jpg
--------------------------------------------------------------------------------
/AppLogos/Citrix.Workspace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Citrix.Workspace.png
--------------------------------------------------------------------------------
/AppLogos/Firefox.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Firefox.jpg
--------------------------------------------------------------------------------
/AppLogos/GitHub-Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/GitHub-Logo.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.3DViewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.3DViewer.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.Camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.Camera.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.Groove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.Groove.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.Intune.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.Intune.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.Maps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.Maps.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.MoviesAndTV.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.MoviesAndTV.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.OneNote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.OneNote.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.Photos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.Photos.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.PowerBI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.PowerBI.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.SnipAndSketch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.SnipAndSketch.png
--------------------------------------------------------------------------------
/AppLogos/Microsoft.Todo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Microsoft.Todo.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.Adobe Acrobat Reader DC MUI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.Adobe Acrobat Reader DC MUI.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.Foxit Reader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.Foxit Reader.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.Google Chrome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.Google Chrome.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.Java 8 Update 131.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.Java 8 Update 131.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.Microsoft Azure Information Protection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.Microsoft Azure Information Protection.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.TeamViewer 12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.TeamViewer 12.png
--------------------------------------------------------------------------------
/AppLogos/RuckZuck.iTunes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/RuckZuck.iTunes.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.2Pint_StifleR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.2Pint_StifleR.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Adobe_AcrobatReaderDC.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Adobe_AcrobatReaderDC.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Adobe_CreativeCloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Adobe_CreativeCloud.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Barco_ClickShareLauncher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Barco_ClickShareLauncher.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Cisco_AnyConnectSecureMobilityClient.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Cisco_AnyConnectSecureMobilityClient.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Colligo_Engage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Colligo_Engage.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Costdata_Calculation.NET.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Costdata_Calculation.NET.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Elpro_LiberoConfig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Elpro_LiberoConfig.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Foxit_PhantomPDFBusiness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Foxit_PhantomPDFBusiness.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Google_Chrome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Google_Chrome.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.IBM_LotusNotesBasicDE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.IBM_LotusNotesBasicDE.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.IFS_IFSClient.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.IFS_IFSClient.jpg
--------------------------------------------------------------------------------
/AppLogos/Syntaro.IgorPawlow_7Zip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.IgorPawlow_7Zip.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Logobjects_FSM-MOT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Logobjects_FSM-MOT.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Microsoft_LAPS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Microsoft_LAPS.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Microsoft_Office365-Access.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Microsoft_Office365-Access.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Microsoft_Office365.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Microsoft_Office365.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Microsoft_Teams.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Microsoft_Teams.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.OfficeTimeline_OfficeTimeline.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.OfficeTimeline_OfficeTimeline.PNG
--------------------------------------------------------------------------------
/AppLogos/Syntaro.OneOffixx_Suite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.OneOffixx_Suite.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.Prevero_PreveroClient.msi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.Prevero_PreveroClient.msi.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.QlikTech_QlikView.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.QlikTech_QlikView.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.SAP_GUI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.SAP_GUI.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.TeamViewer_QuickSupport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.TeamViewer_QuickSupport.png
--------------------------------------------------------------------------------
/AppLogos/Syntaro.TechSmith_SnagIt.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.TechSmith_SnagIt.jpg
--------------------------------------------------------------------------------
/AppLogos/Syntaro.VMware_Horizon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/Syntaro.VMware_Horizon.png
--------------------------------------------------------------------------------
/AppLogos/keepass_512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/AppLogos/keepass_512x512.png
--------------------------------------------------------------------------------
/AzureADGroupBasedRoles/Configure.ps1:
--------------------------------------------------------------------------------
1 | # Enter your Run as account Service Principal ID
2 | $SPId = "EnterYourServicePrincipalId"
3 |
4 | # Connect to Azure AD
5 | Connect-AzureAD
6 |
7 | # Get the associated Service Principal for the Azure Run As Account
8 | $runAsServicePrincipal = Get-AzureADServicePrincipal -ObjectId $SPId
9 |
10 |
11 | # Add the Service Principal to the Global Administrator Role
12 | Add-AzureADDirectoryRoleMember -ObjectId (Get-AzureADDirectoryRole | where-object {$_.DisplayName -eq "Company Administrator"}).Objectid -RefObjectId $runAsServicePrincipal.ObjectId
13 |
--------------------------------------------------------------------------------
/ConfigMgr/NamingConvention/ConfigMgr-BP-CollectionNamingConvention_EN_004.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/NamingConvention/ConfigMgr-BP-CollectionNamingConvention_EN_004.pdf
--------------------------------------------------------------------------------
/ConfigMgr/NamingConvention/ConfigMgr-BP-FileAndFolderNamingConvention-Combined_EN_004.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/NamingConvention/ConfigMgr-BP-FileAndFolderNamingConvention-Combined_EN_004.pdf
--------------------------------------------------------------------------------
/ConfigMgr/NamingConvention/ConfigMgr-BP-ObjectNamingConvention_EN_001.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/NamingConvention/ConfigMgr-BP-ObjectNamingConvention_EN_001.pdf
--------------------------------------------------------------------------------
/ConfigMgr/PatchDayCalculator/ConfigMgr-Patching-AutomaticWorkflow_Calculator_EN_004_WithLock.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/PatchDayCalculator/ConfigMgr-Patching-AutomaticWorkflow_Calculator_EN_004_WithLock.xlsx
--------------------------------------------------------------------------------
/ConfigMgr/PatchDayCalculator/Readme.md:
--------------------------------------------------------------------------------
1 | # Patchday Calculator for ConfigMgr ADR
2 |
3 | More information can be found at [my blog](https://www.wpninjas.ch/2016/06/configmgr-adr-patchday-calculator-with-gant-chart/).
--------------------------------------------------------------------------------
/ConfigMgr/PilotGroup/Invoke-PilotDeviceSelection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/PilotGroup/Invoke-PilotDeviceSelection.ps1
--------------------------------------------------------------------------------
/ConfigMgr/PilotGroup/PilotDevices.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/PilotGroup/PilotDevices.sql
--------------------------------------------------------------------------------
/ConfigMgr/PilotGroup/PilotDevicesNoVars.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/PilotGroup/PilotDevicesNoVars.sql
--------------------------------------------------------------------------------
/ConfigMgr/Set-LanguageSettings.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/Set-LanguageSettings.ps1
--------------------------------------------------------------------------------
/ConfigMgr/baseVISION-MiniWebService.1.0.0.13.msi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/baseVISION-MiniWebService.1.0.0.13.msi
--------------------------------------------------------------------------------
/ConfigMgr/baseVISION-MiniWebService.msi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgr/baseVISION-MiniWebService.msi
--------------------------------------------------------------------------------
/ConfigMgrConfigurationItems/CI - Rename Computer.cab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrConfigurationItems/CI - Rename Computer.cab
--------------------------------------------------------------------------------
/ConfigMgrConfigurationItems/CI_DsRegCmdHybridJoin.cab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrConfigurationItems/CI_DsRegCmdHybridJoin.cab
--------------------------------------------------------------------------------
/ConfigMgrConfigurationItems/CI_DsRegCmdKeyStorageProvider.cab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrConfigurationItems/CI_DsRegCmdKeyStorageProvider.cab
--------------------------------------------------------------------------------
/ConfigMgrConfigurationItems/CI_DsRegCmdTpmProtected.cab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrConfigurationItems/CI_DsRegCmdTpmProtected.cab
--------------------------------------------------------------------------------
/ConfigMgrConfigurationItems/CI_DsRegCmdWindowsHello.cab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrConfigurationItems/CI_DsRegCmdWindowsHello.cab
--------------------------------------------------------------------------------
/ConfigMgrOSD/OSDEnableOSDMessage.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrOSD/OSDEnableOSDMessage.ps1
--------------------------------------------------------------------------------
/ConfigMgrOSD/OSIEnableOSDFailedMessage.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/ConfigMgrOSD/OSIEnableOSDFailedMessage.ps1
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/access16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/access16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/chrome.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/chrome.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/access16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/access16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/chrome.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/chrome.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/excel16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/excel16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/google.adml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Google
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/lync16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/lync16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/office16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/office16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/onent16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/onent16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/outlk16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/outlk16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/ppt16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/ppt16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/proj16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/proj16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/pub16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/pub16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/visio16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/visio16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/word16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/en-US/word16.adml
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/excel16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/excel16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/google.admx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/lync16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/lync16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/office16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/office16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/onent16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/onent16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/outlk16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/outlk16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/ppt16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/ppt16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/proj16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/proj16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/pub16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/pub16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/visio16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/visio16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/ADMXToInclude/word16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/ADMXToInclude/word16.admx
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/BuildMsiWithExportedGPO.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/BuildMsiWithExportedGPO.ps1
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/lgpo/LGPO.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/lgpo/LGPO.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/lgpo/LGPO.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/lgpo/LGPO.pdf
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/LuxTasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/LuxTasks.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.Compression.Cab.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.Compression.Cab.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.Compression.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.Compression.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.Resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.Resources.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.Package.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.Package.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/ThmViewer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/ThmViewer.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixBalExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixBalExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixComPlusExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixComPlusExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixCop.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixCop.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixDependencyExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixDependencyExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixDifxAppExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixDifxAppExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixDirectXExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixDirectXExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixFirewallExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixFirewallExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixGamingExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixGamingExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixHttpExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixHttpExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixIIsExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixIIsExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixLuxExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixLuxExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixMsmqExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixMsmqExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixNetFxExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixNetFxExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixPSExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixPSExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixSqlExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixSqlExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixTagExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixTagExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixTasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixTasks.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixUIExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixUIExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixUtilExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixUtilExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixVSExtension.MSBuild12.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixVSExtension.MSBuild12.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixVSExtension.MSBuild14.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixVSExtension.MSBuild14.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/WixVSExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/WixVSExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/candle.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/candle.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/candle.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/darice.cub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/darice.cub
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/dark.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/dark.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/dark.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/difxapp_x64.wixlib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/difxapp_x64.wixlib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/difxapp_x86.wixlib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/difxapp_x86.wixlib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/doc/DTF.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/doc/DTF.chm
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/doc/DTFAPI.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/doc/DTFAPI.chm
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/doc/WiX.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/doc/WiX.chm
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/heat.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/heat.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/heat.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/insignia.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/insignia.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/insignia.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/light.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/light.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/light.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/lit.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/lit.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/lit.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/lux.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/lux.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/lux.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/melt.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/melt.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/melt.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/mergemod.cub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/mergemod.cub
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/mergemod.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/mergemod.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/mspatchc.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/mspatchc.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/nit.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/nit.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/nit.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/pyro.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/pyro.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/pyro.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/retina.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/retina.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/retina.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/BootstrapperCore.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/BootstrapperCore.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/BootstrapperCore.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/DocCompiler.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/DocCompiler.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/MakeSfxCA.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/MakeSfxCA.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/MakeSfxCA.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Cab.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Cab.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Zip.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Zip.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.Resources.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/MsgGen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/MsgGen.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/XsdGen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/XsdGen.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/XsdStitch.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/XsdStitch.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/IBootstrapperBAFunction.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include
6 |
7 | #include "IBootstrapperEngine.h"
8 |
9 | interface IBootstrapperBAFunction
10 | {
11 | STDMETHOD(OnDetect)() = 0;
12 | STDMETHOD(OnDetectComplete)() = 0;
13 | STDMETHOD(OnPlan)() = 0;
14 | STDMETHOD(OnPlanComplete)() = 0;
15 | };
16 |
17 | #ifdef __cplusplus
18 | extern "C" {
19 | #endif
20 |
21 | typedef HRESULT (WINAPI *PFN_BOOTSTRAPPER_BA_FUNCTION_CREATE)(
22 | __in IBootstrapperEngine* pEngine,
23 | __in HMODULE hModule,
24 | __out IBootstrapperBAFunction** ppBAFunction
25 | );
26 |
27 | #ifdef __cplusplus
28 | }
29 | #endif
30 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/apputil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | // functions
10 |
11 | /********************************************************************
12 | AppFreeCommandLineArgs - frees argv from AppParseCommandLine.
13 |
14 | ********************************************************************/
15 | void DAPI AppFreeCommandLineArgs(
16 | __in LPWSTR* argv
17 | );
18 |
19 | void DAPI AppInitialize(
20 | __in_ecount(cSafelyLoadSystemDlls) LPCWSTR rgsczSafelyLoadSystemDlls[],
21 | __in DWORD cSafelyLoadSystemDlls
22 | );
23 |
24 | /********************************************************************
25 | AppInitializeUnsafe - initializes without the full standard safety
26 | precautions for an application.
27 |
28 | ********************************************************************/
29 | void DAPI AppInitializeUnsafe();
30 |
31 | /********************************************************************
32 | AppParseCommandLine - parses the command line using CommandLineToArgvW.
33 | The caller must free the value of pArgv on success
34 | by calling AppFreeCommandLineArgs.
35 |
36 | ********************************************************************/
37 | DAPI_(HRESULT) AppParseCommandLine(
38 | __in LPCWSTR wzCommandLine,
39 | __in int* argc,
40 | __in LPWSTR** pArgv
41 | );
42 |
43 | #ifdef __cplusplus
44 | }
45 | #endif
46 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/balcondition.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef struct _BAL_CONDITION
10 | {
11 | LPWSTR sczCondition;
12 | LPWSTR sczMessage;
13 | } BAL_CONDITION;
14 |
15 |
16 | typedef struct _BAL_CONDITIONS
17 | {
18 | BAL_CONDITION* rgConditions;
19 | DWORD cConditions;
20 | } BAL_CONDITIONS;
21 |
22 |
23 | /*******************************************************************
24 | BalConditionsParseFromXml - loads the conditions from the UX manifest.
25 |
26 | ********************************************************************/
27 | DAPI_(HRESULT) BalConditionsParseFromXml(
28 | __in BAL_CONDITIONS* pConditions,
29 | __in IXMLDOMDocument* pixdManifest,
30 | __in_opt WIX_LOCALIZATION* pWixLoc
31 | );
32 |
33 |
34 | /*******************************************************************
35 | BalConditionEvaluate - evaluates condition against the provided IBurnCore.
36 |
37 | NOTE: psczMessage is optional.
38 | ********************************************************************/
39 | DAPI_(HRESULT) BalConditionEvaluate(
40 | __in BAL_CONDITION* pCondition,
41 | __in IBootstrapperEngine* pEngine,
42 | __out BOOL* pfResult,
43 | __out_z_opt LPWSTR* psczMessage
44 | );
45 |
46 |
47 | /*******************************************************************
48 | BalConditionsUninitialize - uninitializes any conditions previously loaded.
49 |
50 | ********************************************************************/
51 | DAPI_(void) BalConditionsUninitialize(
52 | __in BAL_CONDITIONS* pConditions
53 | );
54 |
55 |
56 | #ifdef __cplusplus
57 | }
58 | #endif
59 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/butil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | enum BUNDLE_INSTALL_CONTEXT
10 | {
11 | BUNDLE_INSTALL_CONTEXT_MACHINE,
12 | BUNDLE_INSTALL_CONTEXT_USER,
13 | };
14 |
15 | HRESULT DAPI BundleGetBundleInfo(
16 | __in LPCWSTR szBundleId, // Bundle code
17 | __in LPCWSTR szAttribute, // attribute name
18 | __out_ecount_opt(*pcchValueBuf) LPWSTR lpValueBuf, // returned value, NULL if not desired
19 | __inout_opt LPDWORD pcchValueBuf // in/out buffer character count
20 | );
21 |
22 | HRESULT DAPI BundleEnumRelatedBundle(
23 | __in LPCWSTR lpUpgradeCode,
24 | __in BUNDLE_INSTALL_CONTEXT context,
25 | __inout PDWORD pdwStartIndex,
26 | __out_ecount(MAX_GUID_CHARS+1) LPWSTR lpBundleIdBuf
27 | );
28 |
29 | #ifdef __cplusplus
30 | }
31 | #endif
32 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/dirutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | typedef enum DIR_DELETE
6 | {
7 | DIR_DELETE_FILES = 1,
8 | DIR_DELETE_RECURSE = 2,
9 | DIR_DELETE_SCHEDULE = 4,
10 | } DIR_DELETE;
11 |
12 | #ifdef __cplusplus
13 | extern "C" {
14 | #endif
15 |
16 | BOOL DAPI DirExists(
17 | __in_z LPCWSTR wzPath,
18 | __out_opt DWORD *pdwAttributes
19 | );
20 |
21 | HRESULT DAPI DirCreateTempPath(
22 | __in_z LPCWSTR wzPrefix,
23 | __out_ecount_z(cchPath) LPWSTR wzPath,
24 | __in DWORD cchPath
25 | );
26 |
27 | HRESULT DAPI DirEnsureExists(
28 | __in_z LPCWSTR wzPath,
29 | __in_opt LPSECURITY_ATTRIBUTES psa
30 | );
31 |
32 | HRESULT DAPI DirEnsureDelete(
33 | __in_z LPCWSTR wzPath,
34 | __in BOOL fDeleteFiles,
35 | __in BOOL fRecurse
36 | );
37 |
38 | HRESULT DAPI DirEnsureDeleteEx(
39 | __in_z LPCWSTR wzPath,
40 | __in DWORD dwFlags
41 | );
42 |
43 | DWORD DAPI DirDeleteEmptyDirectoriesToRoot(
44 | __in_z LPCWSTR wzPath,
45 | __in DWORD dwFlags
46 | );
47 |
48 | HRESULT DAPI DirGetCurrent(
49 | __deref_out_z LPWSTR* psczCurrentDirectory
50 | );
51 |
52 | HRESULT DAPI DirSetCurrent(
53 | __in_z LPCWSTR wzDirectory
54 | );
55 |
56 | #ifdef __cplusplus
57 | }
58 | #endif
59 |
60 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/dlutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef HRESULT (WINAPI *LPAUTHENTICATION_ROUTINE)(
10 | __in LPVOID pVoid,
11 | __in HINTERNET hUrl,
12 | __in long lHttpCode,
13 | __out BOOL* pfRetrySend,
14 | __out BOOL* pfRetry
15 | );
16 |
17 | typedef int (WINAPI *LPCANCEL_ROUTINE)(
18 | __in HRESULT hrError,
19 | __in_z_opt LPCWSTR wzError,
20 | __in BOOL fAllowRetry,
21 | __in_opt LPVOID pvContext
22 | );
23 |
24 | // structs
25 | typedef struct _DOWNLOAD_SOURCE
26 | {
27 | LPWSTR sczUrl;
28 | LPWSTR sczUser;
29 | LPWSTR sczPassword;
30 | } DOWNLOAD_SOURCE;
31 |
32 | typedef struct _DOWNLOAD_CACHE_CALLBACK
33 | {
34 | LPPROGRESS_ROUTINE pfnProgress;
35 | LPCANCEL_ROUTINE pfnCancel;
36 | LPVOID pv;
37 | } DOWNLOAD_CACHE_CALLBACK;
38 |
39 | typedef struct _DOWNLOAD_AUTHENTICATION_CALLBACK
40 | {
41 | LPAUTHENTICATION_ROUTINE pfnAuthenticate;
42 | LPVOID pv;
43 | } DOWNLOAD_AUTHENTICATION_CALLBACK;
44 |
45 |
46 | // functions
47 |
48 | HRESULT DAPI DownloadUrl(
49 | __in DOWNLOAD_SOURCE* pDownloadSource,
50 | __in DWORD64 dw64AuthoredDownloadSize,
51 | __in LPCWSTR wzDestinationPath,
52 | __in_opt DOWNLOAD_CACHE_CALLBACK* pCache,
53 | __in_opt DOWNLOAD_AUTHENTICATION_CALLBACK* pAuthenticate
54 | );
55 |
56 |
57 | #ifdef __cplusplus
58 | }
59 | #endif
60 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/gdiputil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #define ExitOnGdipFailure(g, x, s) { x = GdipHresultFromStatus(g); if (FAILED(x)) { Dutil_RootFailure(__FILE__, __LINE__, x); ExitTrace(x, s); goto LExit; } }
6 | #define ExitOnGdipFailure1(g, x, f, s) { x = GdipHresultFromStatus(g); if (FAILED(x)) { Dutil_RootFailure(__FILE__, __LINE__, x); ExitTrace1(x, f, s); goto LExit; } }
7 | #define ExitOnGdipFailure2(g, x, f, s, t) { x = GdipHresultFromStatus(g); if (FAILED(x)) { Dutil_RootFailure(__FILE__, __LINE__, x); ExitTrace2(x, f, s, t); goto LExit; } }
8 |
9 | #ifdef __cplusplus
10 | extern "C" {
11 | #endif
12 |
13 | HRESULT DAPI GdipBitmapFromResource(
14 | __in_opt HINSTANCE hinst,
15 | __in_z LPCSTR szId,
16 | __out Gdiplus::Bitmap **ppBitmap
17 | );
18 |
19 | HRESULT DAPI GdipBitmapFromFile(
20 | __in_z LPCWSTR wzFileName,
21 | __out Gdiplus::Bitmap **ppBitmap
22 | );
23 |
24 | HRESULT DAPI GdipHresultFromStatus(
25 | __in Gdiplus::Status gs
26 | );
27 |
28 | #ifdef __cplusplus
29 | }
30 | #endif
31 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/inetutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | #define ReleaseInternet(h) if (h) { ::InternetCloseHandle(h); h = NULL; }
10 | #define ReleaseNullInternet(h) if (h) { ::InternetCloseHandle(h); h = NULL; }
11 |
12 |
13 | // functions
14 | HRESULT DAPI InternetGetSizeByHandle(
15 | __in HINTERNET hiFile,
16 | __out LONGLONG* pllSize
17 | );
18 |
19 | HRESULT DAPI InternetGetCreateTimeByHandle(
20 | __in HINTERNET hiFile,
21 | __out LPFILETIME pft
22 | );
23 |
24 | HRESULT DAPI InternetQueryInfoString(
25 | __in HINTERNET h,
26 | __in DWORD dwInfo,
27 | __deref_out_z LPWSTR* psczValue
28 | );
29 |
30 | HRESULT DAPI InternetQueryInfoNumber(
31 | __in HINTERNET h,
32 | __in DWORD dwInfo,
33 | __out LONG* plInfo
34 | );
35 |
36 | #ifdef __cplusplus
37 | }
38 | #endif
39 |
40 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/memutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | #define ReleaseMem(p) if (p) { MemFree(p); }
10 | #define ReleaseNullMem(p) if (p) { MemFree(p); p = NULL; }
11 |
12 | HRESULT DAPI MemInitialize();
13 | void DAPI MemUninitialize();
14 |
15 | LPVOID DAPI MemAlloc(
16 | __in SIZE_T cbSize,
17 | __in BOOL fZero
18 | );
19 | LPVOID DAPI MemReAlloc(
20 | __in LPVOID pv,
21 | __in SIZE_T cbSize,
22 | __in BOOL fZero
23 | );
24 | HRESULT DAPI MemReAllocSecure(
25 | __in LPVOID pv,
26 | __in SIZE_T cbSize,
27 | __in BOOL fZero,
28 | __deref_out LPVOID* ppvNew
29 | );
30 | HRESULT DAPI MemEnsureArraySize(
31 | __deref_out_bcount(cArray * cbArrayType) LPVOID* ppvArray,
32 | __in DWORD cArray,
33 | __in SIZE_T cbArrayType,
34 | __in DWORD dwGrowthCount
35 | );
36 | HRESULT DAPI MemInsertIntoArray(
37 | __deref_out_bcount((cExistingArray + cNumInsertItems) * cbArrayType) LPVOID* ppvArray,
38 | __in DWORD dwInsertIndex,
39 | __in DWORD cNumInsertItems,
40 | __in DWORD cExistingArray,
41 | __in SIZE_T cbArrayType,
42 | __in DWORD dwGrowthCount
43 | );
44 |
45 | HRESULT DAPI MemFree(
46 | __in LPVOID pv
47 | );
48 | SIZE_T DAPI MemSize(
49 | __in LPCVOID pv
50 | );
51 |
52 | #ifdef __cplusplus
53 | }
54 | #endif
55 |
56 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/metautil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include
6 | #include
7 | #include
8 | #include
9 |
10 | #ifdef __cplusplus
11 | extern "C" {
12 | #endif
13 |
14 | // structs
15 |
16 | // prototypes
17 | HRESULT DAPI MetaFindWebBase(
18 | __in IMSAdminBaseW* piMetabase,
19 | __in_z LPCWSTR wzIP,
20 | __in int iPort,
21 | __in_z LPCWSTR wzHeader,
22 | __in BOOL fSecure,
23 | __out_ecount(cchWebBase) LPWSTR wzWebBase,
24 | __in DWORD cchWebBase
25 | );
26 | HRESULT DAPI MetaFindFreeWebBase(
27 | __in IMSAdminBaseW* piMetabase,
28 | __out_ecount(cchWebBase) LPWSTR wzWebBase,
29 | __in DWORD cchWebBase
30 | );
31 |
32 | HRESULT DAPI MetaOpenKey(
33 | __in IMSAdminBaseW* piMetabase,
34 | __in METADATA_HANDLE mhKey,
35 | __in_z LPCWSTR wzKey,
36 | __in DWORD dwAccess,
37 | __in DWORD cRetries,
38 | __out METADATA_HANDLE* pmh
39 | );
40 | HRESULT DAPI MetaGetValue(
41 | __in IMSAdminBaseW* piMetabase,
42 | __in METADATA_HANDLE mhKey,
43 | __in_z LPCWSTR wzKey,
44 | __inout METADATA_RECORD* pmr
45 | );
46 | void DAPI MetaFreeValue(
47 | __in METADATA_RECORD* pmr
48 | );
49 |
50 | #ifdef __cplusplus
51 | }
52 | #endif
53 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/osutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef enum OS_VERSION
10 | {
11 | OS_VERSION_UNKNOWN,
12 | OS_VERSION_WINNT,
13 | OS_VERSION_WIN2000,
14 | OS_VERSION_WINXP,
15 | OS_VERSION_WIN2003,
16 | OS_VERSION_VISTA,
17 | OS_VERSION_WIN2008,
18 | OS_VERSION_WIN7,
19 | OS_VERSION_WIN2008_R2,
20 | OS_VERSION_FUTURE
21 | } OS_VERSION;
22 |
23 | void DAPI OsGetVersion(
24 | __out OS_VERSION* pVersion,
25 | __out DWORD* pdwServicePack
26 | );
27 | HRESULT DAPI OsCouldRunPrivileged(
28 | __out BOOL* pfPrivileged
29 | );
30 | HRESULT DAPI OsIsRunningPrivileged(
31 | __out BOOL* pfPrivileged
32 | );
33 | HRESULT DAPI OsIsUacEnabled(
34 | __out BOOL* pfUacEnabled
35 | );
36 |
37 | #ifdef __cplusplus
38 | }
39 | #endif
40 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/perfutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | // structs
10 |
11 |
12 | // functions
13 | void DAPI PerfInitialize(
14 | );
15 | void DAPI PerfClickTime(
16 | __out_opt LARGE_INTEGER* pliElapsed
17 | );
18 | double DAPI PerfConvertToSeconds(
19 | __in const LARGE_INTEGER* pli
20 | );
21 |
22 | #ifdef __cplusplus
23 | }
24 | #endif
25 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/polcutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | const LPCWSTR POLICY_BURN_REGISTRY_PATH = L"WiX\\Burn";
10 |
11 | /********************************************************************
12 | PolcReadNumber - reads a number from policy.
13 |
14 | NOTE: S_FALSE returned if policy not set.
15 | NOTE: out is set to default on S_FALSE or any error.
16 | ********************************************************************/
17 | HRESULT DAPI PolcReadNumber(
18 | __in_z LPCWSTR wzPolicyPath,
19 | __in_z LPCWSTR wzPolicyName,
20 | __in DWORD dwDefault,
21 | __out DWORD* pdw
22 | );
23 |
24 | /********************************************************************
25 | PolcReadString - reads a string from policy.
26 |
27 | NOTE: S_FALSE returned if policy not set.
28 | NOTE: out is set to default on S_FALSE or any error.
29 | ********************************************************************/
30 | HRESULT DAPI PolcReadString(
31 | __in_z LPCWSTR wzPolicyPath,
32 | __in_z LPCWSTR wzPolicyName,
33 | __in_z_opt LPCWSTR wzDefault,
34 | __deref_out_z LPWSTR* pscz
35 | );
36 |
37 | #ifdef __cplusplus
38 | }
39 | #endif
40 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/resrutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI ResGetStringLangId(
10 | __in_opt LPCWSTR wzPath,
11 | __in UINT uID,
12 | __out WORD *pwLangId
13 | );
14 |
15 | HRESULT DAPI ResReadString(
16 | __in HINSTANCE hinst,
17 | __in UINT uID,
18 | __deref_out_z LPWSTR* ppwzString
19 | );
20 |
21 | HRESULT DAPI ResReadStringAnsi(
22 | __in HINSTANCE hinst,
23 | __in UINT uID,
24 | __deref_out_z LPSTR* ppszString
25 | );
26 |
27 | HRESULT DAPI ResReadData(
28 | __in_opt HINSTANCE hinst,
29 | __in_z LPCSTR szDataName,
30 | __deref_out_bcount(*pcb) PVOID *ppv,
31 | __out DWORD *pcb
32 | );
33 |
34 | HRESULT DAPI ResExportDataToFile(
35 | __in_z LPCSTR szDataName,
36 | __in_z LPCWSTR wzTargetFile,
37 | __in DWORD dwCreationDisposition
38 | );
39 |
40 | #ifdef __cplusplus
41 | }
42 | #endif
43 |
44 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/reswutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI ResWriteString(
10 | __in_z LPCWSTR wzResourceFile,
11 | __in DWORD dwDataId,
12 | __in_z LPCWSTR wzData,
13 | __in WORD wLangId
14 | );
15 |
16 | HRESULT DAPI ResWriteData(
17 | __in_z LPCWSTR wzResourceFile,
18 | __in_z LPCSTR szDataName,
19 | __in PVOID pData,
20 | __in DWORD cbData
21 | );
22 |
23 | HRESULT DAPI ResImportDataFromFile(
24 | __in_z LPCWSTR wzTargetFile,
25 | __in_z LPCWSTR wzSourceFile,
26 | __in_z LPCSTR szDataName
27 | );
28 |
29 | #ifdef __cplusplus
30 | }
31 | #endif
32 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/rexutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include
6 | #include
7 |
8 | #ifdef __cplusplus
9 | extern "C" {
10 | #endif
11 |
12 | // defines
13 | #define FILETABLESIZE 40
14 |
15 | // structs
16 | struct MEM_FILE
17 | {
18 | LPCBYTE vpStart;
19 | UINT uiCurrent;
20 | UINT uiLength;
21 | };
22 |
23 | typedef enum FAKE_FILE_TYPE { NORMAL_FILE, MEMORY_FILE } FAKE_FILE_TYPE;
24 |
25 | typedef HRESULT (*REX_CALLBACK_PROGRESS)(BOOL fBeginFile, LPCWSTR wzFileId, LPVOID pvContext);
26 | typedef VOID (*REX_CALLBACK_WRITE)(UINT cb);
27 |
28 |
29 | struct FAKE_FILE // used __in internal file table
30 | {
31 | BOOL fUsed;
32 | FAKE_FILE_TYPE fftType;
33 | MEM_FILE mfFile; // State for memory file
34 | HANDLE hFile; // Handle for disk file
35 | };
36 |
37 | // functions
38 | HRESULT RexInitialize();
39 | void RexUninitialize();
40 |
41 | HRESULT RexExtract(
42 | __in_z LPCSTR szResource,
43 | __in_z LPCWSTR wzExtractId,
44 | __in_z LPCWSTR wzExtractDir,
45 | __in_z LPCWSTR wzExtractName,
46 | __in REX_CALLBACK_PROGRESS pfnProgress,
47 | __in REX_CALLBACK_WRITE pfnWrite,
48 | __in LPVOID pvContext
49 | );
50 |
51 | #ifdef __cplusplus
52 | }
53 | #endif
54 |
55 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/rmutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef struct _RMU_SESSION *PRMU_SESSION;
10 |
11 | HRESULT DAPI RmuJoinSession(
12 | __out PRMU_SESSION *ppSession,
13 | __in_z LPCWSTR wzSessionKey
14 | );
15 |
16 | HRESULT DAPI RmuAddFile(
17 | __in PRMU_SESSION pSession,
18 | __in_z LPCWSTR wzPath
19 | );
20 |
21 | HRESULT DAPI RmuAddProcessById(
22 | __in PRMU_SESSION pSession,
23 | __in DWORD dwProcessId
24 | );
25 |
26 | HRESULT DAPI RmuAddProcessesByName(
27 | __in PRMU_SESSION pSession,
28 | __in_z LPCWSTR wzProcessName
29 | );
30 |
31 | HRESULT DAPI RmuAddService(
32 | __in PRMU_SESSION pSession,
33 | __in_z LPCWSTR wzServiceName
34 | );
35 |
36 | HRESULT DAPI RmuRegisterResources(
37 | __in PRMU_SESSION pSession
38 | );
39 |
40 | HRESULT DAPI RmuEndSession(
41 | __in PRMU_SESSION pSession
42 | );
43 |
44 | #ifdef __cplusplus
45 | }
46 | #endif
47 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/shelutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifndef REFKNOWNFOLDERID
6 | #define REFKNOWNFOLDERID REFGUID
7 | #endif
8 |
9 | #ifdef __cplusplus
10 | extern "C" {
11 | #endif
12 |
13 | typedef BOOL (STDAPICALLTYPE *PFN_SHELLEXECUTEEXW)(
14 | __inout LPSHELLEXECUTEINFOW lpExecInfo
15 | );
16 |
17 | void DAPI ShelFunctionOverride(
18 | __in_opt PFN_SHELLEXECUTEEXW pfnShellExecuteExW
19 | );
20 | HRESULT DAPI ShelExec(
21 | __in_z LPCWSTR wzTargetPath,
22 | __in_opt LPCWSTR wzParameters,
23 | __in_opt LPCWSTR wzVerb,
24 | __in_opt LPCWSTR wzWorkingDirectory,
25 | __in int nShowCmd,
26 | __in_opt HWND hwndParent,
27 | __out_opt HANDLE* phProcess
28 | );
29 | HRESULT DAPI ShelExecUnelevated(
30 | __in_z LPCWSTR wzTargetPath,
31 | __in_z_opt LPCWSTR wzParameters,
32 | __in_z_opt LPCWSTR wzVerb,
33 | __in_z_opt LPCWSTR wzWorkingDirectory,
34 | __in int nShowCmd
35 | );
36 | HRESULT DAPI ShelGetFolder(
37 | __out_z LPWSTR* psczFolderPath,
38 | __in int csidlFolder
39 | );
40 | HRESULT DAPI ShelGetKnownFolder(
41 | __out_z LPWSTR* psczFolderPath,
42 | __in REFKNOWNFOLDERID rfidFolder
43 | );
44 |
45 | #ifdef __cplusplus
46 | }
47 | #endif
48 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/srputil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 |
10 | typedef enum SRP_ACTION
11 | {
12 | SRP_ACTION_UNKNOWN,
13 | SRP_ACTION_UNINSTALL,
14 | SRP_ACTION_INSTALL,
15 | SRP_ACTION_MODIFY,
16 | } SRP_ACTION;
17 |
18 |
19 | /********************************************************************
20 | SrpInitialize - initializes system restore point functionality.
21 |
22 | *******************************************************************/
23 | DAPI_(HRESULT) SrpInitialize(
24 | __in BOOL fInitializeComSecurity
25 | );
26 |
27 | /********************************************************************
28 | SrpUninitialize - uninitializes system restore point functionality.
29 |
30 | *******************************************************************/
31 | DAPI_(void) SrpUninitialize();
32 |
33 | /********************************************************************
34 | SrpCreateRestorePoint - creates a system restore point.
35 |
36 | *******************************************************************/
37 | DAPI_(HRESULT) SrpCreateRestorePoint(
38 | __in_z LPCWSTR wzApplicationName,
39 | __in SRP_ACTION action
40 | );
41 |
42 | #ifdef __cplusplus
43 | }
44 | #endif
45 |
46 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/svcutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 |
10 | #define ReleaseServiceHandle(h) if (h) { ::CloseServiceHandle(h); h = NULL; }
11 |
12 |
13 | HRESULT DAPI SvcQueryConfig(
14 | __in SC_HANDLE sch,
15 | __out QUERY_SERVICE_CONFIGW** ppConfig
16 | );
17 |
18 |
19 | #ifdef __cplusplus
20 | }
21 | #endif
22 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/timeutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI TimeFromString(
10 | __in_z LPCWSTR wzTime,
11 | __out FILETIME* pFileTime
12 | );
13 | HRESULT DAPI TimeFromString3339(
14 | __in_z LPCWSTR wzTime,
15 | __out FILETIME* pFileTime
16 | );
17 | HRESULT DAPI TimeCurrentTime(
18 | __deref_out_z LPWSTR* ppwz,
19 | __in BOOL fGMT
20 | );
21 | HRESULT DAPI TimeCurrentDateTime(
22 | __deref_out_z LPWSTR* ppwz,
23 | __in BOOL fGMT
24 | );
25 | HRESULT DAPI TimeSystemDateTime(
26 | __deref_out_z LPWSTR* ppwz,
27 | __in const SYSTEMTIME *pst,
28 | __in BOOL fGMT
29 | );
30 |
31 | #ifdef __cplusplus
32 | }
33 | #endif
34 |
35 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/userutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI UserBuildDomainUserName(
10 | __out_ecount_z(cchDest) LPWSTR wzDest,
11 | __in int cchDest,
12 | __in_z LPCWSTR pwzName,
13 | __in_z LPCWSTR pwzDomain
14 | );
15 |
16 | HRESULT DAPI UserCheckIsMember(
17 | __in_z LPCWSTR pwzName,
18 | __in_z LPCWSTR pwzDomain,
19 | __in_z LPCWSTR pwzGroupName,
20 | __in_z LPCWSTR pwzGroupDomain,
21 | __out LPBOOL lpfMember
22 | );
23 |
24 | HRESULT DAPI UserCreateADsPath(
25 | __in_z LPCWSTR wzObjectDomain,
26 | __in_z LPCWSTR wzObjectName,
27 | __out BSTR *pbstrAdsPath
28 | );
29 |
30 | #ifdef __cplusplus
31 | }
32 | #endif
33 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/wcalog.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | BOOL WIXAPI IsVerboseLogging();
10 | HRESULT WIXAPI SetVerboseLoggingAtom(BOOL bValue);
11 |
12 | #ifdef __cplusplus
13 | }
14 | #endif
15 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/wcawow64.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include "wcautil.h"
6 |
7 | #ifdef __cplusplus
8 | extern "C" {
9 | #endif
10 |
11 | HRESULT WIXAPI WcaInitializeWow64();
12 | BOOL WIXAPI WcaIsWow64Process();
13 | BOOL WIXAPI WcaIsWow64Initialized();
14 | HRESULT WIXAPI WcaDisableWow64FSRedirection();
15 | HRESULT WIXAPI WcaRevertWow64FSRedirection();
16 | HRESULT WIXAPI WcaFinalizeWow64();
17 |
18 | #ifdef __cplusplus
19 | }
20 | #endif
21 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/inc/wuautil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #if defined(__cplusplus)
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI WuaPauseAutomaticUpdates();
10 |
11 | HRESULT DAPI WuaResumeAutomaticUpdates();
12 |
13 | HRESULT DAPI WuaRestartRequired(
14 | __out BOOL* pfRestartRequired
15 | );
16 |
17 | #if defined(__cplusplus)
18 | }
19 | #endif
20 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2010/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2012/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2013/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/vs2015/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/x64/sfxca.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/x64/sfxca.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/sdk/x86/sfxca.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/sdk/x86/sfxca.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/shine.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/shine.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/shine.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/smoke.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/smoke.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/smoke.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/torch.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/torch.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/torch.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/wconsole.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/wconsole.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/winterop.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/winterop.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/wix.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/wix.dll
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/wix.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
16 | wix2010.targets
17 |
18 | wix200x.targets
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-binaries/x86/burn.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/ExportedGPO/wix-binaries/x86/burn.exe
--------------------------------------------------------------------------------
/GPO2MSI/ExportedGPO/wix-config/main.x86.wxs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Privileged
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | 1
28 |
29 |
30 | NOT REMOVE="ALL"
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/access16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/access16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/chrome.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/chrome.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/access16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/access16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/chrome.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/chrome.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/excel16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/excel16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/google.adml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Google
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/lync16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/lync16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/office16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/office16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/onent16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/onent16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/outlk16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/outlk16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/ppt16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/ppt16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/proj16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/proj16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/pub16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/pub16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/visio16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/visio16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/en-US/word16.adml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/en-US/word16.adml
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/excel16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/excel16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/google.admx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/lync16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/lync16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/office16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/office16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/onent16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/onent16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/outlk16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/outlk16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/ppt16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/ppt16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/proj16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/proj16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/pub16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/pub16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/visio16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/visio16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/ADMXToInclude/word16.admx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/ADMXToInclude/word16.admx
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/BuildMsiWithLocalGPO.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/BuildMsiWithLocalGPO.ps1
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/lgpo/LGPO.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/lgpo/LGPO.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/lgpo/LGPO.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/lgpo/LGPO.pdf
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/LuxTasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/LuxTasks.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.Compression.Cab.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.Compression.Cab.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.Compression.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.Compression.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.Resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.Resources.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.Package.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.Package.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/Microsoft.Deployment.WindowsInstaller.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/ThmViewer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/ThmViewer.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixBalExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixBalExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixComPlusExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixComPlusExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixCop.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixCop.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixDependencyExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixDependencyExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixDifxAppExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixDifxAppExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixDirectXExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixDirectXExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixFirewallExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixFirewallExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixGamingExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixGamingExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixHttpExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixHttpExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixIIsExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixIIsExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixLuxExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixLuxExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixMsmqExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixMsmqExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixNetFxExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixNetFxExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixPSExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixPSExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixSqlExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixSqlExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixTagExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixTagExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixTasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixTasks.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixUIExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixUIExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixUtilExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixUtilExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixVSExtension.MSBuild12.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixVSExtension.MSBuild12.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixVSExtension.MSBuild14.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixVSExtension.MSBuild14.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/WixVSExtension.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/WixVSExtension.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/candle.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/candle.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/candle.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/darice.cub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/darice.cub
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/dark.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/dark.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/dark.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/difxapp_x64.wixlib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/difxapp_x64.wixlib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/difxapp_x86.wixlib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/difxapp_x86.wixlib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/doc/DTF.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/doc/DTF.chm
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/doc/DTFAPI.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/doc/DTFAPI.chm
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/doc/WiX.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/doc/WiX.chm
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/heat.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/heat.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/heat.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/insignia.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/insignia.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/insignia.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/light.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/light.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/light.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/lit.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/lit.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/lit.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/lux.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/lux.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/lux.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/melt.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/melt.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/melt.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/mergemod.cub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/mergemod.cub
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/mergemod.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/mergemod.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/mspatchc.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/mspatchc.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/nit.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/nit.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/nit.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/pyro.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/pyro.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/pyro.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/retina.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/retina.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/retina.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/BootstrapperCore.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/BootstrapperCore.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/BootstrapperCore.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/DocCompiler.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/DocCompiler.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/MakeSfxCA.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/MakeSfxCA.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/MakeSfxCA.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Cab.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Cab.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Zip.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.Zip.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Compression.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.Resources.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/Microsoft.Deployment.WindowsInstaller.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/MsgGen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/MsgGen.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/XsdGen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/XsdGen.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/XsdStitch.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/XsdStitch.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/IBootstrapperBAFunction.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include
6 |
7 | #include "IBootstrapperEngine.h"
8 |
9 | interface IBootstrapperBAFunction
10 | {
11 | STDMETHOD(OnDetect)() = 0;
12 | STDMETHOD(OnDetectComplete)() = 0;
13 | STDMETHOD(OnPlan)() = 0;
14 | STDMETHOD(OnPlanComplete)() = 0;
15 | };
16 |
17 | #ifdef __cplusplus
18 | extern "C" {
19 | #endif
20 |
21 | typedef HRESULT (WINAPI *PFN_BOOTSTRAPPER_BA_FUNCTION_CREATE)(
22 | __in IBootstrapperEngine* pEngine,
23 | __in HMODULE hModule,
24 | __out IBootstrapperBAFunction** ppBAFunction
25 | );
26 |
27 | #ifdef __cplusplus
28 | }
29 | #endif
30 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/apputil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | // functions
10 |
11 | /********************************************************************
12 | AppFreeCommandLineArgs - frees argv from AppParseCommandLine.
13 |
14 | ********************************************************************/
15 | void DAPI AppFreeCommandLineArgs(
16 | __in LPWSTR* argv
17 | );
18 |
19 | void DAPI AppInitialize(
20 | __in_ecount(cSafelyLoadSystemDlls) LPCWSTR rgsczSafelyLoadSystemDlls[],
21 | __in DWORD cSafelyLoadSystemDlls
22 | );
23 |
24 | /********************************************************************
25 | AppInitializeUnsafe - initializes without the full standard safety
26 | precautions for an application.
27 |
28 | ********************************************************************/
29 | void DAPI AppInitializeUnsafe();
30 |
31 | /********************************************************************
32 | AppParseCommandLine - parses the command line using CommandLineToArgvW.
33 | The caller must free the value of pArgv on success
34 | by calling AppFreeCommandLineArgs.
35 |
36 | ********************************************************************/
37 | DAPI_(HRESULT) AppParseCommandLine(
38 | __in LPCWSTR wzCommandLine,
39 | __in int* argc,
40 | __in LPWSTR** pArgv
41 | );
42 |
43 | #ifdef __cplusplus
44 | }
45 | #endif
46 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/balcondition.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef struct _BAL_CONDITION
10 | {
11 | LPWSTR sczCondition;
12 | LPWSTR sczMessage;
13 | } BAL_CONDITION;
14 |
15 |
16 | typedef struct _BAL_CONDITIONS
17 | {
18 | BAL_CONDITION* rgConditions;
19 | DWORD cConditions;
20 | } BAL_CONDITIONS;
21 |
22 |
23 | /*******************************************************************
24 | BalConditionsParseFromXml - loads the conditions from the UX manifest.
25 |
26 | ********************************************************************/
27 | DAPI_(HRESULT) BalConditionsParseFromXml(
28 | __in BAL_CONDITIONS* pConditions,
29 | __in IXMLDOMDocument* pixdManifest,
30 | __in_opt WIX_LOCALIZATION* pWixLoc
31 | );
32 |
33 |
34 | /*******************************************************************
35 | BalConditionEvaluate - evaluates condition against the provided IBurnCore.
36 |
37 | NOTE: psczMessage is optional.
38 | ********************************************************************/
39 | DAPI_(HRESULT) BalConditionEvaluate(
40 | __in BAL_CONDITION* pCondition,
41 | __in IBootstrapperEngine* pEngine,
42 | __out BOOL* pfResult,
43 | __out_z_opt LPWSTR* psczMessage
44 | );
45 |
46 |
47 | /*******************************************************************
48 | BalConditionsUninitialize - uninitializes any conditions previously loaded.
49 |
50 | ********************************************************************/
51 | DAPI_(void) BalConditionsUninitialize(
52 | __in BAL_CONDITIONS* pConditions
53 | );
54 |
55 |
56 | #ifdef __cplusplus
57 | }
58 | #endif
59 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/butil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | enum BUNDLE_INSTALL_CONTEXT
10 | {
11 | BUNDLE_INSTALL_CONTEXT_MACHINE,
12 | BUNDLE_INSTALL_CONTEXT_USER,
13 | };
14 |
15 | HRESULT DAPI BundleGetBundleInfo(
16 | __in LPCWSTR szBundleId, // Bundle code
17 | __in LPCWSTR szAttribute, // attribute name
18 | __out_ecount_opt(*pcchValueBuf) LPWSTR lpValueBuf, // returned value, NULL if not desired
19 | __inout_opt LPDWORD pcchValueBuf // in/out buffer character count
20 | );
21 |
22 | HRESULT DAPI BundleEnumRelatedBundle(
23 | __in LPCWSTR lpUpgradeCode,
24 | __in BUNDLE_INSTALL_CONTEXT context,
25 | __inout PDWORD pdwStartIndex,
26 | __out_ecount(MAX_GUID_CHARS+1) LPWSTR lpBundleIdBuf
27 | );
28 |
29 | #ifdef __cplusplus
30 | }
31 | #endif
32 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/dirutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | typedef enum DIR_DELETE
6 | {
7 | DIR_DELETE_FILES = 1,
8 | DIR_DELETE_RECURSE = 2,
9 | DIR_DELETE_SCHEDULE = 4,
10 | } DIR_DELETE;
11 |
12 | #ifdef __cplusplus
13 | extern "C" {
14 | #endif
15 |
16 | BOOL DAPI DirExists(
17 | __in_z LPCWSTR wzPath,
18 | __out_opt DWORD *pdwAttributes
19 | );
20 |
21 | HRESULT DAPI DirCreateTempPath(
22 | __in_z LPCWSTR wzPrefix,
23 | __out_ecount_z(cchPath) LPWSTR wzPath,
24 | __in DWORD cchPath
25 | );
26 |
27 | HRESULT DAPI DirEnsureExists(
28 | __in_z LPCWSTR wzPath,
29 | __in_opt LPSECURITY_ATTRIBUTES psa
30 | );
31 |
32 | HRESULT DAPI DirEnsureDelete(
33 | __in_z LPCWSTR wzPath,
34 | __in BOOL fDeleteFiles,
35 | __in BOOL fRecurse
36 | );
37 |
38 | HRESULT DAPI DirEnsureDeleteEx(
39 | __in_z LPCWSTR wzPath,
40 | __in DWORD dwFlags
41 | );
42 |
43 | DWORD DAPI DirDeleteEmptyDirectoriesToRoot(
44 | __in_z LPCWSTR wzPath,
45 | __in DWORD dwFlags
46 | );
47 |
48 | HRESULT DAPI DirGetCurrent(
49 | __deref_out_z LPWSTR* psczCurrentDirectory
50 | );
51 |
52 | HRESULT DAPI DirSetCurrent(
53 | __in_z LPCWSTR wzDirectory
54 | );
55 |
56 | #ifdef __cplusplus
57 | }
58 | #endif
59 |
60 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/dlutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef HRESULT (WINAPI *LPAUTHENTICATION_ROUTINE)(
10 | __in LPVOID pVoid,
11 | __in HINTERNET hUrl,
12 | __in long lHttpCode,
13 | __out BOOL* pfRetrySend,
14 | __out BOOL* pfRetry
15 | );
16 |
17 | typedef int (WINAPI *LPCANCEL_ROUTINE)(
18 | __in HRESULT hrError,
19 | __in_z_opt LPCWSTR wzError,
20 | __in BOOL fAllowRetry,
21 | __in_opt LPVOID pvContext
22 | );
23 |
24 | // structs
25 | typedef struct _DOWNLOAD_SOURCE
26 | {
27 | LPWSTR sczUrl;
28 | LPWSTR sczUser;
29 | LPWSTR sczPassword;
30 | } DOWNLOAD_SOURCE;
31 |
32 | typedef struct _DOWNLOAD_CACHE_CALLBACK
33 | {
34 | LPPROGRESS_ROUTINE pfnProgress;
35 | LPCANCEL_ROUTINE pfnCancel;
36 | LPVOID pv;
37 | } DOWNLOAD_CACHE_CALLBACK;
38 |
39 | typedef struct _DOWNLOAD_AUTHENTICATION_CALLBACK
40 | {
41 | LPAUTHENTICATION_ROUTINE pfnAuthenticate;
42 | LPVOID pv;
43 | } DOWNLOAD_AUTHENTICATION_CALLBACK;
44 |
45 |
46 | // functions
47 |
48 | HRESULT DAPI DownloadUrl(
49 | __in DOWNLOAD_SOURCE* pDownloadSource,
50 | __in DWORD64 dw64AuthoredDownloadSize,
51 | __in LPCWSTR wzDestinationPath,
52 | __in_opt DOWNLOAD_CACHE_CALLBACK* pCache,
53 | __in_opt DOWNLOAD_AUTHENTICATION_CALLBACK* pAuthenticate
54 | );
55 |
56 |
57 | #ifdef __cplusplus
58 | }
59 | #endif
60 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/gdiputil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #define ExitOnGdipFailure(g, x, s) { x = GdipHresultFromStatus(g); if (FAILED(x)) { Dutil_RootFailure(__FILE__, __LINE__, x); ExitTrace(x, s); goto LExit; } }
6 | #define ExitOnGdipFailure1(g, x, f, s) { x = GdipHresultFromStatus(g); if (FAILED(x)) { Dutil_RootFailure(__FILE__, __LINE__, x); ExitTrace1(x, f, s); goto LExit; } }
7 | #define ExitOnGdipFailure2(g, x, f, s, t) { x = GdipHresultFromStatus(g); if (FAILED(x)) { Dutil_RootFailure(__FILE__, __LINE__, x); ExitTrace2(x, f, s, t); goto LExit; } }
8 |
9 | #ifdef __cplusplus
10 | extern "C" {
11 | #endif
12 |
13 | HRESULT DAPI GdipBitmapFromResource(
14 | __in_opt HINSTANCE hinst,
15 | __in_z LPCSTR szId,
16 | __out Gdiplus::Bitmap **ppBitmap
17 | );
18 |
19 | HRESULT DAPI GdipBitmapFromFile(
20 | __in_z LPCWSTR wzFileName,
21 | __out Gdiplus::Bitmap **ppBitmap
22 | );
23 |
24 | HRESULT DAPI GdipHresultFromStatus(
25 | __in Gdiplus::Status gs
26 | );
27 |
28 | #ifdef __cplusplus
29 | }
30 | #endif
31 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/inetutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | #define ReleaseInternet(h) if (h) { ::InternetCloseHandle(h); h = NULL; }
10 | #define ReleaseNullInternet(h) if (h) { ::InternetCloseHandle(h); h = NULL; }
11 |
12 |
13 | // functions
14 | HRESULT DAPI InternetGetSizeByHandle(
15 | __in HINTERNET hiFile,
16 | __out LONGLONG* pllSize
17 | );
18 |
19 | HRESULT DAPI InternetGetCreateTimeByHandle(
20 | __in HINTERNET hiFile,
21 | __out LPFILETIME pft
22 | );
23 |
24 | HRESULT DAPI InternetQueryInfoString(
25 | __in HINTERNET h,
26 | __in DWORD dwInfo,
27 | __deref_out_z LPWSTR* psczValue
28 | );
29 |
30 | HRESULT DAPI InternetQueryInfoNumber(
31 | __in HINTERNET h,
32 | __in DWORD dwInfo,
33 | __out LONG* plInfo
34 | );
35 |
36 | #ifdef __cplusplus
37 | }
38 | #endif
39 |
40 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/memutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | #define ReleaseMem(p) if (p) { MemFree(p); }
10 | #define ReleaseNullMem(p) if (p) { MemFree(p); p = NULL; }
11 |
12 | HRESULT DAPI MemInitialize();
13 | void DAPI MemUninitialize();
14 |
15 | LPVOID DAPI MemAlloc(
16 | __in SIZE_T cbSize,
17 | __in BOOL fZero
18 | );
19 | LPVOID DAPI MemReAlloc(
20 | __in LPVOID pv,
21 | __in SIZE_T cbSize,
22 | __in BOOL fZero
23 | );
24 | HRESULT DAPI MemReAllocSecure(
25 | __in LPVOID pv,
26 | __in SIZE_T cbSize,
27 | __in BOOL fZero,
28 | __deref_out LPVOID* ppvNew
29 | );
30 | HRESULT DAPI MemEnsureArraySize(
31 | __deref_out_bcount(cArray * cbArrayType) LPVOID* ppvArray,
32 | __in DWORD cArray,
33 | __in SIZE_T cbArrayType,
34 | __in DWORD dwGrowthCount
35 | );
36 | HRESULT DAPI MemInsertIntoArray(
37 | __deref_out_bcount((cExistingArray + cNumInsertItems) * cbArrayType) LPVOID* ppvArray,
38 | __in DWORD dwInsertIndex,
39 | __in DWORD cNumInsertItems,
40 | __in DWORD cExistingArray,
41 | __in SIZE_T cbArrayType,
42 | __in DWORD dwGrowthCount
43 | );
44 |
45 | HRESULT DAPI MemFree(
46 | __in LPVOID pv
47 | );
48 | SIZE_T DAPI MemSize(
49 | __in LPCVOID pv
50 | );
51 |
52 | #ifdef __cplusplus
53 | }
54 | #endif
55 |
56 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/metautil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include
6 | #include
7 | #include
8 | #include
9 |
10 | #ifdef __cplusplus
11 | extern "C" {
12 | #endif
13 |
14 | // structs
15 |
16 | // prototypes
17 | HRESULT DAPI MetaFindWebBase(
18 | __in IMSAdminBaseW* piMetabase,
19 | __in_z LPCWSTR wzIP,
20 | __in int iPort,
21 | __in_z LPCWSTR wzHeader,
22 | __in BOOL fSecure,
23 | __out_ecount(cchWebBase) LPWSTR wzWebBase,
24 | __in DWORD cchWebBase
25 | );
26 | HRESULT DAPI MetaFindFreeWebBase(
27 | __in IMSAdminBaseW* piMetabase,
28 | __out_ecount(cchWebBase) LPWSTR wzWebBase,
29 | __in DWORD cchWebBase
30 | );
31 |
32 | HRESULT DAPI MetaOpenKey(
33 | __in IMSAdminBaseW* piMetabase,
34 | __in METADATA_HANDLE mhKey,
35 | __in_z LPCWSTR wzKey,
36 | __in DWORD dwAccess,
37 | __in DWORD cRetries,
38 | __out METADATA_HANDLE* pmh
39 | );
40 | HRESULT DAPI MetaGetValue(
41 | __in IMSAdminBaseW* piMetabase,
42 | __in METADATA_HANDLE mhKey,
43 | __in_z LPCWSTR wzKey,
44 | __inout METADATA_RECORD* pmr
45 | );
46 | void DAPI MetaFreeValue(
47 | __in METADATA_RECORD* pmr
48 | );
49 |
50 | #ifdef __cplusplus
51 | }
52 | #endif
53 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/osutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef enum OS_VERSION
10 | {
11 | OS_VERSION_UNKNOWN,
12 | OS_VERSION_WINNT,
13 | OS_VERSION_WIN2000,
14 | OS_VERSION_WINXP,
15 | OS_VERSION_WIN2003,
16 | OS_VERSION_VISTA,
17 | OS_VERSION_WIN2008,
18 | OS_VERSION_WIN7,
19 | OS_VERSION_WIN2008_R2,
20 | OS_VERSION_FUTURE
21 | } OS_VERSION;
22 |
23 | void DAPI OsGetVersion(
24 | __out OS_VERSION* pVersion,
25 | __out DWORD* pdwServicePack
26 | );
27 | HRESULT DAPI OsCouldRunPrivileged(
28 | __out BOOL* pfPrivileged
29 | );
30 | HRESULT DAPI OsIsRunningPrivileged(
31 | __out BOOL* pfPrivileged
32 | );
33 | HRESULT DAPI OsIsUacEnabled(
34 | __out BOOL* pfUacEnabled
35 | );
36 |
37 | #ifdef __cplusplus
38 | }
39 | #endif
40 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/perfutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | // structs
10 |
11 |
12 | // functions
13 | void DAPI PerfInitialize(
14 | );
15 | void DAPI PerfClickTime(
16 | __out_opt LARGE_INTEGER* pliElapsed
17 | );
18 | double DAPI PerfConvertToSeconds(
19 | __in const LARGE_INTEGER* pli
20 | );
21 |
22 | #ifdef __cplusplus
23 | }
24 | #endif
25 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/polcutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | const LPCWSTR POLICY_BURN_REGISTRY_PATH = L"WiX\\Burn";
10 |
11 | /********************************************************************
12 | PolcReadNumber - reads a number from policy.
13 |
14 | NOTE: S_FALSE returned if policy not set.
15 | NOTE: out is set to default on S_FALSE or any error.
16 | ********************************************************************/
17 | HRESULT DAPI PolcReadNumber(
18 | __in_z LPCWSTR wzPolicyPath,
19 | __in_z LPCWSTR wzPolicyName,
20 | __in DWORD dwDefault,
21 | __out DWORD* pdw
22 | );
23 |
24 | /********************************************************************
25 | PolcReadString - reads a string from policy.
26 |
27 | NOTE: S_FALSE returned if policy not set.
28 | NOTE: out is set to default on S_FALSE or any error.
29 | ********************************************************************/
30 | HRESULT DAPI PolcReadString(
31 | __in_z LPCWSTR wzPolicyPath,
32 | __in_z LPCWSTR wzPolicyName,
33 | __in_z_opt LPCWSTR wzDefault,
34 | __deref_out_z LPWSTR* pscz
35 | );
36 |
37 | #ifdef __cplusplus
38 | }
39 | #endif
40 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/resrutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI ResGetStringLangId(
10 | __in_opt LPCWSTR wzPath,
11 | __in UINT uID,
12 | __out WORD *pwLangId
13 | );
14 |
15 | HRESULT DAPI ResReadString(
16 | __in HINSTANCE hinst,
17 | __in UINT uID,
18 | __deref_out_z LPWSTR* ppwzString
19 | );
20 |
21 | HRESULT DAPI ResReadStringAnsi(
22 | __in HINSTANCE hinst,
23 | __in UINT uID,
24 | __deref_out_z LPSTR* ppszString
25 | );
26 |
27 | HRESULT DAPI ResReadData(
28 | __in_opt HINSTANCE hinst,
29 | __in_z LPCSTR szDataName,
30 | __deref_out_bcount(*pcb) PVOID *ppv,
31 | __out DWORD *pcb
32 | );
33 |
34 | HRESULT DAPI ResExportDataToFile(
35 | __in_z LPCSTR szDataName,
36 | __in_z LPCWSTR wzTargetFile,
37 | __in DWORD dwCreationDisposition
38 | );
39 |
40 | #ifdef __cplusplus
41 | }
42 | #endif
43 |
44 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/reswutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI ResWriteString(
10 | __in_z LPCWSTR wzResourceFile,
11 | __in DWORD dwDataId,
12 | __in_z LPCWSTR wzData,
13 | __in WORD wLangId
14 | );
15 |
16 | HRESULT DAPI ResWriteData(
17 | __in_z LPCWSTR wzResourceFile,
18 | __in_z LPCSTR szDataName,
19 | __in PVOID pData,
20 | __in DWORD cbData
21 | );
22 |
23 | HRESULT DAPI ResImportDataFromFile(
24 | __in_z LPCWSTR wzTargetFile,
25 | __in_z LPCWSTR wzSourceFile,
26 | __in_z LPCSTR szDataName
27 | );
28 |
29 | #ifdef __cplusplus
30 | }
31 | #endif
32 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/rexutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include
6 | #include
7 |
8 | #ifdef __cplusplus
9 | extern "C" {
10 | #endif
11 |
12 | // defines
13 | #define FILETABLESIZE 40
14 |
15 | // structs
16 | struct MEM_FILE
17 | {
18 | LPCBYTE vpStart;
19 | UINT uiCurrent;
20 | UINT uiLength;
21 | };
22 |
23 | typedef enum FAKE_FILE_TYPE { NORMAL_FILE, MEMORY_FILE } FAKE_FILE_TYPE;
24 |
25 | typedef HRESULT (*REX_CALLBACK_PROGRESS)(BOOL fBeginFile, LPCWSTR wzFileId, LPVOID pvContext);
26 | typedef VOID (*REX_CALLBACK_WRITE)(UINT cb);
27 |
28 |
29 | struct FAKE_FILE // used __in internal file table
30 | {
31 | BOOL fUsed;
32 | FAKE_FILE_TYPE fftType;
33 | MEM_FILE mfFile; // State for memory file
34 | HANDLE hFile; // Handle for disk file
35 | };
36 |
37 | // functions
38 | HRESULT RexInitialize();
39 | void RexUninitialize();
40 |
41 | HRESULT RexExtract(
42 | __in_z LPCSTR szResource,
43 | __in_z LPCWSTR wzExtractId,
44 | __in_z LPCWSTR wzExtractDir,
45 | __in_z LPCWSTR wzExtractName,
46 | __in REX_CALLBACK_PROGRESS pfnProgress,
47 | __in REX_CALLBACK_WRITE pfnWrite,
48 | __in LPVOID pvContext
49 | );
50 |
51 | #ifdef __cplusplus
52 | }
53 | #endif
54 |
55 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/rmutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | typedef struct _RMU_SESSION *PRMU_SESSION;
10 |
11 | HRESULT DAPI RmuJoinSession(
12 | __out PRMU_SESSION *ppSession,
13 | __in_z LPCWSTR wzSessionKey
14 | );
15 |
16 | HRESULT DAPI RmuAddFile(
17 | __in PRMU_SESSION pSession,
18 | __in_z LPCWSTR wzPath
19 | );
20 |
21 | HRESULT DAPI RmuAddProcessById(
22 | __in PRMU_SESSION pSession,
23 | __in DWORD dwProcessId
24 | );
25 |
26 | HRESULT DAPI RmuAddProcessesByName(
27 | __in PRMU_SESSION pSession,
28 | __in_z LPCWSTR wzProcessName
29 | );
30 |
31 | HRESULT DAPI RmuAddService(
32 | __in PRMU_SESSION pSession,
33 | __in_z LPCWSTR wzServiceName
34 | );
35 |
36 | HRESULT DAPI RmuRegisterResources(
37 | __in PRMU_SESSION pSession
38 | );
39 |
40 | HRESULT DAPI RmuEndSession(
41 | __in PRMU_SESSION pSession
42 | );
43 |
44 | #ifdef __cplusplus
45 | }
46 | #endif
47 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/shelutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifndef REFKNOWNFOLDERID
6 | #define REFKNOWNFOLDERID REFGUID
7 | #endif
8 |
9 | #ifdef __cplusplus
10 | extern "C" {
11 | #endif
12 |
13 | typedef BOOL (STDAPICALLTYPE *PFN_SHELLEXECUTEEXW)(
14 | __inout LPSHELLEXECUTEINFOW lpExecInfo
15 | );
16 |
17 | void DAPI ShelFunctionOverride(
18 | __in_opt PFN_SHELLEXECUTEEXW pfnShellExecuteExW
19 | );
20 | HRESULT DAPI ShelExec(
21 | __in_z LPCWSTR wzTargetPath,
22 | __in_opt LPCWSTR wzParameters,
23 | __in_opt LPCWSTR wzVerb,
24 | __in_opt LPCWSTR wzWorkingDirectory,
25 | __in int nShowCmd,
26 | __in_opt HWND hwndParent,
27 | __out_opt HANDLE* phProcess
28 | );
29 | HRESULT DAPI ShelExecUnelevated(
30 | __in_z LPCWSTR wzTargetPath,
31 | __in_z_opt LPCWSTR wzParameters,
32 | __in_z_opt LPCWSTR wzVerb,
33 | __in_z_opt LPCWSTR wzWorkingDirectory,
34 | __in int nShowCmd
35 | );
36 | HRESULT DAPI ShelGetFolder(
37 | __out_z LPWSTR* psczFolderPath,
38 | __in int csidlFolder
39 | );
40 | HRESULT DAPI ShelGetKnownFolder(
41 | __out_z LPWSTR* psczFolderPath,
42 | __in REFKNOWNFOLDERID rfidFolder
43 | );
44 |
45 | #ifdef __cplusplus
46 | }
47 | #endif
48 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/srputil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 |
10 | typedef enum SRP_ACTION
11 | {
12 | SRP_ACTION_UNKNOWN,
13 | SRP_ACTION_UNINSTALL,
14 | SRP_ACTION_INSTALL,
15 | SRP_ACTION_MODIFY,
16 | } SRP_ACTION;
17 |
18 |
19 | /********************************************************************
20 | SrpInitialize - initializes system restore point functionality.
21 |
22 | *******************************************************************/
23 | DAPI_(HRESULT) SrpInitialize(
24 | __in BOOL fInitializeComSecurity
25 | );
26 |
27 | /********************************************************************
28 | SrpUninitialize - uninitializes system restore point functionality.
29 |
30 | *******************************************************************/
31 | DAPI_(void) SrpUninitialize();
32 |
33 | /********************************************************************
34 | SrpCreateRestorePoint - creates a system restore point.
35 |
36 | *******************************************************************/
37 | DAPI_(HRESULT) SrpCreateRestorePoint(
38 | __in_z LPCWSTR wzApplicationName,
39 | __in SRP_ACTION action
40 | );
41 |
42 | #ifdef __cplusplus
43 | }
44 | #endif
45 |
46 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/svcutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 |
10 | #define ReleaseServiceHandle(h) if (h) { ::CloseServiceHandle(h); h = NULL; }
11 |
12 |
13 | HRESULT DAPI SvcQueryConfig(
14 | __in SC_HANDLE sch,
15 | __out QUERY_SERVICE_CONFIGW** ppConfig
16 | );
17 |
18 |
19 | #ifdef __cplusplus
20 | }
21 | #endif
22 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/timeutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI TimeFromString(
10 | __in_z LPCWSTR wzTime,
11 | __out FILETIME* pFileTime
12 | );
13 | HRESULT DAPI TimeFromString3339(
14 | __in_z LPCWSTR wzTime,
15 | __out FILETIME* pFileTime
16 | );
17 | HRESULT DAPI TimeCurrentTime(
18 | __deref_out_z LPWSTR* ppwz,
19 | __in BOOL fGMT
20 | );
21 | HRESULT DAPI TimeCurrentDateTime(
22 | __deref_out_z LPWSTR* ppwz,
23 | __in BOOL fGMT
24 | );
25 | HRESULT DAPI TimeSystemDateTime(
26 | __deref_out_z LPWSTR* ppwz,
27 | __in const SYSTEMTIME *pst,
28 | __in BOOL fGMT
29 | );
30 |
31 | #ifdef __cplusplus
32 | }
33 | #endif
34 |
35 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/userutil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI UserBuildDomainUserName(
10 | __out_ecount_z(cchDest) LPWSTR wzDest,
11 | __in int cchDest,
12 | __in_z LPCWSTR pwzName,
13 | __in_z LPCWSTR pwzDomain
14 | );
15 |
16 | HRESULT DAPI UserCheckIsMember(
17 | __in_z LPCWSTR pwzName,
18 | __in_z LPCWSTR pwzDomain,
19 | __in_z LPCWSTR pwzGroupName,
20 | __in_z LPCWSTR pwzGroupDomain,
21 | __out LPBOOL lpfMember
22 | );
23 |
24 | HRESULT DAPI UserCreateADsPath(
25 | __in_z LPCWSTR wzObjectDomain,
26 | __in_z LPCWSTR wzObjectName,
27 | __out BSTR *pbstrAdsPath
28 | );
29 |
30 | #ifdef __cplusplus
31 | }
32 | #endif
33 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/wcalog.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #ifdef __cplusplus
6 | extern "C" {
7 | #endif
8 |
9 | BOOL WIXAPI IsVerboseLogging();
10 | HRESULT WIXAPI SetVerboseLoggingAtom(BOOL bValue);
11 |
12 | #ifdef __cplusplus
13 | }
14 | #endif
15 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/wcawow64.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #include "wcautil.h"
6 |
7 | #ifdef __cplusplus
8 | extern "C" {
9 | #endif
10 |
11 | HRESULT WIXAPI WcaInitializeWow64();
12 | BOOL WIXAPI WcaIsWow64Process();
13 | BOOL WIXAPI WcaIsWow64Initialized();
14 | HRESULT WIXAPI WcaDisableWow64FSRedirection();
15 | HRESULT WIXAPI WcaRevertWow64FSRedirection();
16 | HRESULT WIXAPI WcaFinalizeWow64();
17 |
18 | #ifdef __cplusplus
19 | }
20 | #endif
21 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/inc/wuautil.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 |
4 |
5 | #if defined(__cplusplus)
6 | extern "C" {
7 | #endif
8 |
9 | HRESULT DAPI WuaPauseAutomaticUpdates();
10 |
11 | HRESULT DAPI WuaResumeAutomaticUpdates();
12 |
13 | HRESULT DAPI WuaRestartRequired(
14 | __out BOOL* pfRestartRequired
15 | );
16 |
17 | #if defined(__cplusplus)
18 | }
19 | #endif
20 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2010/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2012/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2013/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x64/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x64/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x64/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x64/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x64/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x64/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/balutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/balutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/deputil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/deputil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/dutil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/dutil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/wcautil.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/vs2015/lib/x86/wcautil.lib
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/x64/sfxca.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/x64/sfxca.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/sdk/x86/sfxca.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/sdk/x86/sfxca.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/shine.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/shine.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/shine.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/smoke.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/smoke.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/smoke.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/torch.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/torch.exe
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/torch.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/wconsole.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/wconsole.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/winterop.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/winterop.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/wix.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/wix.dll
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/wix.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
16 | wix2010.targets
17 |
18 | wix200x.targets
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/GPO2MSI/LocalGPO/wix-binaries/x86/burn.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/GPO2MSI/LocalGPO/wix-binaries/x86/burn.exe
--------------------------------------------------------------------------------
/GPO2MSI/README.md:
--------------------------------------------------------------------------------
1 |
2 | # GPO to MSI
3 | Group Policy to MSI allows an administrator to deploy the same policies to Intune managed devices as he can use with Active Directory. The easy to use wizard allows to convert a Group Policy Object (GPO) or a local Group Policy to an MSI file, which can be deployed to Intune managed clients. This will simplify the modern management of devices with different managements Systems.
4 |
5 | The How to Guide is in our [Syntaro Wiki](https://wiki.syntaro.com/index.php?title=GPO_to_MSI).
6 |
7 | # Thanks to
8 | WiX Toolset - http://wixtoolset.org/about/license/
9 |
10 | Microsoft LGP - for your Convinionce it's allready included in the folder structure.
11 |
12 |
13 | 
14 | 
15 |
--------------------------------------------------------------------------------
/IntuneConfiguration/Custom/MDATP-Recomendaions-AdobeReader.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/IntuneConfiguration/Custom/MDATP-Recomendaions-AdobeReader.json
--------------------------------------------------------------------------------
/IntuneConfiguration/Custom/MDATP-Recomendations-GoogleChrome.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/IntuneConfiguration/Custom/MDATP-Recomendations-GoogleChrome.json
--------------------------------------------------------------------------------
/IntuneConfiguration/Custom/W10-SecBaseline1909-AuditPolicy-001.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/IntuneConfiguration/Custom/W10-SecBaseline1909-AuditPolicy-001.json
--------------------------------------------------------------------------------
/IntuneConfiguration/EndpointProtection/Windows-MDM-EndpointProtection-001.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/IntuneConfiguration/EndpointProtection/Windows-MDM-EndpointProtection-001.json
--------------------------------------------------------------------------------
/IntuneConfiguration/Export.ps1:
--------------------------------------------------------------------------------
1 | # This script is only for internal Notes on how to get the newest settings
2 | Connect-MSGraph
3 |
4 | #Custom Policies
5 | $AllPolicies = Get-DeviceManagement_DeviceConfigurations
6 | $CustomPolicies = $AllPolicies | Where-Object { $_.'@odata.type' -eq "#microsoft.graph.windows10CustomConfiguration"}
7 | foreach($CustomPolicy in $CustomPolicies){
8 | $CustomPolicy.omaSettings | Out-File -FilePath ".\Custom\$($CustomPolicy.displayName).json"
9 | }
10 | $EPPolicies = $AllPolicies | Where-Object { $_.'@odata.type' -eq "#microsoft.graph.windows10EndpointProtectionConfiguration"}
11 | foreach($EPPolicy in $EPPolicies){
12 | $JSON = $EPPolicy | Select-Object -Property * -ExcludeProperty @("deviceConfigurationId","deviceConfigurationODataType","windows10EndpointProtectionConfigurationReferenceUrl","version","displayName","description","createdDateTime","lastModifiedDateTime","id","@odata.type") | ConvertTo-Json
13 | $JSON | Out-File -FilePath ".\EndpointProtection\$($EPPolicy.displayName).json"
14 | }
15 |
--------------------------------------------------------------------------------
/IntunePilotGroup/Invoke-PilotDeviceSelection.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/IntunePilotGroup/Invoke-PilotDeviceSelection.ps1
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 Thomas Kurth
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/MDT/Start_SyntaroInstaller_001.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/MDT/Start_SyntaroInstaller_001.ps1
--------------------------------------------------------------------------------
/MonitorFailedLogons/MonitorFailedLogons.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/MonitorFailedLogons/MonitorFailedLogons.ps1
--------------------------------------------------------------------------------
/MonitorIntune/Readme.md:
--------------------------------------------------------------------------------
1 | # Monitor Intune Solution
2 |
3 | Intune is the fast growing device management solution of Microsoft. One main functionality of Intune are compliance policies, which allow the verification of specific settings on a device. There is one missing feature, which I hope will be added soon, but for the time being I developed a workaround and share it with you. In compliance policies you can define actions for non-compliance, at the moment you have only two options:
4 | - Mark the device as uncompliant (immediately or with a delay)
5 | - Send an E-Mail to the enduser and optionally to fix defined users (immediately or with a delay)
6 | The first option is good an helpful together with Azure AD Conditional Access, but the second one is not always optimal. For example, when your users do not have administrative permissions, then the e-mail can be confusing to the end-user. Also you can't use dynamic strings, for example what setting is non-compliant and how it can be remediated. Additionally, a lot of companies would like to see such alerts in their Splunk/SIEM system or create an incidents in the ticketing system. The providers of such solutions have often a possibility to receive e-mails and to parse the information in it, but the mail messages of Intune are so generic, that no helpful events/incidents can be created.
7 |
8 | Read more (https://blog.basevision.ch/2019/06/intune-integration-into-siem-splunk-or-an-incident-management-system/)
--------------------------------------------------------------------------------
/MonitorIntune/ScheduledTask.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ThomasKur/ModernAndSecureWorkplace/c0c6da66229ed2cbc867a1342298f42669cf1bb6/MonitorIntune/ScheduledTask.ps1
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Modern & Secure Workplace
3 | All about automating the Modern and Secure Workplace based on Windows 10, ConfigMgr, Intune and Azure.
4 |
5 | # Thanks to
6 | @baseVISION Team
7 |
8 | 
9 |
--------------------------------------------------------------------------------