I am looking for creating a dynamic security group for the below condition.
I have servers with the computer name starting from server0000,server0001, .................... server0039
These servers will be created dynamically on need basis & i want these servers to be part of 1 security group dynamically.
Let me know how can i achieve it.
My plan is to create as below .
Dynamic Policy:
Computer Name starts with server000
Computer Name starts with server001
Computer Name starts with server002
Computer Name starts with server003
The above should cover servers from server0000 ~ server0039
Is there any better way to achieve it.