Skip to content

Instantly share code, notes, and snippets.

View brokenwindupdoll's full-sized avatar

brokenwindupdoll

View GitHub Profile
Param
(
[string]$ComputerName = $env:ComputerName,
[string]$Class,
[string]$Manufacturer,
[string]$Name
)
$pnp = Get-WmiObject -Class "Win32_PNPEntity" -ComputerName $ComputerName
@brokenwindupdoll
brokenwindupdoll / adobe-hd.py
Last active August 4, 2020 20:20
A rough script to wrap Adobe HyperDrive apps into pkgs for easier use in Munki
#!/usr/bin/python
# A rough script to wrap Adobe HyperDrive apps into pkgs for easier use in Munki.
#
# Requires at least AUSST 4. You must sync updates to a locally accessible file system for this script to work.
#
# Does not import into Munki by itself. You will need to manually copy the plist and DMG files into a repository.
#
# The package installers that are created contain an optional "install" item to remove previous versions.
# The munkiRemoveOlderVersions switch will create an option override to run this on install.