• [Script of Apr. 1] How to find the latest updated statistics in a database (PowerShell)

    Script Download: 24024.zip
    http://gallery.technet.microsoft.com/How-to-find-the-latest-7d8eb337

    This PowerShell script will demo how to find the latest updated statistics in a database.

    As some people asked how to find the latest updated statistics in a database. This script will demo how to find the statistics in a database haven’t been updated for more than 7 days.

    image image
     image

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

  • [Script of Apr. 2] Get managed accounts or expired managed accounts in SharePoint 2010 (PowerShell)

    Script Download: 24108.zip
    http://gallery.technet.microsoft.com/Get-managed-accounts-or-7973ea64

    This PowerShell script sample shows how to get managed accounts or expired managed accounts in SharePoint 2010.

    Sometimes users want to list all managed accounts or accounts to expire within five days. This script is to achieve that purpose.

    image image
     image

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

  • [Script of Apr. 3] Create a shortcut to Email a Recipient Directly to desktop in Windows 8 (VBS)

    Script Download: 26702.zip
    http://gallery.technet.microsoft.com/Create-a-shortcut-to-Email-bcf779da

    This script sample shows how to create a shortcut to Email a Recipient Directly to desktop in Windows 8.

    Sometimes we often communicate with some people via Email, so we can create a shortcut on desktop for convenience.

    image image
     image

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

  • [Script of Apr. 4] How to create a shortcut to Email a Recipient Directly to desktop in Windows 8

    Script Download: 26701.zip
    http://gallery.technet.microsoft.com/How-to-create-a-shortcut-c1af8595

    This script sample shows how to create a shortcut to Email a Recipient Directly to desktop in Windows 8.

    Sometimes we often communicate with some people via Email, so we can create a shortcut on desktop for convenience.

    image image
     image

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

  • [Script of Apr. 8] How to break the locked lease of blob storage in Windows Azure (PowerShell)

    Script Download: 31633.zip
    http://gallery.technet.microsoft.com/How-to-break-the-locked-c2cd6492

    This PowerShell script sample shows how to break the locked lease of blob storage in Windows Azure.

    Windows Azure provides functionality to acquire lock on blobs to avoid concurrent writes to blobs.  Sometimes, if the backup fails due to prolonged or sustained network connectivity failure, the backup process may not be able gain access to the blob and the blob may remain orphaned. This means that the blob cannot be written to or deleted until the lease is released.  In this case, you might want to break the lease on a blob. This script can help you.

    image image
     image

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