Está en la página 1de 10

Exam 70-667 Drag and Drop

Adding a Farm-level solution


Add-SPsolution Install-SPsolution

Adding a Site-Level Solution


Add-SPuserSolution Install-SPUserSolution

Excel Services with Secure Store


Unattended Service Account http://technet.microsoft.com/en-us/library/hh525344.aspx Create an account as Unattended service Account Add him to the SQL Logins and give access to the DB Get the Service Account for the Excel App Pool (central Admin) Go to Secure Store and Create a new managed target application o Target Application ID Group o Target Application Admin (Domain Admin) o Members (Service Account for the Excel App Pool) Set Credential o Add Unattended SRVICE Account Modify Excel Services to Use The Application ID (Managed Target Application Name) Connect Excel to SQL o From SQL server o Use windows Authenticatation o Authentication Settings SSS: None Found on Technet Configure a data Access Account Configure a Secure Store target Application for the unattended Service Account Configure Excel Service Global Settings Configure a WorkBook to use the unattended service Account

Embedded Connection http://technet.microsoft.com/en-us/library/hh525342.aspx Create an Account Excel data Access Create a Group Excel Service Users, populate group Add a new target application in the secure store o Target Application (Group) o Target Application Admin (Domain Admin) o Members: Group Created Set Credential o Excel data access Account On the SQL add the Excel data access Account in the logins and grant read access on the DB. Connect Excel to SQL o From SQL server o Use windows Authenticatation o Authentication Settings SSS: SecureStoreTargetApplication ID o Browse to save on SharePoint (Data Connection Library)

Found on Technet Configure a data access account Configure the Secure Store Service Application Create and publish an Excel workbook that use an embedded data connection

External Data Connections http://technet.microsoft.com/en-us/library/hh525341.aspx Create a DataAccessAccount Create a Users Group Give The Account the read permission on the Data Source Add a new target application in the Secure Store o Target Application Type (Group) o Target Admin (Domain Admin) o Members: add the users Group created Set Credential o DataAccessAcount Create from exel the Data Connection File o From SQL server o Use windows Authenticatation o Authentication Settings SSS: SecureStoreTargetApplication ID o Browse to save on SharePoint (Data Connection Library) Found on Technet Create a DataAccessAccount Create a Secure Store Target Application Create and publish an ODC file Configure an Excel WorkBook to use the Published ODC file as a data Connection.

Configuration menu of Excel Service


- Need an account member of farm administrator or the excel Service Application administrator - Manage Service Application Options -> Excel Server Options - Global Settings -> load balancing, data connections time outs, throttling, unattend service account, data connection time outs) - Trusted file location: location where the spreadsheet can be loaded (document libary, UNC path, http website) - Trusted Data provider: insert/remove data providers - User Defined function

*Configuring SSP by asking you to select the appropriate accounts to use for each of the services listed respectively Configure Forms Based Authentication (FBA)
http://blogs.technet.com/b/mahesm/archive/2010/04/07/configure-forms-based-authenticationfba-with-sharepoint-2010.aspx Create or Convert existing web applications to use Claims Based Authentication Create user IDs in SQL Databased Modify web.config file Give Permissions to user present in SQL Database

Granting Access to non-AD User


-Claims Based -Create Membership provider roles -Add users to SharePoint Site

How to configure/enable search service


http://technet.microsoft.com/en-us/library/gg502597.aspx - Create Appropriate Account - Add them as managed Service Account - Create a search Service Application Video

How to configure/enable search service for Path to disk or File Server


Worked On - In the Central Admin go to Manage Service Applications and click the Search Service Application - Add a content Sources That point to your File Server Share - Create a Scope based on your content Source - In the Site Settings Add a Display Group to the view Scopes Page. From Exam Collection -Creating a content source to crawl your fileshare (path to disk \fileserver) -Creating a scope based on the content source -Adding the scope to a scope display group (create search scope)

How to configure IFilter to search inside of PDF file


http://www.codeproject.com/Articles/82546/How-to-configure-PDF-iFilter-for-SharePoint-Server

How to enable user profile service


Create Appropriate Account Add them as managed Service Account Create a User Profile Service Application Configure the User Profile Service Application

Configuring User Profiles Synchronization


http://technet.microsoft.com/en-us/library/ee721049.aspx From ExamCollection Configure the User Profile Synchronization Service Start the User Profile Synchronization Service. Create a New Profile Synchronization Connection. Edit Profile Synchronization Connection Filters. Map User Profile Properties. Configure Profile Synchronization Settings

Configure Reporting Services with SharePoint


http://www.codeproject.com/Articles/88285/Integrating-Sharepoint-2010-and-SQL-Reporting-Serv Central Administration -> General Application Settings -> Reporting Services Integration Add a Report Server to the Integration

Activate it for a site


In the Sharepoint site Go to Site Settings -> Site Collection Features And Activate Report Server Integration Feature

Configuring the SQL Server Reporting Services to work with Sharepoint


http://www.techbubbles.com/sql-server-2008/configuring-sql-server-reporting-services-insharepoint-2010/ - Install the DataBase Engine Services and the reporting services form the SQL server Feature Installation - On the Reporting Services Configuration page select SharePoint integrated mode o On Report Server Configure the web service URL o On SharePoint Server Configure the Reporting Services Integration URL, Auth mode and Login password - Then Activate the Feature in the Site Settings

