• [Script Of Aug. 22] How to grant everyone full access to shared mailbox in EXO

    image image
    Aug.
    22
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-grant-everyone-full-aaf82d47.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    This script is used to help administrator to assign the full access permission of a shared mailbox to the organization mailbox or a single mailbox.

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

  • [Script Of Aug. 21] How to remove a Stored Access Policy of a Container in Microsoft Azure

    image image
    Aug.
    21
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-remove-a-Stored-ced1038b.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    This script sample shows how to remove a stored access policy of a container in Microsoft Azure.

    A stored access policy gives users greater control over shared access signatures we have released. If they want to revoke access within a specified time of period, a simply way is to remove the underlying container-level policy. This script can remove the stored access policy easily.

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

  • [Script Of Aug. 20] How to create a Stored Access Policy for a container in Microsoft Azure

    image image
    Aug.
    20
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-create-a-Stored-d01f3fd4.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    This PowerShell script sample shows how to create a stored access policy for a container in Microsoft Azure.

    A stored access policy gives us greater control over shared access signatures we have released. Instead of specifying the signature's lifetime and permissions on the URL, we can specify these parameters within the stored access policy stored on container that is being shared.

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

  • [Script Of Aug. 19] How to find out blob containers of specified size in Microsoft Azure

    image image
    Aug.
    19
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-find-out-blob-2e803f74.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    This PowerShell script sample shows how to find out blob containers of specified size in Microsoft Azure.

    As the amount of data increases, there are more and more blobs stored in Windows Azure containers. Sometimes IT admins want to list some specified sized blob containers in Windows Azure. But there is no cmdlet that can achieve this aim directly. This script will help IT admins easily list blob containers of specified size in Windows Azure.

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

  • [Script Of Aug. 18] How to restore default services in Windows 8

    image image
    Aug.
    18
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-restore-default-in-ebaffbf3.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    The goal of this script is to restore startup type and status of default services in Windows 8.

    Sometime due to some software or personal reason, system default services startup type and status will be changed. This script is to restore the services to default startup type and status.

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