February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You want to configure settings on the Profile Service.
Solution: Use the Set-SPProfileServiceApplication cmdlet with an Identity variable.
You can use the Set-SPProfileServiceApplication cmdlet to configure settings on the profile service application using an Identity variable, as shown in Listing 14.3.
Listing 14.3. Configuring the Profile Service Settings
$profileSA = Get-SPServiceApplication -Identity 9b6235e4-f306-4ccc-8192-0c83cb679476Set-SPProfileServiceApplication -Identity $profileSA-MySiteHostLocation http://sp2013:80/my/ -MySiteManagedPath my/personal
The Set-SPProfileServiceApplication cmdlet has two similar parameter sets. In addition to the MySite parameters, ...
Read now
Unlock full access