• [Script of Feb. 27] Add "show/hide hidden files" to the context menu in Windows 8 (PowerShell)

    Script Download:AddhidefilesToContext(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Add-showhide-hidden-files-e085f1d5

    This PowerShell script sample shows how to add "show/hide hidden files" to the context menu in Windows 8.

    Sometimes, a user may want to show hidden files and then hide them again later. This process can be tedious by using the UI in Windows 8. This script contains one advanced function, Set-OSCContextHiddenFiles.

    image image
    image

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

  • [Script of Feb. 28] Script to add an item to the context menu in Windows 8 (PowerShell)

    Script Download:AddItemToContext.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-add-an-item-to-f523f1f3

    This script demonstration shows how to add an item to the context menu in Windows 8.

    A program or a command may be used frequently in Windows 8. When there are many icons on the desktop, icons may not be easy to find.

    image image
    image

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

  • [Script of Feb.19] Fix Empty DisplayName Attribute for On-premises Mail-Enabled Groups

    Script Download:FixEmptyDisplayName.zip
    http://gallery.technet.microsoft.com/scriptcenter/Fix-Empty-DisplayName-1516deef

    This script is used to fix empty displayname attribute for on-premises mail-enabled groups

    This script verifies displayName attribute for mail-enabled groups. This script enables you to export mail-enabled groups that have empty display name. After correcting the display name of these groups, 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

  • [Script of Feb.20] Fix Duplicate Email Addresses for On-premises Mail-Enabled Objects

    Script Download:FixDuplicateMailAddresses.zip
    http://gallery.technet.microsoft.com/scriptcenter/Fix-Duplicate-Email-525089e4

    This script is used to fix duplicate Email addresses for on-premises mail-enabled objects

    This script enables you to export mail-enabled objects with duplicated email addresses. After correcting the attributes for these groups, 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

  • [Script of Feb. 21] Batch removes the read-only attribute of multiple files in Windows 8(PowerShell)

    Script Download:BatchRemoveReadOnlyAttribute(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Batch-removes-the-read-a1d3e210

    This PowerShell script sample shows how to batch remove the read-only attribute of multiple files in Windows 8.

    Many users in online forums have frequently asked how to batch remove the read-only attribute of multiple files.

    image image
    image

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