• [Script of Jun. 21] Insert pictures in a folder into a Word document (VBA)

    Script Download: AddImageToWord(VBA).zip
    http://gallery.technet.microsoft.com/scriptcenter/Insert-pictures-in-a-ac9d73fa

    This VBA sample shows how to insert many pictures in a folder into a Word document by one picture per page.

    Customers have multiple pictures in a folder and they need to automatically insert one picture per page in Word as it will take a lot of time if operating from UI. So they need a script to accomplish that.

    image image
    image

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

  • [Script of Jun. 10] Script to enable SmartScreen in Windows 8 (PowerShell)

    Script Download: EnableSmartScreen(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-enable-9076d20e

    This PowerShell script shows how to enable SmartScreen in Windows 8.

    Some of users want to use script to enable SmartScreen in Windows 8 due to some automation tasks. This script can help user to enable SmartScreen via script on multiple computers. 

    image image
    image

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

  • [Script of Jun. 7] Script to make the desktop Internet Explorer default in Windows 8 (VBScript)

    Script Download: SetDesktopIE(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-make-the-desktop-d4dc8ecc

    This VBScript shows how to make the Desktop Internet Explorer default in Windows 8.

    By default, when you click on a web link in the Windows 8, Internet Explorer will open that web page in the Windows 8 version of IE (non-desktop Internet Explorer).  But some users want to make the Desktop Internet Explorer default when they open a web link anywhere.

    image image
    image

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

  • [Script of Jun. 6] Add 'Take Ownership' to context menu (PowerShell)

    Script Download: Add'takeownerShip'ToContext(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Add-Take-Ownership-to-4daa582b

    The goal of this script is adding 'Take Ownership' to context menu in Windows 8.

    In Windows 8, when you want to delete and copy some files and folders, it will show that "you do not have permission to delete or move it”. That is because you are not the owner of the file or folder. This script is to add 'Take ownership' to context menu so that you can easily change the owner to current user.

    image image
    image

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

  • [Script of Jun. 3] Reset password for all specified users

    Script Download: ResetPassword.zip
    http://gallery.technet.microsoft.com/scriptcenter/Reset-password-for-all-412fbc72

    The script will reset password for users in specified OUs, or in a given CSV file.

    IT Administrators may want to reset password for a large number of users in company.  It will cost too much time to set new password one by one. Sometimes the new password should be a random password and different for every user.  It’s easy to make mistake in manually way.

    image image
    image

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