• [Script of Sep. 25] Make a "Create System Restore Point" Shortcut in desktop in Windows 8 (VBScript)

    Script Download: SystemRestoreShortCut(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-4fb604a6

    The goal of this script is making a "Create System Restore Point" shortcut in desktop in Windows 8

    After users install some software or change system settings, they want to get back to the system before. In that situation, users need to create a "system restore point". And it will be more convenient if there is a shortcut on desktop.

    image image
    image

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

  • [Script of Sep. 26] Make a "Create System Restore Point" shortcut in desktop in Windows 8

    Script Download: SystemRestoreShortCut(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-f8f3e27d

    The goal of this script is making a "Create System Restore Point" shortcut in desktop in Windows 8

    After users install some software or change system settings, they want to get back to the system before. In that situation, users need to create a "system restore point". And it will be more convenient if there is a shortcut on desktop.

    image image
    image

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

  • [Script of Sep. 3] Pre-Provision SharePoint 2010 MySite (PowerShell)

    Script Download: CreatePersonalSite.zip
    http://gallery.technet.microsoft.com/scriptcenter/Pre-Provision-SharePoint-ec781ee9

    This PowerShell script shows how to Pre-Provision SharePoint 2010 MySite.

    Each user's personal MySite will be automatically  created when the user himself click the button "My Site"/"My Profile" first time, this will make user wait several seconds/minutes until the his MySite site creation is finished, it can save some time (or better experience) for users with using PowerShell to provision the users' MySites previously.

    image image
    image

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

  • [Script of Sep. 2] Get disconnect mailbox in for Exchange 2010

    Script Download: GetDisconnectMailbox(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-disconnect-mailbox-in-6ffc50a0

    This PowerShell script can list of all disconnected mailboxes on your mailbox server.

    As usual, the Exchange cmdlet could not easily get the disconnected mailbox, we need to Check the "DisconnectDate" from Get-MailboxStatistics. And Get-MailboxStatistics need to run one mailbox by one mailbox.
    This script can list of all disconnected mailboxes on your mailbox server.

    image image
    image

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

  • [Script of Sep. 9] Backup a Farm excluding a web application using PowerShell

    Script Download: BackupSPFarmExcludingWebApps.zip
    http://gallery.technet.microsoft.com/Backup-a-Farm-excluding-a-c971864d

    This script performs a Full Backup for all components (as mentioned below) of SharePoint Farm except Web Applications.
    Components which would be backed up:

    • Farm Solutions
    • InfoPath Forms Services
    • SharePoint Server State Service / SharePoint Server State Service Proxy
    • Microsoft SharePoint Foundation User Code
    • Global Search Settings
    • Application Registry Service
    • Farm Shared Services
    • Service Applications / Service Applications Proxies

    In a real world, customers would like to have an ability to backup entire SharePoint farm except web applications as web applications could be backed up separately or using other backup utilities like DPM etc.

    image image
    image

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