How Implementing Microsoft Dynamics AX Can Benefit Your Retail Business

Constantly finding new ways to make your retail business grow is a given, when you’re running one. Retail analytics right now might seem sufficient if you’re starting out your business, but as you go further, you may require more insights into your business. It basically provides you with detailed comprehension about your customers, the changes you can input and also …

How Implementing Microsoft Dynamics AX Can Benefit Your Retail Business Read More

WSUS – Cleanup using Powershell with email notification output

lntroduction If you are using WSUS in your environment, you may want to run a scheduled task to cleanup old updates and compress some of the larger updates to free up space on your server. A good way of doing this is to run a Powershell script which will take care of all your cleanup requirements and as we are …

WSUS – Cleanup using Powershell with email notification output Read More

Get SID from Username and Username from SID using WMI Queries

INTRODUCTION This post will show you how to get the username of a SID. This will help you when you need to make amendments within a computers registry for HKEY_CURRENT_USER (HKCU). GUIDE Open a command prompt on the computer that a change is required for and run the followinng command: wmic useraccount get name, sid, status This will now look …

Get SID from Username and Username from SID using WMI Queries Read More

Enable Uninstall in Safe Mode

This post will show you how to enable the ability to uninstall programs when in safe mode. This can help if you have installed a driver or some other piece of software that may have blue screened your computer. Guide Launch your computer into safe mode and then run the following from a command prompt: REG ADD “HKLMSYSTEMCurrentControlSetControlSafeBootMinimalMSIServer” /VE /T …

Enable Uninstall in Safe Mode Read More