• [Script Of Dec. 01] How to get the Default calendar permission for mailboxes in Exchange Server

    Dec.
    01
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-get-the-Default-382d1f03.  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 will get default Mailbox Calendar Permission.

    This script is to help Exchange Admins to get default Mailbox Calendar Permission via PowerShell.

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

  • [Script Of Dec. 24] How to fix "The file is corrupt and cannot be opened" when opening an Excel(VBS)

    Dec.
    24
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-fix-The-file-is-2684aa3b.  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 fix the issue "The file is corrupt and cannot be opened" when opening an Excel file.

    Some consumers encounter an issue "The file is corrupt and cannot be opened" error on office Excel while opening .xls files. This script will try to fix that.

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

  • [Script Of Dec. 03] How to show all users or last logon user in Windows 8

    Dec.
    03
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-show-all-users-or-8eb8f934.  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 show all users or last login user in Windows 8.

    Sometimes users want to show all user on login screen. This script is to achieve that.

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

  • [Script Of Dec. 25] How to Restrict mobile attachments to view only in Exchange Online

    Dec.
    25
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-Restrict-mobile-9cf1d440.  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 will restrict mobile attachments to view only in Exchange Online.

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

  • [Script Of Dec. 31] How to grant permissions to a user-defined role in a SQL Server database

    Dec.
    31
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-grant-permissions-1f1b46e5.  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 grant permissions to a user-defined role and assign the role to some of the users in a specified database.​

    As some customers want to know how to grant some permissions to some users, it is better to create a user-defined role and grant it to the users who need the role permission. In this script, users will get all the permission from login except the permission of deleting rows in a table.

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