Category Archives: Software

Web Platform Installer link broken

The official download link of Web Platform Installer (Web PI) https://www.microsoft.com/en-us/web/downloads/platform.aspx is broken for a few days. If you search via google or Bing, you might essentially get a broken link like me.

Fortunately Microsoft IIS site has an alternate download link : https://www.iis.net/downloads/microsoft/web-platform-installer

English: x64 / x86

Restore deleted files in SharePoint and office 365

The SharePoint Recycle Bin provides a safety net when items (such as lists, libraries, folders, files, documents, and list items) are deleted from a SharePoint site.  The SharePoint Recycle Bin works in two stages

First Stage Recycle Bin

When users delete items from a SharePoint site, they are placed in the User Recycle Bin.  Items in the User Recycle Bin remain there until they are deleted or a set number of days have passed (30 days by default).  The User Recycle Bin only contains items that the user personally deleted.  To access the User Recycle Bin, from Settings (the gear in the upper right-hand corner) -> Site Contents, you should see the User Recycle Bin.  Clicking on the Recycle Bin link will take you to the User Recycle Bin, where you can restore or delete the items.
image

Second Stage Recycle Bin

When items are deleted from a site’s Recycle Bin it goes to the Site Collection Recycle Bin and stays there until they are permanently deleted or a set number of days have passed (30 days by default).  The Site Collection Recycle Bin contains items that any user has deleted, but is only accessible by Site Collection Administrators. 

Move SkyDrive folder to a different location without having all files resynced

To Move SkyDrive folder to a different location without having all files resynced

  1. Right click SkyDrive icon on the task bar, click settings
  2. In the settings tab, click Unlink SkyDrive button

    image

  3. Move your SkyDrive folder to new sync folder location.
  4. Launch SkyDrive again, on the first run, click Change button to choose the folder set in step 3.image

SkyDrive will now use the new folder you choose, all existing files will be merged without getting resynced from cloud.

SkyDrive Upgrade to 25GB free storage

After I installed new SkyDrive Windows clientI noticed that SkyDrive is changing to a tiered pricing. The new default storage Microsoft offers will be 7GB, down from 25GB. It seems the main reason is most existing SkyDrive user don’t use more than 7GB.

The good news is Microsoft is taking good care of existing SkyDrive users with a limited time free upgrade offer. If you are a current SkyDrive user and want to keep 25GB free storage, you need request a free upgrade with one single click.

  1. Go to https://skydrive.live.comand login with your live id
  2. Click Manage Storage link
  3. Click Free Upgrade button Continue reading

SkyDrive Release Windows Client

Last time I posted a blog talked about SkyDrive is Live with OneNote Sync which you can Sync OneNote 2010 notebooks to SkyDrive. Now you can put every files in your PC on the SkyDrive and access it from anywhere, any devices.

Earlier today, Mike Torres and Omar Shahine from Microsoft, posted a blog via the Building Windows 8 blog site announced new SkyDrive Windows desktop client release. The SkyDrive release also includes new version for several platforms including Mac OS X, iPad, Windows Phone, iPhone. Continue reading

Install PowerShell and Powershell ISE on Windows Server

Windows Server 2003

For Windows server 2003, PowerShell V1 was released as KB ( hotfix). Download and install KB926139 – Windows PowerShell 1.0 English-Language Installation Package for Windows Server 2003

If you need PowerShell V2, make sure you have SP2 installed and then install Windows Management Framework from http://support.microsoft.com/kb/968929

Windows Server 2008

For Windows Server 2008 run the following command in an elevated Command Prompt.

servermanagercmd -install PowerShell

Windows Server 2008 R2

Windows Server 2008 R2 has PowerShell V2 built in and enabled by default, however, PowerShell ISE is not. It is installed on Windows 7 client OS, but an Optional Component on Windows Server 2008 R2. To Install PowerShell ISE on R2, run the following command in a Windows PowerShell Modules prompt

Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE

OR

  1. In Server Manager, start the Add Roles and Features wizard.
  2. On the Features page, select Windows PowerShell ISE.

Windows Server 2012

Windows Server 2012 has both PowerShell V3 built in and installed. PowerShell ISE needs to be added as it’s an optional Windows PowerShell feature, same as Windows Server 2008 R2.

Also checkout How to run PowerShell scripts to start your first PowerShell script.

SCVMM 2012 RTM Available for download

SCVMM 2012 RTM is available for download for MSDN subscribers. You can start download it here. The SCVMM 2012 RTM version is 3.0.6005.0. Microsoft has published the SCVMM 2012 RTM help document and cmdlets help.

image

If you upgrade to RTM from RC, you can enter the product key in Admin Console UI About dialog Enter product key button.

Update 4/16:  The first update rollup for VMM is already out http://support.microsoft.com/kb/2686249. The update includes fix for both SCVMM Server, Self Service Portal and Admin Console. You will need to update all roles in you have them installed on different machines.

In System Center 2012, Microsoft extends the System Center branch to Cloud and Data Center management solution, the new System Center 2012 suites including

  • System Center App Controller
  • System Center Configuration Manager
  • System Center Data Protection Manager
  • System Center Operations Manager
  • System Center Orchestrator
  • System Center Service Manager
  • System Center Unified Installer
  • System Center Virtual Machine Manager

How to install DotNet 2.0 or 3.5 on Windows 10

Updated on 2015/10/4: Update the screenshots to Windows 10, however, applies to Windows 8/8.1/10

Windows 10 includes the 2.0, 3.5 and 4.5 versions of the .NET Framework. However, only 4.5 is available for immediate use after a clean install. The versions 2.0 and 3.5 of the framework are not installed by default. If you open the Add/Remove Windows Features dialog you’ll see the “Microsoft .NET Framework 3.5 (includes .NET 2.0 and 3.0)” listed, but disabled.

Continue reading

How to open documents in Explorer View in SharePoint 2010

To open a SharePoint 2010 Document Library in Explorer view, following these steps

  1. In the Ribbon area on top of document library page, click on the Library tab of Library Tools.
  2. Click Open with Explorer, a window explorer will pop up in which you can directly manage all documents.

image

Note:

  1. If you can’t see the Open with Explorer button, try maximize the browser window.