├── AZSMUG-12-2019 └── MMSJazz.pptx ├── AZSMUG-5-2019 ├── ApplicationsList.csv ├── Automating application packaging and deployment in ConfigMgr.pptx ├── CreateApplicationsList.ps1 └── CreateDynamicVariablesList.ps1 ├── BasicAppDetectionScript ├── BasicAppDetectionScript.ps1 └── ScriptToCreateAppDetectionScript.ps1 ├── Get-InstalledSoftwareInfo ├── Get-InstalledSoftwareInfo.ps1 ├── Get-InstalledSoftwareInfo.ps1.psbuild └── bin │ └── x64 │ ├── Get-InstalledSoftwareInfo.exe │ └── Get-InstalledSoftwareInfo.exe.config ├── GetWMIInfo.reg ├── LICENSE ├── New-CMDeploymentTypeProcessRequirement.ps1 ├── PowerShellMSIARPCleanup ├── PowerShellMSIARPCleanup.ps1 └── readme.md └── README.md /AZSMUG-12-2019/MMSJazz.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/AZSMUG-12-2019/MMSJazz.pptx -------------------------------------------------------------------------------- /AZSMUG-5-2019/ApplicationsList.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/AZSMUG-5-2019/ApplicationsList.csv -------------------------------------------------------------------------------- /AZSMUG-5-2019/Automating application packaging and deployment in ConfigMgr.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/AZSMUG-5-2019/Automating application packaging and deployment in ConfigMgr.pptx -------------------------------------------------------------------------------- /AZSMUG-5-2019/CreateApplicationsList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/AZSMUG-5-2019/CreateApplicationsList.ps1 -------------------------------------------------------------------------------- /AZSMUG-5-2019/CreateDynamicVariablesList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/AZSMUG-5-2019/CreateDynamicVariablesList.ps1 -------------------------------------------------------------------------------- /BasicAppDetectionScript/BasicAppDetectionScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/BasicAppDetectionScript/BasicAppDetectionScript.ps1 -------------------------------------------------------------------------------- /BasicAppDetectionScript/ScriptToCreateAppDetectionScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/BasicAppDetectionScript/ScriptToCreateAppDetectionScript.ps1 -------------------------------------------------------------------------------- /Get-InstalledSoftwareInfo/Get-InstalledSoftwareInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/Get-InstalledSoftwareInfo/Get-InstalledSoftwareInfo.ps1 -------------------------------------------------------------------------------- /Get-InstalledSoftwareInfo/Get-InstalledSoftwareInfo.ps1.psbuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/Get-InstalledSoftwareInfo/Get-InstalledSoftwareInfo.ps1.psbuild -------------------------------------------------------------------------------- /Get-InstalledSoftwareInfo/bin/x64/Get-InstalledSoftwareInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/Get-InstalledSoftwareInfo/bin/x64/Get-InstalledSoftwareInfo.exe -------------------------------------------------------------------------------- /Get-InstalledSoftwareInfo/bin/x64/Get-InstalledSoftwareInfo.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/Get-InstalledSoftwareInfo/bin/x64/Get-InstalledSoftwareInfo.exe.config -------------------------------------------------------------------------------- /GetWMIInfo.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/GetWMIInfo.reg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /New-CMDeploymentTypeProcessRequirement.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/New-CMDeploymentTypeProcessRequirement.ps1 -------------------------------------------------------------------------------- /PowerShellMSIARPCleanup/PowerShellMSIARPCleanup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/PowerShellMSIARPCleanup/PowerShellMSIARPCleanup.ps1 -------------------------------------------------------------------------------- /PowerShellMSIARPCleanup/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/PowerShellMSIARPCleanup/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/miscellaneous-tools/HEAD/README.md --------------------------------------------------------------------------------