File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ For permissions and the most current information about Windows PowerShell for Sh
45
45
### --------------------EXAMPLE---------------------
46
46
```
47
47
$sa = New-SPProfileServiceApplication -Name 'User Profile Service Application' -ApplicationPool 'SharePoint Web Services Default' -ProfileDBName Profile -SocialDBName Social -ProfileSyncDBname Sync
48
- New-ProfileServiceApplicationProxy -Name 'User Profile Service Application Proxy' -ServiceApplication $sa -DefaultProxyGroup
48
+ New-SPProfileServiceApplicationProxy -Name 'User Profile Service Application Proxy' -ServiceApplication $sa -DefaultProxyGroup
49
49
```
50
50
51
51
This example creates a new User Profile Service application proxy.
You can’t perform that action at this time.
0 commit comments