Tagged Questions
0
votes
1answer
829 views
Can't find where to change user on Security Token Service Application
So right now I'm trying to delete a managed user account in my SharePoint Server farm as we try and make him non-existent, using the following code:
$s = get-spmanagedaccount "Account_Name"
...