• [Script Of Jan. 27] How to enable/disable OWA signature in EXO

    Jan.
    27
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-enabledisable-OWA-ad944aa6.  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 is used to enable/disable OWA signature in EXO

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

  • [Script Of Jan. 26] How to restore user after deleting AD user in DirSync environment in Office 365

    Jan.
    26
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-restore-user-after-8caa8a52.  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 is used to restore user after deleting AD user in DirSync environment in Office 365

    This script sample is used to restore a synced user in Office 365 which was deleted in local AD, after the user is restored in local or a new user is created by using the same alias.

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

  • [Script Of Jan. 24] How to automatically upload/download files to/from Office 365 SharePoint Online

    Jan.
    24
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-automactically-1bc0ddd6.  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 upload/download files or folders to/from library of SharePoint Online

    Prerequisites This script requires SharePoint Server 2013 Client Components SDK. Please download and install the package from Microsoft Download Center. This script cannot work correctly without this package.

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

  • [Script Of Jan. 23] How to rename .mdf and .ldf files according to the related database name

    Jan.
    23
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-rename-mdf-and-ldf-29bf1d5e.  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 to rename .mdf files and .ldf files based on the name of its database name.

    This sample will demonstrate how to rename .mdf files and .ldf files based on the name of its database name. Sometimes, people renamed the name of databases, but the logical and physical name of .mdf and .ldf files will not change automatically. So this script will help rename the logical and physical names of files according to their database name.

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

  • [Script Of Jan. 22] How to check if a SQL Server is running on a physical or virtual machine (PS)

    Jan.
    22
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-check-if-a-SQL-8b6bf4eb.  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 will demonstrate how to check if a SQL Server is running on a physical or virtual machine.

    As some people asked how to check if a SQL Server is running on a physical or virtual machine, this script will provide some help.

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