When tried to remove this user found error:
Item has already been added. Key in dictionary.. How do I clean up service account?
I solved solution by using powershell:
Remove-SPManagedAccount -Identity DOMAIN\ServiceAcct
Remove-SPManagedAccount -Identity DOMAIN\ServiceAcct
When you try to create scope in Fast Search Search 2010. This will not work only way to create scope in SharePoint Search using PowerShell. Command Below is sample of command for creating scope:
New-SPEnterpriseSearchQueryScope -SearchApplication "FAST Query Application" -Name "NewScope" -Description "This is my new scope" -DisplayInAdminUI 1 -ExtendedSearchFilter 'path:starts-with("http://myserver/mysitecoll")'The ExtendedSearchFilter parameter specifies a FAST Query Language (FQL) expression that will filter the content for that scope.
There is 2 good blogs talk about Fast Search scope: