Welcome to the Jocha blog!
Recover files from Previous Version/Shadowcopy
By default, shadow copy will save a copy of your files once a day, or triggered into action such as when installing an update or new program.
This is all managed by the Windows Task Scheduler. By making some changes to the ‘System Restore’ schedule you can create more frequent backups of documents…
Windows 2012 listening on port 80 fix
First of all, the way http.sys works on newer Windows versions is a very useful feature.
The reason behind http.sys is to have a single system service that listens on the all-important port 80 and be a mediator to different applications and services…
Connect to Office 365 with Powershell
The GUI at Microsoft is great but sometimes we need to dig a bit deeper.
I ran into some issues with a Resource mailbox and had to do some troubleshooting in the Office 365 service.
Breaking into a Windows System
Do you ever get that sinking feeling, when you’ve forgotten the root password to your test lab? Again?
I hate it too! So I decided to figure out a way around it, using a work around…
Configure Windows 7 Network Adapter Binding Priority
A computer running Windows 7 may connect to networks with various adapters.
If you have a device that can connect to networks in multiple ways, you may wonder how Windows determines the priority of the installed network adapters.
Install Updates on Exchange Server 2010 DAG
To update the DAG members with new patches the process should be managed to prevent all of the DAG members from being offline at the same time.
You can move the active mailbox databases off a particular server so that it can be patched, and if necessary rebooted, without causing any downtime for mailbox users on that database.
Create a Windows Server 2012 or Windows 8 USB Key
I’ve seen a number of notes and blogs on the Internet on how to create a bootable USB Key to put Windows Server 2012 and/or Windows 8…
AD Delegation: Default Permissions for GPOs
When setting up Active Directory delegation, you want administrators to be able to maintain Group Policy without being a Domain Admin.
If you read TechNet, Microsoft tells you to use Group Policy Creator Owners. However CO does not have permissions to modify or edit any other group policy objects.