We offer two things:
1. Hundreds of automation script samples based on IT Pros' frequently asked IT tasks
2. Script Browser & Script Analyzer tools to ease and improve the script writing
Visual Studio Community 2013 is released today. Free of charge! It gives you almost all features originally in Visual Studio 2013 Pro. http://www.visualstudio.com/news/vs2013-community-vs
With Visual Studio 2013 Community, you can get Visual Studio extensions that incorporate new languages, features, and development tools into this IDE. (These extensions are available from the Visual Studio Gallery.) Here is how to install the Developer Assistant extension for Visual Studio after the installation of Visual Studio, with which you can get instant code sample help when you are writing C# code projects:
1. Go to the Tools menu, and choose ‘Extensions and Updates”
2. Choose Online / Visual Studio Gallery
3. in the Search bar, type Developer Assistant
4. Install ‘Bing Developer Assistant’.
Script of the Day
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-change-Default-8afc1646. 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 set OWA Default Font Settings for distribution groups.
This script is to help Exchange Admins to quickly set OWA Default Font Settings via PowerShell.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-check-all-users-664661ed. 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 count Mailboxes in Organization Unit excluding its Child Organization Unit.
This script is to help Exchange Administrator to count Mailboxes in Organization Unit excluding its Child Organization Unit via PowerShell.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-change-DEFAULT-1254dcee. 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 set default Mailbox Calendar Permission.
This script is to help Exchange Admins to set default Mailbox Calendar Permission via PowerShell.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-create-General-ee3ae489. 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 create a report in CSV for Mailboxes Detail.
This script is to help Exchange Admins to create a report for Mailboxes via PowerShell.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-convert-XLS-to-CSV-8080e2d0. 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 convert Microsoft Excel file XLS to CSV file.
This script is to help users to convert .XLS file to .CSV file via PowerShell.