We offer two things:
1. Hundreds of automation script samples based on IT Pros' frequently asked IT tasks
2. Script Browser & Script Analyzer tools to ease and improve the script writing
Script of the Day
Script Download:AddItemToStartup(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-add-an-item-to-2b99b14f
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.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: FixIssuesDescribedinKB947215(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-3bbe6635
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.
Script Download:GetOSCEXOEmailStatistics.ziphttp://gallery.technet.microsoft.com/scriptcenter/Get-Mailbox-Folder-d18d77ce/
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.
Script Download:DeleteWindowsOld.ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-Delete-the-912d772b
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.
Script Download:RenameOSCEXOTask.ziphttp://gallery.technet.microsoft.com/scriptcenter/Get-Mailbox-Folder-0f03aa6e
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).