• [Script of Dec. 31] Set User Profile Picture in Microsoft SharePoint Server 2010

    Script Download: SetOSCSPUserPicture.zip
    http://gallery.technet.microsoft.com/Set-User-Profile-Picture-1cdbe171

    TThis script changes user profile picture in Microsoft SharePoint Server 2010. It finds user profile pictures from specified picture library. After finding the pictures, it uses User Profile Manager to change PictureUrl property for each user who has user profile.his PowerShell script shows how to get Best Practice Analyzer result.

    Under some circumstances, administrators may manage user pictures manually without enabling User Profile Synchronization Service. It indicates that the pictures will not be imported from external systems. They need to find a way to help HR specialist to import user profile picture for each user.

    image image
     image

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

  • [Script of Dec. 30] How to review indexing information and issues in SQL Server (T-SQL)

    Script Download:21984.zip
    http://gallery.technet.microsoft.com/scriptcenter/How-to-review-indexing-9022dafd

    This T-SQL script will help review indexing information and issues in SQL Server.

    You can use this script for reference when you want to find information about indexing information and issues in SQL Server.

    image image
     image

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

  • [Script of Dec. 27] Create Non-compliant Collections in System Center 2012 Configuration Manager SP1

    Script Download: NewOSCCMCollection-NonCompliant.zip
    http://gallery.technet.microsoft.com/scriptcenter/Create-Non-compliant-eb023e3c

    This script shows how to create non-compliant collections in System Center 2012 Configuration Manager SP1.

    In SCCM 2012, you can create configuration baselines to manage the configuration and compliance of servers, laptops, desktop computers, and mobile devices. After reviewing the compliance report, you will create collections and take actions to make sure these users or devices meet configuration baselines.

    You can create a Compliant/Error/Non-Compliant/Unknown collection for single configuration baseline deployment by using SCCM 2012 admin console, but it’s reasonable that a configuration baseline will be deployed to multiple collections. But you find you cannot create multiple collections for single configuration baseline deployment as following screenshot shows.

    image image
     image

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

  • [Script of Dec. 26] Create Collections Based on Organizational Units in System Center 2012

    Script Download: NewOSCCMCollection-OU.zip
    http://gallery.technet.microsoft.com/scriptcenter/Create-User-Collections-1aab6226

    This script shows how to create collections based on organizational units in System Center 2012 Configuration Manager SP1.

    Currently, you often need to create collections based on organizational units in Active Directory. After that, you can deploy applications and packages for specific users and devices. Usually an Active Directory contains a lot of organizational units, it's a time consuming task to create collections based on organizational units in SCCM console.

    So you want to use a script to ease your work.

    image image
     image

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

  • [Script of Dec. 25] Enumerate Conditions in an OS Deployment Task Sequence in System Center

    Script Download: 22237.zip
    http://gallery.technet.microsoft.com/scriptcenter/Enumerate-Conditions-in-an-defd82d2

    This script can enumerate conditions in an operating system deployment (OSD) task sequence in System Center 2012 Configuration Manager SP1.

    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.

    image image
     image

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