I am trying to find a cmdlet that will set custom user permissions on a group without using Security Groups. I have no issues when doing this through the GUI. However, I have a lot of these to set up, so it would be easier if I could script that process.
I'm configuring this by editing the Group, going to Security > Permissions, changing Permission to Custom, and under the General tab, setting View to Custom and then choosing the user accounts that need to have access to the folder and its contents.
Currently, the closest cmdlet I could find was Set-RDMUserGroupRights, but that only seems to be for when you are using Security Groups.
Does this functionality exist for the PowerShell module, or is this something that you can add?