• [Script of Mar. 13] Send Emails until a Designated Time in Office 365 Exchange Online

    Script Download: SendOSCEXOMailMessage.zip
    http://gallery.technet.microsoft.com/scriptcenter/Send-Emails-until-a-9cee20cf

    This script can send an email message with Office 365 Exchange Online. Also this script allows you to delay sending an email message.

    ​Microsoft Outlook has a feature that enables you to delay sending email messages. However, this feature is not available in the Outlook Web App (OWA). Therefore, in order to delay sending email messages for some business needs, you must find a workaround.

    image image
    image

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

  • [Script of Mar. 18] PowerShell Scripts to Warm-Up Applications in Microsoft SharePoint Server 2010

    Script Download: WarmupSiteApplication.zip
    http://gallery.technet.microsoft.com/scriptcenter/PowerShell-to-Warm-Up-0988dd61

    This script could be used to warm-up site application.

    Application warm-up is requested to improve customer experience for the sites taking long time on initialization after application pool recycling.

    image image
    image

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

  • [Script of Mar. 25] Script for resetting file association (VBScript)

    Script Download: VBSFileAssociation.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-for-resetting-file-103c5a89

    This VBScript illustrates how to reset file association for a .doc file (It can be used for other file types as well with slight modification)

    If we double click on a text file, it opens with Notepad by default whereas the desire application to open .txt would be Notepad++. For this we need to manually reset file association with a right click and selecting the option “Open with”. How about changing other file types (.cs, .cpp and so on) to be associated with Notepad++? This needs changing the file association for each and every file type which is not time efficient. We can use this VBScript to change file association for multiple file types.

    image image
    image

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

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

    Script Download:AddItemToStartup(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-add-an-item-to-707c9ca7

    This PowerShell script 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 Mar. 22] Script to list the cluster servers (PowerShell)

    Script Download: ExportServersInCluster.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-list-the-cluster-cbab4d4b

    This script will demo how to list the servers in one or more Windows clusters.

    Sometimes, IT pro need to list all servers in the specified cluster(s).This script is to accomplish it.

    image image
    image

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