Today I found a simple way to bypass today’s firewalls, e-mail filters etc. You need a) funny picture of some kind and b) some files (any kind) to store within that funny picture. The secret commando : copy /b JustAPicture.jpg + SecretFiles.rar SecretInside.jpg Now the files are inside the JPG pictureRead More →

Use the following commando to disable OWA and Activesync for everyone : get-Mailbox -ResultSize Unlimited| set-CASMailbox -ActiveSyncEnabled:$False -OwaEnabled:$False You can then create an CSV to enable OWA and Activesync for specific users : Create a CSV with one column named UserPrincipalName and below it the users defined for which itRead More →