Mergers and acquisitions promise growth, but the operational aftermath often reveals a deeper challenge… It involves integrating people, systems, and processes. While most attention stays on financials, contracts, and branding, the complexity of unifying HR systems
Weekly Tip 43
Change the Comment on Multiple Packages:
import-module “<path to SCCM cmdlet file>”
$pack_ids = get-content <path to file containing package IDs>
cd <site code>:
ForEach ($pack_id in $pack_ids) {
Set-CMPackage -id $pack_id -Description “<new comment>”
Write-host “comment set on $pack_id” }
Steps:
Share:
Matt Tinney
Contact Us
More Posts
Restrict Computer to a Windows 11 Version
At some point, you may need to lock a computer to a specific version of Windows 11. This could be because of a compatibility issue with a critical app or device, the need to maintain more
Sync ConfigMgr Collections to Intune
ConfigMgr collection sync is a feature that has been in ConfigMgr for a few versions. At a high level, it syncs the membership of a collection to a group in Entra ID that can then be
The Secret Role of HR Tech in M&A Success and Post-Merger Integration
Mergers and acquisitions promise growth, but the operational aftermath often reveals a deeper challenge… It involves integrating people, systems, and processes. While most attention stays on financials, contracts, and branding, the complexity of unifying HR systems
WME Microsoft 365/Azure Updates 22 August 2025
1. Exchange Online: Temporary Mailbox Access Disruption via MAPI Overview Some Exchange Online users experienced mailbox access issues via the Messaging API (MAPI) on August 20, 2025. The disruption occurred after Microsoft reverted a recent service
HR Data Chaos: How Centralized HRIS Solves Fragmentation in Growing Firms
Growth in your organization often exposes what scale often conceals… Disjointed HR systems stitched together via inefficient manual effort and fragile workflows. Payroll lives in one platform, benefits in another, identity data floats untethered in AD,
Chatbots in HR: Just Hype or the Future of Employee Support?
HR chatbots are not futuristic ambitions anymore. Certainly, they are now workflow enablers. At their core, these AI agents interface between employees and backend systems. They answer queries, trigger actions, surface personalized information, and whatnot. But