Make a bootable flash drive. Using Windows

DiskPart Command-Line Options.

  1. Insert a USB flash drive into a running computer.
  2. Open a Command Prompt window as an administrator.
  3. Type diskpart.
  4. In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.
  5. At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.
  6. Type clean, and the click ENTER. This command deletes all data from the USB flash drive.
  7. To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.
  8. To select the partition that you just created, type select part 1, and then click ENTER.
  9. To format the partition, type format fs=ntfs quick, and then click ENTER.
    ImportantImportant
    If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.

     

  10. Type active, and then click ENTER.
  11. Type exit, and then click ENTER.
  12. When you finish preparing your custom image, save it to the root of the USB flash drive.

Source:  http://technet.microsoft.com/en-us/library/jj200124.aspx

Android won’t sync with Exchange

Moto G would not sync with Exchange.  Message keeps appearing that it needs a security update.  Solved like this:

An engineer part of the tech support, suggested the following steps to fixing the problem:

 1.       Go to Settings> Accounts> Corporate.

2.       Tap the three dots on the upper right corner and choose “sync now.”

3.       Swipe down from the top of the screen and go through recent notifications. to show recent

4.       Look for the security alert and select it. Choose the option with activate now.

Connecting to Outlook Anywhere

Tips for connecting to Outlook Anywhere

  1. Server name is just the netbios name in the network.  Eg, if your server is mailserver.domain.local, just type in mailserver.
  2. In advanced connections, server is fully qualified external domain. eg, if external domain points to the server at mail.domain.com, enter this in the server field. 
  3. In the SSL field, type in msstd:mail.domain.com
  4. To be sure to connect, use basic authentication.