In a post last week, I talked about how I've begun using YNAB in 2019 to manage my finances. As soon as I learned there was an API, you know I had to dig in and see what it could do. Below I've posted a short PowerShell script to query all credit cards and lines of credit and then dump them out to the console. Nothing …
Read MoreOne of my two New Years resolutions for 2019 was to do a better job managing my personal finances. I've been a religious Quicken user for about sixteen years, but I was starting to realize that it was doing a great job at telling me what I'd spent my money on, and ensuring that I never spent more than I had, but I …
Read MoreAfter upgrading a number of systems to Visio 2016, I started to hear more and more about old pre-2010 Visio files in VSD format that would no longer open and would throw the following error: The strange thing was that the files were still launching without issue for users who were still on Visio 2010 and 2013. The …
Read MoreA recently had a requirement to bundle a number of applications together into a few different task sequences to make available to a user collection. After a bit of research, I discovered that this is a pretty common question, and that there is no built-in method to make this available. Below, I'll walk through how I …
Read MoreAfter pasting some content into Excel 365 (2016), I found that I had brought along thousands of little objects from the source data. These were tiny invisible objects, but they'd constantly get in the way of me clicking into a cell, because I'd inadvertently click on one of the objects instead. While I should have just …
Read MoreI've written the following three PowerShell functions to build a mapping of Office 365 ProPlus version numbers (e.g. 16.0.10205.2009) to more reportable build numbers (e.g. 1806). I've created the following three functions to start: Get-Office365BuildToVersionMap Get-OfficeBuildListToCase Get-OfficeBuildListToSQLTable …
Read MoreThose enterprises who jumped on the Windows 10 bandwagon early and didn't like the idea of the Windows Store being installed by default may have taken it upon themselves to force the removal of the Windows Store before reading some of the best practices for either disabling it, or setting up a Windows Store for …
Read MoreIf you're trying to automate the deployment of the SCCM Console through Configuration Manager, you may find that running it quietly throws something like this in AppEnforce.log: Process 9976 terminated with exitcode: 6 For some reason, Microsoft has decided not to define a default installation path when running the …
Read MoreHow it is possible in mid-2018, with 2.6 million results in google when searching, that we don't have a policy where we can prevent shutting down a system but allow rebooting? There are dozens of workarounds, some of which I'll go over below, but no actual ability to set this policy. My Problem: First, there are two …
Read MoreWhen it comes to data in SCCM, there is no shortage of what you can get access to, but where exactly do you find it? Below I'll outline three methods I've used in the past. First, the TechNet documentation. I'm going to be honest, I haven't actually looked here in quite some time. It's available, but since I've been …
Read More