script to enable Remote desktop option under system properties

i need PS script to enable Remote desktop option under system properties–>remote–>remote desktop for select users .

client machine : windows 7 enterprise 64-bit.

thanks .

Take a look at this post https://powershell.org/forums/topic/enable-remote-desktop-via-cmdlet/

I need a cold beer.

The hard work has been done for you. Google threw up this:
TechNet Blog - Checking and Enabling Remote Desktop With PowerShell.

The same registry keys are using in Windows 7, I believe.

Not quite sure what you mean by ‘for select users’; this is a per machine setting. Remote access can be restricted to specific users by restricting membership of the local security groups. e.g. Members of Local Administrators will be able to connect and so will members of Remote Desktop Users.

thanks Jonathan Warnken given cmdlet is working .