Friday, April 4, 2014

VHD as a Drive

You can mount the VHD as a drive using simple UI.

  1. Open Disk Management (from run you can use diskmgmt.msc)
  2. Select Attach VHD
  3. image
  4. Alternatively you can also use the Diskpart to achieve the same

Wednesday, April 2, 2014

Microsoft Office Save – Backstage view

It is annoying to select the Save location every time to Computer when your most used location is local computer.  Though I hate to choose every time, explored the option to get rid of it.

image

Open the File –> Option Menu choose Save tab.

Use the following two options to make your preferences

  • Don’t show the Backstage when opening or saving files: (To complete get rid of the backstage view)
  • Save To Computer by default: (Just to make the Computer as the default on backstage view)

clip_image002

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...