15 lines
425 B
Markdown
15 lines
425 B
Markdown
---
|
|
type: "account"
|
|
description: "Srv Acct for HTR reactors to copy data to EC fileshare"
|
|
created: "2023-07-18T17:14:12.135Z"
|
|
updated: "2023-07-27T16:16:58.219Z"
|
|
System: ""
|
|
---
|
|
|
|
# ecreactorrecipes
|
|
|
|
```PowerShell
|
|
# https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Special%20Account%20for%20Clients%20%26%20Applications%20%281%29
|
|
Get-ADUser -Filter "Name -eq 'ecreactorrecipes'" -Properties "LogonWorkstations"
|
|
```
|