-
Continue reading →: Node.JS – How-To Patch CosmosDB Collections and Nested ItemsThis will be a bit of a reference guide to updating a CosmosDB collections and nested items in a nice manner. This thread will not cover how to use the CosmosDB package in Node.JS and it will assume you’ve successfully connected to a database. I will use the example of…
-
Continue reading →: PowerShell – Locate Inactive Users in Active Directory / Exchange On-PremAnother short article with little context today. The PowerShell script below will produce a report showing the Last Logon time of all enabled Active Directory users, it will also connect to Exchange On-Premise and request the last logon date of the mailbox. This can be useful to identify user accounts…
-
Continue reading →: PowerShell – Find Active Directory Users by First and Last NameShort one today, the script below will import a CSV from C:\temp\users.csv that contains a ‘User Name’ field and will locate all Active Directory users that match that. Where multiple matches are found it will populate the exported CSV with all matches.
-
Continue reading →: Android – How to fix ‘Zip Treble Compatibility Error’I’ve recently been messing around with custom ROM’s, rooting and all that good stuff on Android and came across an issue when trying to re-apply the stock image on my OnePlus Five. When trying to install the original stock ROM to the device I received the following error message –…
-
Continue reading →: PowerShell – How to Retrieve Specific Events From All ServersOccasionally you may have to implement something which will improve the security of your organisation but that does introduce a risk. Often the correct way to determine if it will cause issues is to enable logging and then to review those logs. But what if you don’t have centralised logging?…
-
Continue reading →: Exchange 2016 – User account isn’t a member of the ‘Schema Admins’ or ‘Enterprise Admins’ groupThis is a frustrating issue to come across when trying to roll out AD Schema Updates during an Exchange Cumulative Upgrade. But luckily it’s normally quite simple to resolve, this article will cover the various solutions from most to least likely to fix the issue.
-
Continue reading →: How to Search Subfolders in System Center 2012 – SCCMThe amount of time wasted before realising how to do this simple thing isn’t worth thinking about, but luckily it’s very easy in SCCM to search in all subfolders and it can be done by doing the following – Navigate to any asset that contains a search bar at the…
-
Continue reading →: Windows 11 – Fix Missing Defender / Windows SecurityI’ve recently encountered an issue on Windows 11 devices whereby Windows Defender and the Security portal refuse to open, with it showing a “You’ll need a new app to open this windowsdefender link” popup. This appears to stem from a corrupt app install after one of the recent patches.
-
Continue reading →: Exchange – Extend Email Approval ExpirationExchange has a brilliant feature called ‘Email approval’ that can be configured using mail flow rules. This allows emails to configured recipients to be redirected to a user or a mailbox where it must be approved before reaching it’s final destination. By default, any emails awaiting approval for between 2-7…
-
Continue reading →: Dynamics 365 – Entity Type Code ListThis article is a repost of an article that exists on SPandCRM.com which I’m slowly moving to this blog. Another quick reference article today, in this article I’ll provide a list of type codes which are internal ID references to entities and I’ll provide some and SQL query that will…