Anonymous user output cache profile for a site collection


http://office.microsoft.com/en-us/sharepoint-server-help/configure-page-output-cache-settingsHA010120686.aspx Enable Output Cache from the Site collection output cache page from the site settings of the main site Select the Right Profile in the Anonymous cache profile option drop down list

Share Content Type among Site Collections


http://www.sharepoint4developers.net/en-nz/post/sharepoint-2010-content-type-hub.aspx Worked on Create a new site collection and activate the Content Type Syndication Hub from the Site collection features in Site Settings From the Central Administation page Manage service application modify the property of the Managed meta data Service Connection (uncheck the 2 check box starting with This service and check consumes) From the Hub site collection go in Site Content Types and publish each content Type you want. From Exam Collection - Create one content type gallery as the of a managed metadata service - Create connections to the service from each webapplication that contains a site collection - Specify that site collections should use the content types in the service

Configure InfoPath Forms Services


Technet - Configure Browser-enabled user form templates o In Central Admin Configure Info Path Form Services option User Browser-enabled Form Templates: Allow users to browser-enabled form temtes Render Form Templates that are browser-enabled by users - Configure Authentication and data connection settings for InfPath Forms Services o Configure Data Connection TimeOut Default Data Connection Timeout Maximum data connection Timeout o Data Connection Response Size o HTTP data Connections Require SSL for HTTP authentication to data Sources o Embedded SQL Authentication Allow embedded SQL Authentication o Authentication to data sources Allow user form templates to use authentication information contained in data connection files o Cross-Domain Access for User Form Templates Allow cross-domain data access for user form templates that use connection settings in a data connection file - Configure user Session settings for InfoPath Forms Services o Thresholds Number of Postbacks per Session Number of actions per PostBack o User Session Active sessions should be terminated after Maximum size of user session data

Integrating InfoPath 2010 Forms with SharePoint 2010 Data Connection Library
Create a Data Connection Library Create a Connection Settings File (From InfoPath Designer) Convert the DataConnection in universal (From Infopath Forms) Approve The Data Connection in the Library Create A Blank Template and add the Connection File

PowerShell
Backup a Site Collection & Restore a Site Collection
Backup-SpSite -Identity (URL or GUID of the Site to Backup) -Path (Specify the Destination Path) -NositeLock (Do not put The SharePoint Site Collection in read Only) -UseSqlSnapshot (SnapShot the SQL) -Force (Overwrite an existing backup file) Restore-SpSite -Identity (URL where to restore the Site) -Path (Specify the location of the backup file) -ContentDataBase (SQL Server content database where to restore the Data) -DataBaseName (SQL Server content database where to restore the Data) -DatabaseServer (SQL Server Name must be user with databasename) -Force (Overwrite an existing Site)

Backup a Farm & Restore a Farm


Backup-SpFarm BackupMethod(Full or differential) -Directory (Specify the Destination of Backup File) -BackupThreads(Default 3 Value possible 1-10) -Configuration Only (No data in the backu File) -Force (Overwrite an existing backup file) -Item (Part of the farm to backup) Restore-SpFarm RestoreMethod(New or Overwrite) -Directory (Specify the locaion of Backup Files) -BackupID (Specify the ID of the backup you want to restore) -FarmCredential (User used to restore) -Configuration Only (Restore only the configuration) -Force (Overwrite an existing backup file) -Item (Part of the backup package to be restored)

Move a Site Collection


Move-SPsite -identity (The Site url to be moved) -DestinationDabase (Destination database)

Add and Deploy SharePoint Solution to a Site


Add-Spsolution -LiteralPath(Path of the solution package) -Site (Site Collection where to install the solution)

Install-SPuserSolution -Identity(SandBox Solution to Actvate) -Site (Activate for a specific Site)

Add and Deploy SharePoint Solution to a farm


Add-Spsolution -LiteralPath(Path of the solution package) Install-Spsolution -Identity (Specifies the SharePoint solution to Deploy) -AllWebApplications (solution is deployed for all SharePoint Web App) -Force (Force the deployement) -Item (Part of the farm to backup) -GACDeployement (Global Assembly Cache can be deployed Remarks: SPUserSolution refer as workflow whereas SPSolution refer as solution package.

Scenario
In the User Profile Service page, asking you the select the appropriate check box and drop down menu to configure Anonymous user output cache profile for intranet usage. In the Output Cache settings: Click Enable Output Cache Select the Anonymous Cache Profile Corresponding o Public Internet (Purely Anonymous) o Extranet (Published Site) o Intranet (Collaboration Site) Enable Cache Information If needed (Time date of last rendered page)

Notes
How to Deactivates Presence
Central Administration -> Web Application -> General Settings

Publish Solution from central admin already Installed


Central Administration -> System Settings -> Manage Farm Solution -> Select the solution installed -> Deploy the solution to a web Application

Term Store contributor


In the Sharepoint site Go to Site Settings -> Term Store Management Tool Select the store you want and modify the contributor Box.

También podría gustarte