• [Script of Apr. 1] Script to add an item to Startup in Windows 8 (VBScript)

    Script Download:AddItemToStartup(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-add-an-item-to-2b99b14f

    This VBScript sample shows how to add an item to the Startup in Windows 8.

    Sometimes, users want programs to start when your system starts. Usually, you can add items to the startup folder. In Windows 8, adding items to Startup requires additional work. This script can resolve this problem.

    image image
    image

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

  • [Script of Apr. 4] Script to fix issues described in KB947215 (VBScript)

    Script Download: FixIssuesDescribedinKB947215(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-3bbe6635

    his sample can help you resolve the issue, “You receive a 'The User Profile Service failed the logon' error message”. This script shows how to list user SID information and delete invalid SID registry keys by using the VBScript.

    When you log on to a Windows 7-based or a Windows Vista-based computer by using a temporary profile, you receive the following error message: The User Profile Service failed the logon. User profile cannot be loaded.

    To resolve this issue, use the script described in this sample to remove the invalid SID registry key.

    image image
    image

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

  • [Script of Apr. 26] Get Mailbox Folder Statistics for Large Mailbox in Office 365 Exchange Online

    Script Download:GetOSCEXOEmailStatistics.zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-Mailbox-Folder-d18d77ce/

    This script demonstrates how to use Exchange Web Service Managed API to get mailbox folder statistics for large mailbox in Office 365 Exchange Online.

    Some of you find your Outlook is frozen when receiving emails. One workaround is moving the large emails to a new folder to allow Outlook finish the synchronization. But before moving these large emails, we need to identify these large email messages and find a proper destination folder for these emails.

    Although, Office 365 administrators can use Get-MailboxFolderStatistics to help helpdesks to check the folder size. It's better to provide a script to reduce the support calls to these administrators in one company.

    image image
    image

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

  • [Script of Apr. 9] How to Delete the "Windows.old" Folder in Windows 8 (PowerShell)

    Script Download:DeleteWindowsOld.zip
    http://gallery.technet.microsoft.com/scriptcenter/How-to-Delete-the-912d772b

    This PowerShell script shows how to delete the "Windows.old" folder in Windows 8.

    Assume that you perform a refresh of Windows 8, an upgrade to Windows 8, a custom installation of Windows 8 without formatting the drive, or install Windows 8 on the same partition of a previous Windows installation. In this situation, you may have a "C:\Windows.old" folder left over after your new installation. This folder contains a copy of the previous Windows 8 installation, and can be very large. If users do not have to have this folder, they can use a script to delete the folder.

    image image
    image

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

  • [Script of Apr. 25] Sort Task List Items by Categories in Office 365 Exchange Online

    Script Download:RenameOSCEXOTask.zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-Mailbox-Folder-0f03aa6e

    This script demonstrates how to sort task list items by categories in Office 365 Exchange Online. Technically, this script add category name as a prefix in the Subject property of a task item. Then you need to use Arrange by Subject in Outlook Web App (OWA).

    Currently, you can easily group the task items by categories in Outlook. But you cannot do the same thing in Outlook Web App (OWA). So you need a workaround to mitigate this problem if you only use Outlook Web App (OWA).

    image image
    image

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