-
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…
-
Continue reading →: BLE POC Tracking System – Implementation Notes – Testing, Results & ConclusionI’ve recently completed an Honours Degree in Software Development and as part of this I spent a few months off and on working on a proof of concept tracking system utilising Bluetooth Low Energy (BLE) in order to track small asset tags. I believe this system could quite easily be…
-
Continue reading →: Simple Node.js Express CosmosDB PaginationI struggled to find a simple example of how I could return paginated results from an Azure CosmosDB from a Node.js Express application. Luckily, I eventually came across a brilliant article by Elio Struyf which can be found here – Retrieving the CosmosDB query continuation token in Node.js. I’ll post…





