• [Script Of Dec. 26] How to set default printer using PowerShell

    Dec.
    26
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-set-default-printer-cf89670b.  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 shows how to set default printer in Windows.

    In real world, we usually have multiple printers in our company environment. IT admins want to user regularly use specified printer, they have to let user to pick one as default printer.

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

  • [Script Of Dec. 13] How to export the users' OneDrive data usage in SharePoint Online to Excel

    Dec.
    13
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-export-the-users-a996b16c.  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 used to export the usage status of each user’s OneDrive for Business.

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

  • [Script Of Dec. 27] How to set default printer using VBScript

    Dec.
    27
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-set-default-printer-00dbc561.  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 VBScript shows how to set default printer in Windows.

    In real world, we usually have multiple printers in our company environment. IT admins want to user regularly use specified printer, they have to let user to pick one as default printer.

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

  • [Script Of Dec. 20] How to fix the issue that hyperlinks cannot be opened in Windows (PowerShell)

    Dec.
    20
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-fix-the-issue-that-7113eaea.  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 shows how to fix the issue that hyperlinks cannot be opened in Windows.

    Some consumers encounter an issue that when clicking on hyperlinks from emails or anywhere else, they get this message: “This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.” so this script will help users to fix that issue.

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

  • [Script Of Dec. 02] How to check SQL Server Database Files resides in an unsupported FileSystem

    Dec.
    02
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-check-SQL-Server-985be4f8.  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 demo how to detect database(s) files residing in resilient file system (ReFS) in Windows Server 2012.

    Hosting databases on Windows Server 2012 ReFS is not supported for production use. If there is any database on ReFS file system, the script will give a warning.

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