on July 19, 2017 Get link Facebook X Pinterest Email Other Apps BCS RevertToSelf Powershell $bdc = Get-SPServiceApplication | where {$_ -match “Business Data Connectivity Service”}; $bdc.RevertToSelfAllowed = $true; $bdc.Update(); Comments
Comments