Group Policy Error 0x8007000d in Server Event Log

microsoft black logo

We recently dealt with an issue for a customer where a few of their server event logs where full of Group Policy error. The error in question was: Event Type: Error Event Source: Group Policy Local Users and Groups Event Category: (2) Event ID: 8194 Date: 30/06/2017 Time: 10:27:12 AM User: NT AUTHORITYSYSTEM Computer: WINDC1 … Read more

SCCM OSD – Restart a task sequence wizard in WinPE without rebooting

SystemCenter logo

If you have started a task sequence in Configuration Manager and you hit a problem, the last thing you want to do is to have to go through the reboot process back into Windows PE. So, if you want to just restart the task sequence without rebooting, carry out the following steps: Press F8 to … Read more

Operations Manager – Enable agent proxy on all agents

scom 2012

If you are using System Center Operations Manager (SCOM) then you may want to enable agent proxy on all your agents. If you want to do this then you can use the power of Powershell to carry this out. Just open up a Powershell command box and use the following command: get-SCOMagent | where {$_.ProxyingEnabled … Read more

System Center Service Manager Data Warehouse Analysis Services installation error

SCSMDW

If you are trying to install System Center Service Manager Data Warehouse then you may run into an issue on the Configure Analysis Services for OLAP cubes wizard page where it states that The server is not available: We ran into this issue a while ago and we checked everything that we could find on … Read more

Stop encryption of network shares using FSRM

ransomware

With the recent ransomware attack across the world, IT departments should now been fully patched but also be taking steps to help protect themselves in the future. One way of trying to stop encryption of your files on network shares is to utilise the free File Server Resource Manager (FSRM) tool. This tool has been … Read more

Bulk Delete Multiple Operations Manager Management Packs [2020 Updated]

microsoft windows white logo

If you are using System Center Operations Manager and you want to bulk remove multiple Management Packs, then you can use the power of the Operations Manager Shell to carry it out. First of all, you need to open up the Operations Manager Shell. Then you should run the following command: where: “*Microsoft.SQLServer*” = the … Read more

WordPress Speedup – Change the way you add Google Adsense Ads

wordpress blue and white and grey logo

Google Adsense is a great way of earning some cash by placing a few adverts on your WordPress blog. However, if you create an advert in your Google Adsense console and just copy and paste it straight into your WordPress site, you are loading a separate script each time for each advert. So, would it … Read more

IIS Management Console to connect to a remote IIS Server

IIS Management Console to connect to a remote IIS Server

If you want to use the IIS Management Console on a technician’s computer then you may run into the problem that a lot of people have – simply installing the IIS components and console on the technician’s machine will not work. This is because it will only connect to the localhost – you need to … Read more