martedì 28 settembre 2010
Corso SHAREPOINT 2010
Configuring and Administering Microsoft SharePoint 2010
Durata: 5 gg
Sede: Torino
Date: 8-12 Novembre 2010
Prezzo: 1600,00 € SCONTATO A : 1200,00 €
Propedeutico all’esame 70-667: TS: Microsoft SharePoint 2010, Configuring
relativo alle competenze:
Business Intelligence
Content Management Digital Marketing
Hosting
Midmarket Solution Provider
Portals and Collaboration
Project and Portfolio Management
Search
http://www.regolaformazione.it/Internet/DettaglioCorso.aspx?codice=10174
lunedì 5 luglio 2010
SharePoint 2010 Overview - Corso Microsoft Courseware Library 50353
Il corso è diretto ai Professionisti IT che vogliono conoscere la nuova interfaccia e le nuove funzioni di Sharepoint 2010 in un ambiente di laboratorio che permetta di verificare immediatamente quanto appreso.
Edizione del 19 Luglio 2010
in Regola a Torino – in Corso Turati 15/H
Il corso ha un numero di posti limitato. Preiscrizione su http://www.regolaformazione.it/Internet/Prenota.aspx?calendario=869
Module 1: Overview
Lessons
● N/A
Module 2: User Interface
Lessons
● Architectural Changes
● New SharePoint Features
Lab 1: User interface
● Understand UI Improvements
● Use the Create Page
● Explore the Ribbon
Module 3: Service Applications
Lessons
● Service Applications
Lab 1: Explore Service Applications
● Explore Service Applications
Lab 2: Install Service Application
● Install a Service Application
● Assign a Service Application
Module 4: PowerShell
Lessons
● PowerShell
● SharePoint & PowerShell
Lab 1: PowerShell Basics
● PowerShell Basics – Command Lets
● Variables
● Arrays
● While Loop
● If Statement
● Create An Object
● Static Properties
Lab 2: PowerShell With SharePoint
● Load SharePoint Dll into PowerShell
● Set PowerShell Execution Policy
● Enumerate Webs
● Create a site with PowerShell
● Create/Update an item with PowerShell
● Profiles and MySites script
Lab 3: SharePoint Commandlets
● Explore SharePoint 2010 Commandlets
Module 5: Monitoring
Lessons
● Monitoring
Lab 1: Configure Monitoring
● Configuring Diagnostic Logging
Lab 2: ULS Viewer
● Explore the ULS Viewer
Lab 3: Health Analyzer
● Explore SharePoint Health Analyzer
Lab 4: Logging Database
● Explore SharePoint Logging Database
Module 6: Search
Lessons
● Federated Search
● Search Architecture
● FAST Search
● Search 2010
Lab 1: Install Search Service Application
● Create a Search Service Applications
Lab 2: Explore Search
● Explore SharePoint Search
Lab 3: Install FAST Search
● Install FAST Search
Lab 4: Search Federation
● Setup Federation (Bing)
Module 7: Backup Restore Disaster Recovery
Lessons
● Disaster Recovery
● Backup
● Restore
Lab 1: Backup
● Explore Backup Options
● Central Administration
● PowerShell
Lab 2: Restore
● Restore SharePoint
● Partial Restore
Module 8: Install & Upgrading
Lessons
● Deep Details
● Upgrading 2007
Lab 1: Installing SharePoint 2010
● Install SharePoint Foundation
● Install SharePoint Server
Lab 2: Upgrade (Pre-reqs)
● Upgrade to SP2
● Install CU Oct 2009
● Gradual Upgrade
Lab 4: Upgrade (In-Place)
● In-Place Upgrade
Potete richiedere ogni informazione telefonando alla Segreteria corsi di Regola allo 011 518.70.29 oppure scrivendo a prenotazioni@regolaformazione.it
martedì 15 dicembre 2009
Sharepoint 2010 - Microsoft.Office.Server.UserProfiles.UserProfileException: Unrecognized attribute allowInsecureTransport
Andate a vedere il blog :http://praveenbattula.blogspot.com/2009/11/microsoftofficeserveruserprofilesuserpr.html
o, ancora meglio :http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/f239de4a-488e-47e1-8f1e-b382fd4668fa
In particolare guardate la hotfix: kb976462
Se poi, risolto il problema, vi ribeccate un bel:
Microsoft.Office.Server.UserProfiles.UserProfileException: The request channel timed out while waiting for a reply after 00:00:19.9340000. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The request channel timed out while waiting for a reply after 00:00:19.9340000. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'https://myserver:32844/d31735f8a1b34f3a8263707181c7e298/ProfilePropertyService.svc' has exceeded the allotted timeout of 00:00:19.9990000. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out
Trovate la soluzione su:
http://praveenbattula.blogspot.com/2009/11/microsoftofficeserveruserprofilesuserpr_18.html
Buon divertimento!
giovedì 21 agosto 2008
MOSS 2007 e WSRP
Per testare la web part potete usare questo file:
<Configuration xmlns="http://schemas.microsoft.com/office/sps/2005/WSRP/Configuration" ProxyAddress="http://Your_Internet_Proxy:80">
<Producer Name="NetUnity" AllowScripts="true">
<ServiceDescriptionURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</ServiceDescriptionURL>
<RegistrationURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</RegistrationURL>
<MarkupURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</MarkupURL>
<PortletManagementURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</PortletManagementURL>
<!--SsoApplication Name="NetunityWSRP"/-->
</Producer>
</Configuration>
Se non avete un proxy allora dovete modificarlo così:
<Configuration xmlns="http://schemas.microsoft.com/office/sps/2005/WSRP/Configuration">
<Producer Name="NetUnity" AllowScripts="true">
<ServiceDescriptionURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</ServiceDescriptionURL>
<RegistrationURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</RegistrationURL>
<MarkupURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</MarkupURL>
<PortletManagementURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</PortletManagementURL>
<!--SsoApplication Name="NetunityWSRP"/-->
</Producer>
</Configuration>
mercoledì 2 luglio 2008
Microsoft pubblica la documentazione tecnica relativa ai protocolli integrati in Microsoft Office 2007, MOSS 2007 e Exchange Server 2007
giovedì 24 aprile 2008
Personalizzazione dei siti Sharepoint
Nel momento, invece, in cui abbiamo bisogno di personalizzazioni più avanzate è necessario intervenire sul codice delle pagine stesse.
Uno strumento molto efficace da utilizzare (prima di passare decisamente a Visual Studio) è Sharepoint Designer (di cui è disponibile una versione di valutazione sul sito Microsoft).
Per capire di cosa si tratta facciamo conto che sia una evoluzione di Frontpage con spiccate attitudini verso Sharepoint.
Attenzione agli stravolgimenti troppo arditi delle pagine perchè Sharepoint Designer permette di fare anche dei pasticci. Per esempio leggetevi l'articolo Microsoft sui Default Content Placeholders per evitare di cancellare qualcosa che deve essere obbligatoriamente presente nelle pagine.
Approfondite anche la conoscenza delle Master Pages (se non le conoscete già) e imparate come modificarle per cambiare in un colpo solo le caratteristiche di tutte le pagine di un sito (per esempio per spostare la casella di "search" dalla posizione di default).
giovedì 13 marzo 2008
Corsi Sharepoint
I contenuti su http://www.aliware.it/formazione/contenutimoc/5061.HTM e http://www.aliware.it/formazione/contenutimoc/5060.HTM
Altre informazioni su http://www.aliware.it/formazione/Microsoft/Microsoft.aspx