OfficeDev / O365-EDU-Tools

O365 Education tools and scripts repository
MIT License
199 stars 395 forks source link

Reorder assignment in Block-PowerShell_for_everyone_except_me.ps1 #128

Closed AyronJohnson closed 11 months ago

AyronJohnson commented 11 months ago

Assigning the user before requiring assignment

Related Issue

N/A

Summary

Assigning the user before requiring assignment

Reason

If someone were to run this line by line, by requiring assignment first, they wouldn't be able to assign themselves after requiring assignment, since they would be limited pshell access to only assigned users from the step before.

Proposed Change(s)

Details

Additional Info

n/a

References

n/a

Checklist

n/a