[solved] 0x80310028 The drive specified is not the operating system drive

When you try to suspend BitLocker for one or several reboots, you may encounter the following error: This message appears when you combine the RebootCount parameter with the Suspend-BitLockercmdlet. It’s because the RebootCount parameter is only available for the Operating System drive. Probably you tried the following command line: If your drives are configured to […]

Buggy WhatIf parameter…

I had recently to reset a bunch of user accounts. Before informing people about the change, and in order to test my script I used the WhatIf parameter. Unfortunately, the Set-ADAccountPassword cmdlet didn’t return anything… And after a few minutes, people started to call for help about their password… I didn’t know that this is […]

[Solved] Exception from HRESULT 0x800706BA

Sometimes you can get the following error: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA). This means that either your RPC service is not working correctly (rare but happened to me), or that your RPC packets are blocked by a firewall. Possible solutions Try the Test-NetConnection cmdlet to check if the port 135 is […]

[Solved] GPResult no RSoP data

Reason This happens because you haven’t yet logged on locally on the server and you are launching a gpresult command in a PSSession. Solution Just logon once interactively in a RDP session on the target computer and you will be able to launch the gpresult command in a PSSession without this error.

[Solved] Failover Cluster Volume Access Denied

Scenario You move a clustered file share to another node. The resource appears as online. You can access files from an elevated command prompt. You can access files through the network share. However, with File Explorer you get an access denied. If you compare the volume icon to functional volumes icons, you can see that […]