13 years ago
SetEVExchangePermissions.ps1 Customization.
I'm doing some testing for an envronment where I need to selectively apply the SVA account permissions on a per server, per database basis.
I understand that I can specify per server with the -server switch when ran remotely, does anyone have any thoughts for how to do this on a per database level as well?
Are there any thoughts or customization of the script that can share?
Thanks in advance.
Well, I'm not sure whether people can post here their own customisations .. I mean they can, as a guide.
From what I just scanned in the .ps1 file you'd be looking at making changes to :
function ProcessInstructions()
If that helps?