• [Script of Feb. 8] Script to pin items to Start menu in Windows 8 (PowerShell)

    Script Download:PinItemToStartMenu.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-pin-items-to-51be533c

    This PowerShell Script illustrates how to use script to pin items to the Start menu in Windows 8.

    This question is asked by users in the TechNet forum. They just want to pin an item or more items to the Start menu.

    image image
    image

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

  • [Script of Oct 1st] Remove Windows Store Apps in Windows 8

    Script Download: RemoveWindowsStoreApp.zip
    http://gallery.technet.microsoft.com/scriptcenter/Remove-Windows-Store-Apps-a00ef4a4 

    This script can be used to remove multiple Windows Store Apps from a user account in Windows 8. It provides a list of installed Windows Store applications. You can specify the application IDs, and remove them all at once.

    In Windows 8, you can remove a single Windows Store App by right-clicking the tile in the Start menu and choosing the uninstall command.  However, no command is provided for removing multiple Windows Store Apps all at once. If you want to do so, you can use this script sample.

    Another user scenario that you may need this script sample is that, sometimes Windows Store Apps may crash in Windows 8.  Even though you can successfully uninstall and reinstall the App, the application may still crash after the reinstallation.  In this situation, you can use this example script to remove these Windows Store Apps cleanly.

     

    image   image

     

    image image
    image image

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

  • [Script of Feb.25] How to auto install NET4.5, PowerShell 3.0, KB2592525 (PowerShell)

    Script Download:AutomaticallyInstall.zip
    http://gallery.technet.microsoft.com/scriptcenter/How-to-auto-install-NET45-bdb4bf1f

    This PowerShell script demo shows how to download NET4.5, PowerShell 3.0 and KB2592525, and install them on the server automatically.

    This PowerShell script demo shows how to download NET4.5, PowerShell 3.0 and KB2592525, and install them on the server automatically.These softwares must be required, so if it can do, it will be convenient.

    image image
    image

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

  • [Script of Feb. 15] Open Windows Store apps from the desktop or taskbar in Windows 8 (PowerShell)

    Script Download:CreateWindowsAppsShortcutToDesktop(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Open-Windows-Store-apps-569de170

    This PowerShell Script sample shows how to create a Windows apps shortcut from the Start Screen to the desktop and how to pin this shortcut to the taskbar.

    In Windows 8, only open one Windows Store app can be opened from the Start screen. If you mostly work in the Windows 8 traditional desktop environment, you must find a different way to open Windows Store apps from the desktop. 

    image image
    image

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

  • [Script of Feb.18] Fix Duplicate User Principal Name for On-premises Active Directory Users

    Script Download:FixDuplicateUserPrincipalName.zip
    http://gallery.technet.microsoft.com/scriptcenter/Fix-Duplicate-User-d92215ef

    This script is used to fix duplicate user principal name for on-premises Active Directory users.

    This script enables you to export Active Directory users with duplicated user principal names. After correcting the attributes for these users, you can use this script to import them to your on-premises Active Directory.

    image image
    image

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