If your enterprise uses Microsoft Intune as part of your Microsoft 365 stack, or your company is among the 250,000 who use JumpCloud, Workbrew has new integrations that offer device inventory syncing. This feature makes it easier to deploy, especially for large fleets.
Maintain the security posture you need, roll out the hardware your teams want. The integration allows Admins to sync device inventory across systems, and easily track and manage enrolled devices.
IT admins who use JumpCloud for “Cross-OS” device management can build upon their toolset to sync device inventory and ownership data across systems, and quickly navigate between Workbrew and JumpCloud.
Workbrew continues to grow our list of integrations, based upon requests from customers. If you don’t see your MDM tool listed here, we’d love to hear from you— whether you’re a customer looking for support, or an integrator interested in building a connection with Workbrew.
#!/bin/bash
# Check for Homebrew in supported installation paths.
if [[ -x "/opt/homebrew/bin/brew" ]] ||
[[ -x "/usr/local/bin/brew" ]] ||
[[ -x "/home/linuxbrew/.linuxbrew/bin/brew" ]]
then
echo "Homebrew is installed."
exit 0
else
echo "Homebrew is not installed."
exit 1
fi
If your enterprise uses Microsoft Intune as part of your Microsoft 365 stack, or your company is among the 250,000 who use JumpCloud, Workbrew has new integrations that offer device inventory syncing. This feature makes it easier to deploy, especially for large fleets.
Maintain the security posture you need, roll out the hardware your teams want. The integration allows Admins to sync device inventory across systems, and easily track and manage enrolled devices.
IT admins who use JumpCloud for “Cross-OS” device management can build upon their toolset to sync device inventory and ownership data across systems, and quickly navigate between Workbrew and JumpCloud.
Workbrew continues to grow our list of integrations, based upon requests from customers. If you don’t see your MDM tool listed here, we’d love to hear from you— whether you’re a customer looking for support, or an integrator interested in building a connection with Workbrew.
3. IT Admins have questions. We weren’t sure what to expect, but so many folks had specific implementation queries. Others were curious about what Workbrew is up to. It was a non-stop flow of awesome conversations, and we ran out of Homebrew Cheat Sheets and Implementation Guides.
4. MacAd.UK has great bean bag chairs – the Chill-Out Zone was a super comfortable place to talk about CVEs.
5. The wonderful MacAdmins Foundation offers grants for folks who want to attend but aren’t in a position to fund the trip. For those looking to attend MacAdmins PSU, their applications are open.
A big thank you to the MacAD.UK team and we’re excited to be back next year.
If you missed it, check out Brandon’s talk on Balancing the Needs of IT, Security, & Engineering Teams at Scale
3. IT Admins have questions. We weren’t sure what to expect, but so many folks had specific implementation queries. Others were curious about what Workbrew is up to. It was a non-stop flow of awesome conversations, and we ran out of Homebrew Cheat Sheets and Implementation Guides.
4. MacAD.UK has great bean bag chairs – the Chill-Out Zone was a super comfortable place to talk about CVEs.
5. The wonderful MacAdmins Foundation offers grants for folks who want to attend but aren’t in a position to fund the trip. For those looking to attend MacAdmins PSU, their applications are open.
A big thank you to the MacAD.UK team and we’re excited to be back next year.
If you missed it, check out my talk on Balancing the Needs of IT, Security, & Engineering Teams at Scale
#!/bin/bash
# Check for Homebrew in supported installation paths.
if [[ -x "/opt/homebrew/bin/brew" ]] ||
[[ -x "/usr/local/bin/brew" ]] ||
[[ -x "/home/linuxbrew/.linuxbrew/bin/brew" ]]
then
echo "Homebrew is installed."
exit 0
else
echo "Homebrew is not installed."
exit 1
fi