• [Script of Aug. 19] Script to fix the issue described in KB 982021(VBScript)

    Script Download: FixIssuesDescribedinKB982021(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-the-issue-db85fc6f

    This sample can help you to check and change the NTLM setting in Windows Server. It shows how to get the NTLM setting in Windows Server and fix the issue described in KB 982021 by using VBScript.

    You have Microsoft Lync Server 2010 Front-End Server or Microsoft Lync Server 2010 Edge Server installed on Windows Server 2008 R2 with NTLM SSP set to 'Require 128-bit encryption'. This will prevent pre-Windows 7 clients from joining online meetings. You can run this script to check and change the NTLM setting to fix this issue. 

    image image
    image

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

  • [Script of Aug. 20] Get the Total Number of Printers Hosted on a Print Server (VBScript)

    Script Download: GetTheCountOfPrintersHostedOntheServer(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-the-Total-Number-of-62aaa322

    This sample can help you to get the total number of the printers hosted on your print Server by using VBScript.

    It is important to note that the primary limitation of the print server in this configuration is related to remote management and not the result of constraints imposed by the print server hardware or core spooler component. Specifically, when you are viewing and sorting columns in the Printers and Faxes folder, the Server may begin to experience delays if it is hosting more than 1,500 printers. You can run this script to get the total number of the printers hosted on your print Server. 

    image image
    image

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

  • [Script of Aug. 29] Check database backups appended to existing backup devices problems (VBS)

    Script Download: CheckBackupToSingleFile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-database-backups-4d65f7c2

    The backup history for SQL Server database indicates that backups are getting appended to existing backup devices. This increases the risk of losing all the backups when the backup device gets damaged. Also the performance of backups and restoring operations might be degraded when several backups are appended to one another on the same backup device that resides on a remote server and accessed over the network. Review the backup history information stored in msdb database and configure your backup scripts or solution to store backups in individual backup devices.

    This script can be used to detect the database backups appended to existing backup devices problems.

    image image
    image

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

  • [Script of Aug. 30] Get or Remove forwarding address for Exchange 2010

    Script Download: OSCforwardingAddress(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-or-Remove-forwarding-9943efc6

    This PowerShell script sample shows get or remove forwarding address for Exchange 2010.

    In most exchange environment, the administrator will set forwarding and redirecting on some users. But when we need to remove those old accounts that have not been used, we should first find how many mailboxes had set the forwarding address to those old accounts. As it is a property in Get-Mailbox, we can use a script to list those mailbox names, then we can remove those relationship as well.

    image image
    image

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

  • [Script of Aug. 21] Export Contacts for Microsoft Lync by using Lync Model API

    Script Download: ExportLyncClientContacts.zip
    http://gallery.technet.microsoft.com/scriptcenter/Export-Contacts-for-Lync-87d6193c

    This script can help users to export contacts from Microsoft Lync 2010 Client to CSV or XML files.

    Lync users may want to export contacts from Lync client to files. This script can help users to do this kind of tasks.

    image image
    image

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