PowerShell Intune Win32 App Installation using PowerShell Script Change your Install and uninstall command line to specifically call for the 64-bit powershell.exe.
Printers Windows LPR Printer First off, you probably shouldn't be doing this, LPR/LPD has been deprecated in Windows since Server 2012. However, it is still useful in a mixed environment. On-prem Windows Print
WSUS Import Updates from Catalog to WSUS There are some Windows Updates that are only available in the Microsoft Update Catalog. You can import them into WSUS (and thus be able to import them to SCCM) via
QuickTime QuickTime 7 for Windows I know what you're thinking, QuickTime 7 for Windows is outdated and should be uninstalled. I agree with you. However, there are still some apps out there that depends on
PowerShell File Versions in Windows (with PowerShell) In an everlasting remediation with Cisco AnyConnect on Windows where 4.5.xxxxx doesn't upgrade properly by just installing a newer version of the product. Cisco has a workaround with
Setaid.ini for SEP installs I had such a hard time finding what some of the variables do in Setaid.ini because I don't have access to the deployment package part of SEMP (I know,
USMT State Migration Point Hello! It's been awhile. Doing many things at work now-a-days. Here's something I've been working on in SCCM. We are migrating folks from Windows 7 to Windows 10 (it works
SCCM SCCM testdbupgrade When you are trying to run setup /testdbupgrade and you get an error asking for a native client (because you're running the command outside of your DB site or just
SCCM SCCM Task Sequence Missing Package If you work in with SCCM imaging, you've probably seen where your task sequence bombs out saying you're missing a package. Most of the time, it will tell you which
terminal SSD Fan Control If you ever replaced a HDD in an iMac (pre-flat, and post white kinds), you've probably had a very loud fan and found iStat Menus or SSD Fan Control to
terminal find Command In an attempt to remove .DS_Store files that Finder creates on network shares, I learned about the -exec option in the find command. Sometimes find can feel overwhelming, especially
munki Using Munki to manage Profiles from Profile Manager Sometimes, you want to use a profile to enforce some OS X settings. Whether you're moving away from MCX or Profile Manager is isn't delivering your profiles, you can use
dscl Creating User Records with dscl I was decomissioning an Xserve from serving MCX (I was turning off Open Directory) to keep it from serving some transitional MCX. Long story short, I deleted the OD. However,
ip address What's my name? At my current job, we name our computers the same name as their DNS names. I needed a way to set my Macs' HostName, LocalHostName, and ComputerName the same as
munki MunkiWebAdmin + MySQL on OS X 10.8.5 Server Using the combined guides and suggested setup, this is how I had to set up my MunkiWebAdmin with MySQL on OS X 10.8.5 Server(.app's Web server). Thank