A user asked for help in matching both C and D drives using regex but wasn’t successful. Other users suggested using a collection group instead.
Read the entire ‘How to Match Multiple Drives Using Regex?’ thread below:
Hi everyone, I’m trying to match both C:\ and D:\, but the following regex is not working. I have also tried a few other variations. Does anyone know which regex would work?
^C:\\$

not sure but I hate regex so would use a collection group where drive name is c:\ or drive name is d:\
Okay, let me try a collection group.
Like this?

make sure they are set to or inside the collection
for the rest: yes
Continue reading and comment on the thread ‘How to Match Multiple Drives Using Regex?’. Not a member? Join Here!
Categories: All Archives, ControlUp for VDI
