profile for Hannel on Stack Exchange, a network of free, community-driven Q&A sites

Project Work Hours

Sat & Sun 6am - 9am

Subscribe via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Archives

Windows

Includes everything Microsoft Windows related

Thought i should start sharing some tools in my little tool box, this is my Exchange Start-Services script.

In my Lab at home the Virtual Machines are running minimal specs so i am always encountering issues with automatic Exchange services not starting at boot up so i came up a little script to solve that issue. The script can be manipulated to be used for any service or services.

Just 4 lines of ‘code’ and that’s it, script can be  run 30 minutes after server bootup as a scheduled task or on demand. Download script here

Syntax:

.\StartServices.ps1

Breakdown of script below

Continue reading

Deployed ADFS 3.0 a few months back unfortunately did not get it on video nor did take screenshots of the steps. As i am getting old, blogging everything i do on my environment is how i keep track of what was done, so this posting is just for tracking.

ADFS 3.0 unlike ADFS 2.0 is very easy and simple to deploy, since its part of Windows Server 2012 R2, the installation is basically adding an AD feature, you done one you’ve done all.

20150705 - W12E13ADFS

Continue reading

Love the first sketch so bad i couldn’t resist doing another one when environment changed. With only Project W12E13 the environment is much easier to handle.

20150703 - W12E13

I was looking for this information a week ago and it seems to be missing on the web so now that i have figured it out, it time to share.

ClearCredMan

ClearCredMan.ps1

This script is designed to check the computer’s credential manager for certain credentials you specify in the filter and delete them, as simple as that.

Continue reading