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-remove-a-node-from-25cb24c4. 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 script will help to remove a node in web.config file of a web application in SharePoint.
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-make-lower-level-96a5d485. 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 grant Admin Role and Full Access Permission to the User Mailbox.
This script is to help Exchange Administrators to grant Admin Role and Full Access Permission via PowerShell.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-convert-mailbox-to-c92c9153. 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 an existed mailbox to a new mail user.
This script is to help Exchange Administrators to convert mailboxes to mail users via PowerShell.