When I run the following command:
$spapp = Get-SPServiceApplication -Name "Project Server Service"
Remove-SPServiceApplication $spapp -RemoveData
I get the following prompt:
Are you sure you want to perform this action? Performing operation "Remove-SPServiceApplication" on Target "PsiServiceApplication Name=Project Server Service". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
After typing "y" and pressing Enter it stays in a frozen state, where I cannot get out and also the deletion does not take place.
I have tried to delete the aforementioned service application through the GUI but it times out, thus the reason of using the powershell option.
Any pointers?