• [Script of Mar. 8] Script to remove the low disk space warning (VBScript)

    Script Download:DisableLowDiskSpaceWarning(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-remove-the-low-991adae0

    This VBScript sample shows how to remove the low disk space warning.

    ​In Windows, when one of your hard drives has less than 200MB of free space. It will continue to warn you at predefined intervals and balloons will remain open for 30 seconds when you have less than 80MB of space. Actually, many users are well aware that you're low on space and don't want to be repeatedly reminded, so this script can turn off the "low disk space" warning easily.

    image image
    image

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

  • [Script of Mar. 7] Script to remove the low disk space warning (PowerShell)

    Script Download:DisableLowDiskSpaceWarning(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-remove-the-low-70240a74

    This PowerShell script sample shows how to remove the low disk space warning.

    In Windows, when one of your hard drives has less than 200MB of free space. It will continue to warn you at predefined intervals and balloons will remain open for 30 seconds when you have less than 80MB of space. Actually, many users are well aware that you're low on space and don't want to be repeatedly reminded, so this script can turn off the "low disk space" warning easily.

    image image
    image

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

  • [Script of Mar. 6] Script to calculate the number of file name extensions (PowerShell)

    Script Download:GetSpecifiedFileExtension.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-calculate-the-8e3151c3

    This PowerShell script sample shows how to calculate the number of file name extensions.

    Assume that you have 100,000 files that are stored within folders on a computer. When a user wants to know how many .jpg and .bmp files there are in this folder, it becomes difficult to retrieve the specified file name extensions.

    image image
    image

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

  • [Script of Mar. 5] Bulk import the user information from CSV file

    Script Download:ImportUsersFromCSVFile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Bulk-import-the-user-568abc5f

    This script can be used by an Office365 administrator to batch add user information from a CSV file.

    Sometimes an Office365 administrator must add many users to Microsoft Office365. For example, when an organization first uses Office365, they must import all members to the system.

    image image
    image

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

  • [Script of Mar. 4] Open Windows Store apps from the desktop or taskbar in Windows 8 (VBScript)

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

    This VBScript 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