Do you mean you have the suffix "-admin" added to your regular AD username ?
If yes, you can change the following line in Alan's script
$_ |
Add-Member
-MemberType
NoteProperty
-Name
Creator
-Value
$report
[
$key
].User
to
$_ |
Add-Member
-MemberType
NoteProperty
-Name
Creator
-Value
$report
[
$key
].User.Split('-')[0]