• [Script of Mar. 29] Verify and reset SRV record

    Script Download: VerifyAndResetSRVRecords.zip
    http://gallery.technet.microsoft.com/scriptcenter/Verify-and-reset-SRV-record-e9132d9a

    This script could be used to both verify and reset SRV record on domain controller.

    IT Administrators may need to check whether the SRV record is problematic, when DC locator cannot works.

    image image
    image

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

  • [Script of Mar. 28] Script to fix issues of Event ID 4107 and Event ID 11 (PowerShell)

    Script Download:BulkFixIssuesOfEventID4107AndEventID11.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-of-a5f6f91a

    This sample can help the enterprise administrator to bulk fix the issue “Event ID 4107 or Event ID 11 is logged in the Application log in Windows and in Windows Server “ on all the client computers which have these issues in the enterprise’s  domain.

    Event ID 4107 and Event ID 11 error occurs because the Microsoft Certificate Trust List Publisher certificate expired. A copy of the CTL with an expired signing certificate exists in the CryptnetUrlCache folder. To bulk resolve these issues, you can use this script to list all the expired certificates in the specific computer and remove all the files in the CryptnetUrlCache folder.

    image image
    image

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

  • [Script of Mar. 27] Script to fix issues of Event ID 4107 and Event ID 11 (VBScript)

    Script Download: BulkFixIssuesOfEventID4107AndEventID11.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-of-2ec8407a

    This sample shows how to fix the issue “Event ID 4107 or Event ID 11 is logged in the Application log in Windows and in Windows Server “ described in KB2328240.This sample can also help the enterprise administrator to bulk fix the issue on all the client computers which have the issue in the enterprise’s domain.

    Event ID 4107 and Event ID 11 error occurs because the Microsoft Certificate Trust List Publisher certificate expired. A copy of the CTL with an expired signing certificate exists in the CryptnetUrlCache folder. To resolve this issue, you can use this script remove all the files in the CryptnetUrlCache folder.  You can also bulk resolve the issue for a batch of computers in a domain.

    image image
    image

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

  • [Script of Mar. 26] Script to remove Internet Explorer in Windows 7 (PowerShell)

    Script Download: RemoveInternetExplorer(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-remove-Internet-e8327b13

    This PowerShell script demo shows how to remove Internet Explorer in Windows 7.

    In some situations, customers need to uninstall Internet Explorer 9 to fix crash issue, but they cannot manually uninstall Internet Explorer successfully sometimes.

    image image
    image

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

  • [Script of Mar. 25] Script for resetting file association (VBScript)

    Script Download: VBSFileAssociation.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-for-resetting-file-103c5a89

    This VBScript illustrates how to reset file association for a .doc file (It can be used for other file types as well with slight modification)

    If we double click on a text file, it opens with Notepad by default whereas the desire application to open .txt would be Notepad++. For this we need to manually reset file association with a right click and selecting the option “Open with”. How about changing other file types (.cs, .cpp and so on) to be associated with Notepad++? This needs changing the file association for each and every file type which is not time efficient. We can use this VBScript to change file association for multiple file types.

    image image
    image

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