15 lines
436 B
Markdown
15 lines
436 B
Markdown
---
|
|
type: "account"
|
|
description: "SVC Acct For the EAF Apps File Transfer - Phares Mike"
|
|
created: "2023-07-18T17:14:12.127Z"
|
|
updated: "2023-07-27T16:17:03.777Z"
|
|
System: "Active Directory"
|
|
---
|
|
|
|
# ecmescepeafsvc
|
|
|
|
```PowerShell
|
|
# https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Special%20Account%20for%20Clients%20%26%20Applications%20%281%29
|
|
Get-ADUser -Filter "Name -eq 'ecmescepeafsvc'" -Properties "LogonWorkstations"
|
|
```
|