• [Script of Dec 7th] Start a SharePoint Designer Workflow on Multiple List Items

    Script Download: StartWorkflow.zip
    http://gallery.technet.microsoft.com/scriptcenter/Start-a-Workflow-on-120bffe5 

    This script can start a SharePoint Designer workflow on Multiple List Items in Microsoft SharePoint Server 2010.

    In a real world, you may need to start a workflow on multiple list items. It will be a heavy task if you do it manually, so you are looking for a script to complete this task.

     

    image image
    image image

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

  • [Script of Dec 6th] Manage Managed Metadata Terms in Microsoft SharePoint Server 2010

    Script Download: ManageTaxonomy.zip
    http://gallery.technet.microsoft.com/scriptcenter/Manage-Managed-Metadata-9c42efef

    This script can manage managed metadata terms in Microsoft SharePoint Server 2010. You can use this script to get terms, add terms or remove terms.

    In a real world, a lot of people ask the possibility of managing managed metadata terms by using Windows PowerShell. Since administrators need to manage lot of terms, they really need to find a script to reduce their workload.

     

    image image
    image image

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

  • [Script of Dec 5th] Add Birthday or Anniversary Reminders in Office 365 Exchange Online

    Script Download: AddOSCEXOAppointment.zip
    http://gallery.technet.microsoft.com/scriptcenter/Add-Birthday-or-Anniversary-e111b73d

    It creates birthday or anniversary reminders for your contacts. It enables you to import a CSV file for creating the reminders. Additionally, you can use this script to search a contact folder to find contacts that have birthdays and anniversaries, and then create the reminders.

    Microsoft Outlook has a feature that enables you to “Add a birthday or anniversary for a contact.” However, this feature is not available in the Outlook Web App (OWA). Therefore, in order to add birthday or anniversary reminders in OWA, you must find a workaround.

     

    image image
    image image

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

  • [Script of Dec 4th] Retrieve all local user accounts information on remote computers (PowerShell)

    Script Download: GetLocalAccount.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-retrieve-all-b70a1dba 

    This PowerShell Script shows how to retrieve all local user accounts information on remote computers.

    An enterprise uses Active Directory to manage users and groups, but still need to manage local user accounts. This might be because the computer is not a domain member (if it is in a perimeter network). This script allows admins to retrieve all local user accounts information to management on remote computers, it will be really useful.

     

    image image
    image image

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

  • [Script of Dec 3rd] Configuring a Windows PowerShell Profile for Office 365 Exchange Online

    Script Download: SetOffice365PowerShellProfile .zip
    http://gallery.technet.microsoft.com/scriptcenter/Configuring-a-Windows-faecf7cb

    This script can configure a Windows PowerShell profile for Office 365 Exchange Online. It appends the Connect-OSCExchangeOnline and Disconnect-OSCExchangeOnline functions to your Windows PowerShell profile. Afterward, you can use these two functions directly without remembering New-PSSession and its parameters.

    Currently, Office 365 Exchange Online administrators use the New-PSSession function to connect Windows PowerShell to Office 365. Some administrators feel that it is difficult to remember all the parameters clearly. It is better to use a Windows PowerShell profile to store the two functions and help administrators use Office 365 more easily.

     

    image image
    image image

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