• [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. 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

  • [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. 04] How to hide the full path for mapped drive in Windows Explorer

    Dec.
    04
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-hide-the-full-path-c230cc80.  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 hide the full path for mapped drive in Windows Explorer.

    This script needs to hide the full path of the mapped drive. In a network environment, administrator wants to map a drive, but don't want to show the directory for security.

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

  • [Script Of Dec. 05] Add "Send to SkyDrive" to the Windows Explorer context menu in Windows 8.1

    Dec.
    05
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//Add-Send-to-SkyDrive-to-b762c533.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    The goal of this script is to add "Send to SkyDrive" to the Windows Explorer context menu in Windows 8.1.

    Windows 8.1 is integrated with SkyDrive. If we want to copy some files or folders to SkyDrive folder, we need to copy and paste them. If there is an item "send to SkyDrive" in context menu, it will be more convenient for users to achieve this target.

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