Remote Desktop (RDS)
Servers
RDS Roles
Remote Desktop Session Host (RDSH)
FSLogix
Why FSLogix is needed
Chef (Intro)
Learning Chef
Test Kitchen
A recipe is a single set of instructions that describes one piece of desired system state. It tells Chef what should be true on a server—such as a package being installed, a service running, or a config file having specific contents. Recipes are declarative and idempotent, meaning they can be run repeatedly and will only make changes if something is out of place.