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
Script of the Day
Script Download: 22229.zip http://gallery.technet.microsoft.com/scriptcenter/Get-Active-Directory-user-246f17c7
In some cases, IT admins want to statistics of user last logon time information. This Windows PowerShell script will help IT admins to determine the last time that a user logged on to the system.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: 21946.ziphttp://gallery.technet.microsoft.com/Send-Lync-Instant-Message-66e7bb22
This script is to help users to send Instant Message via PowerShell when they are inconvenient with Lync Client UI.
Script Download: 22233.ziphttp://gallery.technet.microsoft.com/Delete-Unused-user-4047f41d
Sometimes, one user may have not logged for three months. However, in order to save space, we need to delete those profiles.
Script Download: 22228.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-get-Best-Practice-46c6fbcc
Best Practices Analyzer (BPA) is a server management tool that is available in Windows Server 2012. BPA can help administrators reduce best practice violations by scanning roles that are installed on managed servers that are running Windows Server 2012. This script is based on BPA PowerShell model to get specific BPA model result.
Script Download: 22237.zip http://gallery.technet.microsoft.com/scriptcenter/Enumerate-Conditions-in-an-defd82d2
Currently, you can create many task sequences to deploy multiple Operating Systems. Then you can configure conditions in an Operating System Deployment Task Sequence for specific reasons. It’s not an easy task to troubleshooting task sequences after multiple conditions are configured. So you need a script to enumerate task sequence conditions for troubleshooting.