Help!
How do I use Hyena to modify Exchange attributes?
Specifically, Send Limit/Receive Limit for a
group of users that were retrieved from a query.
I'm thinking like this:
(Forgive my poor pseudocoding!)
Select * From Users
where Send_Limit=2048
Set Send_Limit=<Blank>
Set Use_Default=<True>
How do I do this?
How do I use Hyena to modify Exchange attributes?
Specifically, Send Limit/Receive Limit for a
group of users that were retrieved from a query.
I'm thinking like this:
(Forgive my poor pseudocoding!)
Select * From Users
where Send_Limit=2048
Set Send_Limit=<Blank>
Set Use_Default=<True>
How do I do this?
Comment