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: HiddenUserAccount(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Creating-hidden-user-5ffb47a0
For the aspect of the security, some users want to hide a user account with administrative privileges, this script can create a hidden user account with administrative privileges.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: GetTPMChipsStatus(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-locate-TPM-chip-3bb8bea9
Form the related cases, we could see that there are many already requirements from the IT admins, so the IT admins really need this script..
Script Download: ImportOSCEXOVCardFile.ziphttp://gallery.technet.microsoft.com/scriptcenter/Import-Multiple-Contacts-4cbb4fee/
Currently Outlook Web App supports to import a .CSV file only. You need to find a solution to convert vCard files to a csv file when migrating from another email service providers or solutions. So you want to use a script to mitigate this problem.
Script Download: OSCforwardingAddress(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Get-or-Remove-forwarding-9943efc6
In most exchange environment, the administrator will set forwarding and redirecting on some users. But when we need to remove those old accounts that have not been used, we should first find how many mailboxes had set the forwarding address to those old accounts. As it is a property in Get-Mailbox, we can use a script to list those mailbox names, then we can remove those relationship as well.
Script Download: GetOSCEXOInboxRule.ziphttp://gallery.technet.microsoft.com/scriptcenter/Retrieve-Inbox-Rules-in-c46a35d8/
Currently, you can easily create inbox rules in Outlook Web App (OWA). But after creating multiple inbox rules, you find it is difficult for troubleshooting if something goes wrong. So you want to find a script to document the details of a rule.