• [Script Of Oct. 13] How to fix the issue that Windows configures Microsoft Office at each startup

    Oct.
    13
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-fix-the-issue-that-a2808375.  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 fix the issue that Windows configures Microsoft Office at each startup.

    Some consumers encounter an issue that every time that they open a Microsoft Office, such as Outlook, they receive the following message: Please wait while windows configures Microsoft Office Professional Plus 2010. This script is to try to fix that issue.

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

  • [Script Of Oct. 14] How to fix the issue that Windows configures Microsoft Office at each startup (VBScript)

    Oct.
    14
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-fix-the-issue-that-f982bb0e.  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 fix the issue that Windows configures Microsoft Office at each startup.

    Some consumers encounter an issue that every time that they open a Microsoft Office, such as Outlook, they receive the following message: Please wait while windows configures Microsoft Office Professional Plus 2010. This script is to try to fix that issue.

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

  • [Script Of Oct. 15] How to find SQL Server database restore information

    Oct.
    15
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-find-SQL-Server-492a7aab.  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 T-SQL script will demo how to find SQL Server database restore information.

    As many people asked how to find SQL Server database restore information, this script will offer some help in this regard.

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

  • [Script Of Oct. 16] How to split comma-delimited string column into multiple records in SQL Server

    Oct.
    16
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-split-comma-90a35ace.  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 T-SQL script will demo how to split comma-delimited string column into multiple records in SQL Server.

    As many people asked how to split comma-delimited string column into multiple records in SQL Server, we create a table for demonstrating.

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

  • [Script Of Oct. 17] How to extend the task sequence error timeout duration in ConfigMgr 2012 SP1

    Oct.
    17
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-extend-the-task-c23e0fe5.  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 scripts shows how to extend the task sequence error time-out duration in System Center 2012 Configuration Manager SP1.

    When you are creating new task sequences, it's not a big surprise that task sequence steps will cause exceptions. Since the whole deployment will last a very long time, you can easily miss the final summary report. By default, you have 15 minutes before the reference computer restarts. So you want to use a script to increase the time-out value by assigning a higher value for the SMSTSErrorDialogTimeout variable.

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