If you have a lot of unused (not linked) group policy object, you can delete it with the following PowerShell script.
If you need take ownership of an employees OneDrive, run the following PowerShell code.
Some requirements before running the script.
I had to capture a Windows 7 image in SCCM. When I tried to capture the image, i was getting the following error.
Task Sequence: Image Capture Wizard has failed with the error code (0x00004005)
The solution was pretty easy. It turned out that it was the product key that couldn’t be activated.
Lately I have been testing a new deployment sequence of Windows 10 from the System Center Configuration Manager (SCCM) 2012 R2.
There was a lot of new things to try, and therefor potential for errors.
Under each deployment failure I needed to look in the client logs, to investigate the problem.
Here’s just a quick post on removing the Event ID error 106 from your application logs on Exchange Servers.
You will properly at some point see the following in your event log:
|
1 2 3 4 5 |
ID: 106 Level: Error Source: MSExchange Common Machine: - Message: Performance counter updating error. Counter name is Per-Tenant KeyToRemoveBudgets Cache Size, category name is MSExchangeRemotePowershell. Optional code: 3. Exception: The exception thrown is: System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.\ |
This is caused because the performance counters cannot be loaded properly.
I needed to install a test enviroment for Microsoft BitLocker Administration (MBAM) 1.0, to test an upgrade to 2.5 SP1.
Here is a short guide how to install and configure Microsoft BitLocker Administration (MBAM) 1.0.
Recently I had a problem, where I couldn’t join a Windows Server to the domain. It displayed the following error.
|
1 |
Network Path Not Found |
There can be various reasons why this errors shows.
Even though I had all above correct, I still had the problem.
So I used the following commands in a cmd.exe to resolve the issue.
I just had a customer who’s SharePoint application pool keep stopping.
We had the following output in the event log on the server:
|
1 |
The identity of application pool [AppPoolID] is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives its first request. If batch logon rights are causing the problem, the identity in the IIS configuration store must be changed after rights have been granted before Windows Process Activation Service (WAS) can retry the logon. If the identity remains invalid after the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number. |
There can be 2 resolutions to this error, the following needs to be done.