Get-Variable RoleDatacenterServiceEndpoint* | foreach { Write-ExchangeSetupLog -Info ("Adding endpoint from variable " + $_.Name); $epName = $_.Name.Substring("RoleDatacenterServiceEndpoint".Length); $epXml = [xml]$_.Value; $epUrl = $epXml.ServiceEndpoint.Url; $epUrlTemplate = $epXml.ServiceEndpoint.UrlTemplate; $epToken = $epXml.ServiceEndpoint.Token; $epCert = $epXml.ServiceEndpoint.CertificateSubjectName; $epAdditionalKeywords = $epXml.ServiceEndpoint.AdditionalKeywords; if ([string]::IsNullorEmpty($epUrl)) { Write-ExchangeSetupLog -Info ("Calling New-ServiceEndPoint for endpoint $epName with URL template $epUrlTemplate, Token $epToken and certificate subject $epCert"); New-ServiceEndpoint -Name $epName -UrlTemplate $epUrlTemplate -Token $epToken -CertificateSubjectName $epCert -AdditionalKeywords $epAdditionalKeywords -DomainController $RoleDomainController; } else { Write-ExchangeSetupLog -Info ("Calling New-ServiceEndPoint for endpoint $epName with URL $epUrl, URL template $epUrlTemplate, Token $epToken and certificate subject $epCert"); New-ServiceEndpoint -Name $epName -Url $epUrl -UrlTemplate $epUrlTemplate -Token $epToken -CertificateSubjectName $epCert -AdditionalKeywords $epAdditionalKeywords -DomainController $RoleDomainController; } }
Get-OutlookServiceVirtualDirectory -ShowMailboxVirtualDirectories -server $RoleFqdnOrName -DomainController $RoleDomainController ...
get-PowerShellVirtualDirectory -server $RoleFqdnOrName -DomainController $RoleDomainController | remove-PowerShellVirtualDirectory ...
Get-PushNotificationsVirtualDirectory -ShowMailboxVirtualDirectories -server $RoleFqdnOrName -DomainController $RoleDomainController ...
Get-PushNotificationsVirtualDirectory -ShowMailboxVirtualDirectories -server $RoleFqdnOrName -DomainController $RoleDomainController ...
Get-Variable RoleDatacenterServiceEndpoint* | foreach { Write-ExchangeSetupLog -Info ("Adding endpoint from variable " + ...
GetAggregatedAccount Successful Requests is the total number of successful requests for the GetAggregatedAccount web method. ...
GetAppMarketplaceUrl Successful Requests is the total number of successful requests for the GetAppMarketplaceUrl web method. ...
GetAttachment Average Response Time is the average elapsed time (in milliseconds) between the beginning and end of a GetAttachment ...
GetAttachment Successful Requests is the total number of successful requests for the GetAttachment web method since the service ...