Answered by:
AD account authentication details required.!

Question
-
Hi Team,
I am using one of the AD account for services, which i have to validate from which services are using that ad account.
I tried with Powershell script not able to find out where it is get authenticated.
Kindly help out me with any script.
This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing! http://sesaitech.blogspot.in/
Answers
-
If the links I posted are no suitable for your needs you can request a script to be written here.
https://gallery.technet.microsoft.com/scriptcenter/site/requests
and ask for help with writing a script here.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverpowershell
(please don't forget to mark helpful replies as answer)
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Marked as answer by nmselvaraja Friday, July 26, 2019 12:25 PM
All replies
-
I'd check the Log On As column, services.msc
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. -
-
A few here you may be able to modify to suit your needs.
or you can request a script to be written here.
https://gallery.technet.microsoft.com/scriptcenter/site/requests
and ask for help with writing a script here.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverpowershell
(please don't forget to mark helpful replies as answer)
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. -
Hello,
Thank you for posting in our TechNet forum.
If this question has any update or is this issue solved? Also, for the question, is there any other assistance we could provide?
Best Regards,
Daisy ZhouPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
-
If the links I posted are no suitable for your needs you can request a script to be written here.
https://gallery.technet.microsoft.com/scriptcenter/site/requests
and ask for help with writing a script here.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverpowershell
(please don't forget to mark helpful replies as answer)
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Marked as answer by nmselvaraja Friday, July 26, 2019 12:25 PM
-
I understand your challenge... service accounts can be hard to track. AD does not really provide a way to track logged on users. The only relevant info in AD might be the netlogon logs, where you can find logons and from what machine these originated.
I think you cannot get around checking each machine for not only running processes, but also remaining configurations of not currently running services, com+ components, IIS application pools,...
You can automate large parts of that using powershell or some combination of psexec, tasklist,... but first identify what exactly you want to check. Then post back in some scripting forum.
PS: You should really use one account per service and keep an administration of where it is used for what, the password, the access and privileges assigned,...
MCP/MCSA/MCTS/MCITP