PowerShell Module that authenticates and gets data from the Apple Business Manager APIs
Find a file
2025-06-12 10:19:06 -07:00
.gitignore Initial Version 2025-06-12 10:19:06 -07:00
AppleBusinessManager.psd1 Initial Version 2025-06-12 10:19:06 -07:00
AppleBusinessManager.psm1 Initial Version 2025-06-12 10:19:06 -07:00
README.md Initial Version 2025-06-12 10:19:06 -07:00

Apple Business Manager API Module for PowerShell

To use this module, you'll need to convert the private key from Apple to a .NET friendly format: openssl pkcs8 -topk8 -inform PEM -outform PEM -in [path to your key from Apple] -out [path to where you want to save the converted key] -nocrypt