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
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.
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.
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.
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.