• [Script Of Oct. 24] Get the information of used/free space of all SQL Server instances’ databases

    Oct.
    24
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//Get-the-information-of-fa6f4b6e.  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 shows how to get the information of used/free space of all SQL Server databases in multiple instances.

    Some people ask how to get the information of used/free space of all SQL Server databases in multiple instances. This script will demo how to get this by using PowerShell.

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

  • [Script Of Oct. 23] Search for Email Messages that have a Retention Tag in Office 365 EXO

    Oct.
    23
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//Search-for-Email-Messages-b56979d0.  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 searches for email messages that have a retention tag in Office 365 Exchange Online. This script returns email messages from multiple mailbox folders by default. You can use retention period rather than retention tag name to search.

    Currently, you can easily search email messages that have a retention tag in Outlook. But you will find that this feature is not available in Outlook Web App (OWA). You want to find a workaround for those people who use Outlook Web App only.

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

  • [Script Of Oct. 22] How to check SQL Server encryption certificates present without a backup issue

    Oct.
    22
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-check-SQL-Server-ad328a54.  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 can be used to check your SQL Server encryption certificates without backup issue.

    This script can be used to identify the certificates used in TDE (Transparent Data Encryption) which have not been backed up and then list the affected databases.

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

  • [Script Of Oct. 21] How to associate the workflow to content type or list

    Oct.
    21
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-associate-the-0e1e1535.  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 could be used to modify workflow association for one list or content types in Microsoft SharePoint Server 2010.

    After IT Administrators have created a reusable workflow with Microsoft SharePoint Designer 2010, sometimes they need to deploy workflow to dozens of sites. With the help of this script, they can standardize the deployment process.

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

  • [Script Of Oct. 20] How to update properties for a particular web part on a whole site collection

    Oct.
    20
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-update-properties-4cb49c72.  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 could be used to modify properties for a particular web part in a Site Collection in Microsoft SharePoint Server 2010.

    In a real world, IT Administrators have to modify web part properties for different kinds of reasons. Since the web part which associated to a specific list could be contained in a lot of pages. It will be a heavy task if we want to find these pages manually, so the IT Administrators need a script to complete this task.

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