• [Script of Aug. 13] Creating hidden user account with administrative privileges (PowerShell)

    Script Download: HiddenUserAccount(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Creating-hidden-user-5ffb47a0

    This PowerShell script sample shows how to create a hidden user account with administrative privileges.

    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.

    image image
    image

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

  • [Script of Aug. 12] Script to locate TPM chip and it's status (VBScript)

    Script Download: GetTPMChipsStatus(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-locate-TPM-chip-3bb8bea9

    This script will demo how to locate TPM chip and it's status.

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

    image image
    image

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

  • [Script of Aug. 30] Get or Remove forwarding address for Exchange 2010

    Script Download: OSCforwardingAddress(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-or-Remove-forwarding-9943efc6

    This PowerShell script sample shows get or remove forwarding address for Exchange 2010.

    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.

    image image
    image

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

  • [Script of Aug. 6] Import Multiple Contacts from vCard Files in Office 365 Exchange Online

    Script Download: ImportOSCEXOVCardFile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Import-Multiple-Contacts-4cbb4fee/

    This script demonstrates how to import multiple contacts from vCard files in Office 365 Exchange Online. You can choose to import a single vCard file or multiple vCard files with this script.

    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.

    image image
    image

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

  • [Script of Aug. 1] Retrieve Inbox Rules in Office 365 Exchange Online

    Script Download: GetOSCEXOInboxRule.zip
    http://gallery.technet.microsoft.com/scriptcenter/Retrieve-Inbox-Rules-in-c46a35d8/

    This script demonstrates how to get inbox rules in Office 365 Exchange Online. You can get inbox rules for multiple rules with this script.

    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.

    image image
    image

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