📄️ Introduction to Remote Desktop Server
Servers
📄️ Core RDS Components (Servers & Roles)
Remote Desktop Session Host (RDSH)
📄️ FSLogix (Profile Management)
Why FSLogix is needed
📄️ Introduction to Chef
Learning Chef
📄️ Chef Parts
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.