• [Script of Apr. 15] How to export multiple Visio pages to png file (VBScript)

    Script Download: VBScript.zip
    http://gallery.technet.microsoft.com/How-to-export-multiple-6a80db79

    This VBScript sample shows how to convert Visio page file to .png file.

    Many companies generate technical visuals in Microsoft Visio and would like to be able to share this information on their corporate sites. The problem, however, is that most users would not be able to view the visuals in this format. One of the ways of solving this problem is converting Visio diagrams to a more universal format like PNG.  But doing it manually would be time consuming, this sample can help us to batch convert Visio files, it would be very convenient.

    image image
     image

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

  • [Script of Apr. 16] How to reset OWA auto-complete cache in Exchange Online (Powershell)

    Script Download: 29948.zip
    http://gallery.technet.microsoft.com/How-to-reset-OWA-auto-5b2b3d3b

    This script is used to remove deleted mailboxes' address from all mailboxes' autocomplete list in OWA.

    This script is used to remove deleted mailboxes' address from all mailboxes' autocomplete list in OWA, Recipient Cache and Suggested Contacts.

    image image
     image

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

  • [Script of Apr. 17] How to Export the list of Active Sync Users to CSV in Office 365 (Powershell)

    Script Download: 29331.zip
    http://gallery.technet.microsoft.com/How-to-Export-the-list-of-f81ea5e1

    This script will generate a report about the status of Exchange Active Sync devices.

    This script is to help Exchange Administrators to generate a report about Exchange Active Sync Devices of mailboxes in organization, a group of mailboxes or a single mailbox.

    image image
     image

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

  • [Script of Apr. 18] Configuring FBA (SQL or LDAP) for SP 2010 and SP 2013

    Script Download: 22223.zip
    http://gallery.technet.microsoft.com/Configuring-FBA-SQL-or-935f5c0c

    Script allows an IT admin to configure LDAP or SQL based FBA on SharePoint 2010/2013 web applications i.e. it makes all the changes in web.config files of Central Admin, STS and web applications on all the Servers automatically minimizing the possibility of human error and drastically reducing the time and effort. It also puts in place basic checks like SQL/LDAP connectivity checks, duplicates, web application eligibility for FBA. Most important it takes the backup of each file before modifying anything providing a kind of failback mechanism in case of issues

    Normally configuring FBA in SharePoint involves manual entry of various kinds in web.config files of CA, STS and target web application on all the servers in the farm, resulting in higher probability of human induced errors and subsequently increased time and effort.

    image image
     image

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

  • [Script of Apr. 21] How to get information of SQL Server and databases (SQL)

    Script Download: 

    The script is available for download in Microsoft Script Browser for Windows PowerShell ISE. You need to install the Script Browser application first, and search for the script sample title.

    This T-SQL script will demo how to get the version of SQL Server, the installation path, number of CPU, path of all user database and log files of all databases.

    As many people asked how to get general information of SQL Server, this script will demo how to get the version of SQL Server, the installation path, number of CPU, path of all user database and log files of all databases.

    image image
     image

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