Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the settings for synchronizing Project Server groups with Active Directory groups.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetActiveDirectorySyncGroupSettings", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetActiveDirectorySyncGroupSettings As ADSyncGroupSettings
'Usage
Dim instance As Admin
Dim returnValue As ADSyncGroupSettings
returnValue = instance.GetActiveDirectorySyncGroupSettings()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetActiveDirectorySyncGroupSettings", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ADSyncGroupSettings GetActiveDirectorySyncGroupSettings()
Return Value
Type: [Admin Web service].ADSyncGroupSettings
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage Active Directory settings. Global permission. |
|
Allows a user to administer services such as Active Directory settings and database timeouts. Global permission. |