I'm in the process of setting up a basic RDS environment but I need a way to continually update my images after installing patches or software. The usual Windows method only allows for generalizing an OS three times, and I'm convinced there's software out there that can let me bypass this limitation. I'm aware that Citrix can update images endlessly, but we don't have that. Does anyone know of any tricks or alternative software to help with this issue? I'm familiar with the Hyper-V checkpoint method, but it's too cumbersome for my needs, and I'm looking for something more efficient.
3 Answers
If you're looking to tweak your image regularly, consider using Azure virtual desktops. It's a more modern take on RDS that might fit your needs better!
Have you tried putting your system into sysprep audit mode? You can take an image while it’s in that mode, allowing all the updates and modifications before you run the /generalize /oobe switches. This way, the generalized image is solely for deployment, and the audit one is for your IT purposes.
Honestly, it sounds like you're aiming for something beyond just a standard RDS setup. A basic RDS environment typically involves just deploying a broker and a couple of servers, along with regular updates. What exactly are you looking to achieve? It kind of sounds like you're leaning towards a VDI solution instead of just RDS.
Exactly! After that, just shut it down, clone it, and sysprep the clone for deployment. This approach lets you keep your main image fresh!