• [Script of Jul. 15] Batch convert .txt files to Word documents (PowerShell)

    Script Download: ConvertTXTFileToWordDocument(PowerShell).zip http://gallery.technet.microsoft.com/scriptcenter/Batch-convert-txt-files-to-d7f53cb9 This Windows PowerShell script sample shows how to batch convert .txt files to Word documents. This script shows how to convert many .txt files to...
  • [Script of Jul. 29] Retrieve Message Delivery Report in Microsoft Office 365 Exchange Online

    Script Download: GetOSCEXODeliveryReport.zip http://gallery.technet.microsoft.com/scriptcenter/Retrieve-Message-Delivery-3cc1a5e2 This script can retrieve message delivery report in Microsoft Office 365 Exchange Online. Additionally, you can use this script to establish a connection without using...
  • [Script of Jul. 26] Set User Retention Policy Tag in Office 365 Exchange Online

    Script Download: SetOSCEXORetentionPolicyTag.zip http://gallery.technet.microsoft.com/scriptcenter/Set-User-Retention-Policy-b9883452/ This script can set user retention policy tag in Office 365 Exchange Online. You can also use this script to get user retention policy tags. This script is applicable...
  • [Script of Jul. 22] Export nested groups of bulk user from CSV file (PowerShell)

    Script Download: GetADUserGroup.zip http://gallery.technet.microsoft.com/scriptcenter/Export-nested-groups-of-36e761f1 This script demo shows how to export nested groups of bulk user from CSV file. There are many customers ask for a script for get bulk users nested groups. It is useful to create...
  • [Script of Jul. 1] Script to verify web service (PowerShell)

    Script Download: TestWebservice.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-verify-web-ceb46109 This script is used to verify if the web service is running. Sometimes, IT admin want to know the web service is running or not. This script is to accomplish it. ...