• [Script of May 22] Script to create a Windows 8 Hibernation Tile for the Start menu (VBScript)

    Script Download: CreateHibernationWindowsTile (VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-create-a-Windows-173be36f

    This VBScript shows how to create a Windows 8 Hibernation tile for the Start menu.

    Properly hibernating Windows 8 without a Start button can be a bit of a chore. Many users may want to hibernate Windows in just one click. This script enables users to click a tile to hibernate Windows on the Start menu.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of May 23] Script to list activation status for Windows 8 (VBScript)

    Script Download: QueryWindowsActivationStatus(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-list-activation-8172c04d

    This VBScript sample shows how list Windows 8 activation status on local computer or remote computer.

    In a large enterprise environment, it is difficult to examine the activation status of each computer one by one. 

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of May 24] Configuring a Windows PowerShell Profile for Office 365 Exchange Online

    Script Download: SetOffice365PowerShellProfile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Configuring-a-Windows-faecf7cb

    This script can configure a Windows PowerShell profile for Office 365 Exchange Online. It appends the Connect-OSCExchangeOnline and Disconnect-OSCExchangeOnline functions to your Windows PowerShell profile. Afterward, you can use these two functions directly without remembering New-PSSession and its parameters.

    Currently, Office 365 Exchange Online administrators use the New-PSSession function to connect Windows PowerShell to Office 365. Some administrators feel that it is difficult to remember all the parameters clearly. It is better to use a Windows PowerShell profile to store the two functions and help administrators use Office 365 more easily.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of May 27] Change Windows Store apps default installation location in Windows 8 (PowerShell)

    Script Download: ChangeDefaultInstallation.zip
    http://gallery.technet.microsoft.com/scriptcenter/Change-Windows-Store-apps-465af642

    The script shows how to change Windows Store apps default installation location in Windows 8.

    As we all know, ​ Windows Store apps default installation location is in driver C. But sometimes the driver C may be full, if we still want to install some big app and that seems impossible. So I think we can change the default Installation Location to ignore this problem.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of May 28] Add Custom Field to Folder Content Type in SharePoint 2010 List/Document Library

    Script Download: CustomFieldToFolderContentType.zip
    http://gallery.technet.microsoft.com/scriptcenter/Add-Custom-Field-to-Folder-a4f5cf20

    This script can be used to add a custom Field/Column to the Folder Content Type of a List or Document Library. This script also has the functionality to remove the Fields and also to list all the Fields in the Folder Content type for a List or Document Library.

    The Folder Content Type is sealed by default. We cannot customize it by adding any custom fields from the UI to the default Folder content type. Only way to do is going programmatic way. In real world, not all the SharePoint users are programmers. This PowerShell script enables the SharePoint users/administrators to simply run the script to accomplish the same.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery