Is your request related to a problem? Please describe.
Went round and around on a case where the customer was using two different accounts. One to test with the SetupAssist.ps1 script and verify that they are in the ORG Management group and another for when running setup on Exchange.
Describe The Request
SetupAssist.ps1
- Add User that we are running as
- Include the SID to the output if we find the group
SetupLogReviewer.ps1
- Add the user we are running as when we fail to be apart of X group
- Add the SID (SidExOrgAdmins) for the ORG Management Group if it is missing when trying to run setup
- Look and see if we have a SID for the other groups as well, add the same.
Is your request related to a problem? Please describe.
Went round and around on a case where the customer was using two different accounts. One to test with the
SetupAssist.ps1script and verify that they are in the ORG Management group and another for when running setup on Exchange.Describe The Request
SetupAssist.ps1
SetupLogReviewer.ps1