Best Methods for Managing RDS Images Without Limits?

0
8
Asked By TechWizard92 On

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.

4 Answers

Answered By CloudySky55 On

Hey, I think you might be overcomplicating things! Instead of storing a generalized copy, keep the image before you sysprep it updated. That way, after sysprepping, just take a snapshot or backup of the VM while it’s powered off, and you can reuse that image as often as you like. This method avoids the pitfalls of a 'golden image' which can get bloated over time. Check out MDT for creating a new image every time; it really helps keep things clean and organized.

VirtualNinja84 -

Absolutely! Sysprep shuts the VM down after preparation, so it’s a good move to create a backup post-sysprep. But you're right, sticking to a 'golden image' can be limiting. MDT is a lifesaver for keeping everything streamlined!

Answered By IT_Wizardry22 On

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!

Answered By HelpDeskHero77 On

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.

BackupBanana45 -

Exactly! After that, just shut it down, clone it, and sysprep the clone for deployment. This approach lets you keep your main image fresh!

Answered By ServerGuru13 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.