Exchange ActiveSync device access

Hi

I have Exchange 2010 and I have to create Exchange ActiveSync device access to quarantine some devices for testing purpose .

my question can we quarantine based on smtp id not device family or model to control whom shall I quarantine .

My objective to quarantine all connections coming from 2 email id only is it possible ?

Thanks

March 31st, 2015 5:56am

Hi there,

Currently it is organisation wide - you cannot be selective on the users.

You can pre-populate the DeviceID for the user in their 'activesyncalloweddeviceids' field however.

As you have Exchange 2010 use Get-ActiveSyncDevice -Mailbox "user here" |select DeviceID

To get their current connected device (they may have multiple - it will show all).

Then use Set-CasMailbox -ActivesyncAllowedDeviceIds "device ID here" to prepopulate it prior to setting the organisational wide quarantine rules.

Set-CasMailbox https://technet.microsoft.com/en-us/library/bb125264%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

Get-ActivesyncDevice https://technet.microsoft.com/en-us/library/dd335068%28v=exchg.141%29.aspx

Oliver
Free Windows Admin Tool Kit Click here and download it now
March 31st, 2015 11:05am

Hi there,

Currently it is organisation wide - you cannot be selective on the users.

You can pre-populate the DeviceID for the user in their 'activesyncalloweddeviceids' field however.

As you have Exchange 2010 use Get-ActiveSyncDevice -Mailbox "user here" |select DeviceID

To get their current connected device (they may have multiple - it will show all).

Then use Set-CasMailbox -ActivesyncAllowedDeviceIds "device ID here" to prepopulate it prior to setting the organisational wide quarantine rules.

Set-CasMailbox https://technet.microsoft.com/en-us/library/bb125264%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

Get-ActivesyncDevice https://technet.microsoft.com/en-us/library/dd335068%28v=exchg.141%29.aspx

March 31st, 2015 5:10pm

Hi,

Once you have prepopulated all the DeviceIDs for the users into the 'activesyncalloweddeviceids' field via Set-CasMailbox create a device rule to quarantine devices for administrator approval.

http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.aspx

Free Windows Admin Tool Kit Click here and download it now
April 1st, 2015 6:37am

Hi,

Once you have prepopulated all the DeviceIDs for the users into the 'activesyncalloweddeviceids' field via Set-CasMailbox create a device rule to quarantine devices for administrator approval.

http://blogs.technet.com/b/exchange/archive/2010/11/15/3411539.as

April 1st, 2015 8:38am