IT tutorials
 
Technology
 

Managing Exchange Server 2010 Features for Mobile Devices (part 5) - Understanding and Using Remote Device Wipe

8/12/2013 6:49:19 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

4. Understanding and Using Remote Device Wipe

Although passwords help to protect mobile devices, they don't prevent access to the device. Malicious individuals could still gain access to data. In the event that a device is lost or stolen, you can use Remote Device Wipe to instruct a mobile device to delete all its data.

Remotely Wiping a Device

An administrator or the owner of the device can prevent the compromising of sensitive data by initiating a remote device wipe. After you initiate a remote device wipe and the device receives the request, the device confirms the remote wipe request by sending a confirmation message and then removes all its data the next time it connects to Exchange Server. Not only does this return the device to its factory default condition, but it also removes any data stored on any storage card inserted into the device. Wiping the data should prevent it from being compromised.

The easiest way to wipe a device remotely is to have the device owner initiate the wipe using Outlook Web App. When the device acknowledges the request, the user will get a confirmation e-mail. Alternatively, an administrator can log on to Outlook Web App as the device owner and initiate the remote wipe. To do this, follow these steps:

  1. Open your Web browser. In the Address field, type the Outlook Web App URL, such as https://mail.cpandl.com/owa, and then press Enter to access this page.

  2. When prompted, provide the logon credentials of the user whose device you want to wipe. Do not provide your administrator credentials.

  3. On the Outlook Web App toolbar, click Options.

  4. The left pane of the Options view provides a list of options. Click Phone.

  5. The user's mobile devices are listed in the details pane. Select the device you want to wipe, and then click Wipe Device.

  6. Confirm the action when prompted.

  7. Click Remove Device From List.

Note

You can use Outlook Web App for remote device wiping only if the user has used the device previously to access Exchange Server and if you have enabled the Segmentation feature of Exchange Active Directory Integration (which is the default configuration).

Caution

Because wiping a device causes complete data loss, you should do this only when you've contacted the user directly (preferably in person) and confirmed that the mobile device has been lost and that he or she understands the consequences of wiping the device. If your organization has a formal policy regarding the wiping of lost devices that might contain sensitive company data, be sure you follow this policy and get any necessary approvals. Keep in mind that while a remote wipe makes it very difficult to retrieve any data from the device, in theory this is possible with sophisticated data recovery tools.

In the Exchange Management Shell, you can list the mobile devices registered as partners for a user's mailbox using the Get-MobileDeviceStatistics cmdlet. The device identity you want is the DeviceId string. If the user has multiple mobile devices, also be sure to consult the DeviceModel and DeviceOperatorNetwork values.

After you know the mobile device identity, you can issue a remote device wipe command using the Clear-ActiveSyncDevice cmdlet. You then need to confirm that you want to wipe the device when prompted by pressing the Y key. Samples Example 9 and Example 10 provide the syntax and usage for Get-MobileDeviceStatistics and Clear-ActiveSyncDevice cmdlets, respectively. With Get-MobileDeviceStatistics, you can specify either the unique identity of the remote device or the user mailbox you want to work with. The –GetMailboxLog parameter retrieves mailbox logs and usage information. Use the –OutputPath parameter to direct the statistics to a specific folder path or the –NotificationEmailAddresses parameter to e-mail the statistics to specified e-mail addresses.

Note

If you determine that you've made a mistake in issuing a remote wipe, you should immediately issue a cancellation request using the Clear-ActiveSyncDevice cmdlet. Here, set the –Cancel parameter to $true. The remove device processes the cancellation request only if the remote wipe has not yet been initiated.

Example 9. Get-MobileDeviceStatistics cmdlet syntax and usage

Syntax

Get-MobileDeviceStatistics -Identity DeviceIdentity

Get-MobileDeviceStatistics -Mailbox MailboxIdentity
 [-GetMailboxLog <$true | $false>]
 [-NotificationEmailAddresses EmailAddress1, EmailAddress2, . . .]
 [-OutputPath Path] [-ShowRecoveryPassword <$true | $false>]


Usage

Get-MobileDeviceStatistics -Mailbox "David Pelton"

Example 10. Clear-ActiveSyncDevice cmdlet syntax and usage

Syntax

Clear-ActiveSyncDevice -Identity MobileDeviceIdentity
 [-Cancel <$true | $false>] [-DomainController DCName]
 [-NotificationEmailAddresses EmailAddress1, EmailAddress2, . . .]


Usage

Clear-ActiveSyncDevice -Identity "Mobile_DavidP"

Clear-ActiveSyncDevice -Identity "Mobile_DavidP" -Cancel $true

Reviewing the Remote Wipe Status

When you initiate a remote wipe, the mobile device removes all its data the next time it connects to Exchange Server. You can review the remote wipe status using an alternate syntax for the Get-MobileDeviceStatistics cmdlet. Instead of passing the cmdlet the –Mailbox parameter, use the Identity parameter to specify the DeviceId string of the device you wiped. The statistics returned will include these output parameters:

  • DeviceWipeRequestTime The time you request a remote wipe

  • DeviceWipeSentTime The time the server sent the remote wipe command to the device

  • DeviceWipeAckTime The time when the device acknowledged receipt of the remote wipe command

If there is a DeviceWipeSentTime timestamp, the device has connected to Exchange Server and Exchange Server sent the device the remote wipe command. If there is a DeviceWipeAckTime timestamp, the device acknowledged receipt of the remote wipe and has started to wipe its data.

 
Others
 
- Managing Exchange Server 2010 Features for Mobile Devices (part 4) - Understanding and Using Exchange ActiveSync Mailbox Policy - Assigning Exchange ActiveSync Mailbox Policies
- Managing Exchange Server 2010 Features for Mobile Devices (part 3) - Understanding and Using Exchange ActiveSync Mailbox Policy - Optimizing Exchange ActiveSync Mailbox Policies
- Managing Exchange Server 2010 Features for Mobile Devices (part 2) - Understanding and Using Exchange ActiveSync Mailbox Policy - Creating Exchange ActiveSync Mailbox Policies
- Managing Exchange Server 2010 Features for Mobile Devices (part 1) - Understanding and Using Autodiscover, Understanding and Using Direct Push
- Monitoring Microsoft Lync Server 2010 : Installing the Lync Server 2010 Management Pack (part 2)
- Monitoring Microsoft Lync Server 2010 : Installing the Lync Server 2010 Management Pack (part 1)
- Monitoring Microsoft Lync Server 2010 : Installing Edge Component Monitoring Certificates (part 2)
- Monitoring Microsoft Lync Server 2010 : Installing Edge Component Monitoring Certificates (part 1)
- Windows 8 Tile-Based Apps : Maps
- Windows 8 Tile-Based Apps : Reader
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us