Compare commits
No commits in common. "06-02-a" and "master" have entirely different histories.
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -5,7 +5,6 @@
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Bianchin",
|
||||
"Cleanroom",
|
||||
"CMDB",
|
||||
"fileshare",
|
||||
"Infineon",
|
||||
@ -13,7 +12,6 @@
|
||||
"messdv",
|
||||
"messv",
|
||||
"mestsa",
|
||||
"Microware",
|
||||
"Ouellette",
|
||||
"PDSF",
|
||||
"Phares",
|
||||
|
72
.vscode/tasks.json
vendored
72
.vscode/tasks.json
vendored
@ -1,6 +1,78 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M .Kanbn Index",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/.kanbn",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M .Kanbn Tasks",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/.kanbn/tasks",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Account",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/account",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M IteraPlan",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/iteraplan -d L:/Git/Notes-EC-Documentation/.EC-Documentation/.iteraplan",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Database",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/database",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M DNS",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/dns",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M EVA",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/eva -d L:/Git/Notes-EC-Documentation/.EC-Documentation/.eva",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Index",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/.index",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Fileshare",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/fileshare",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Process",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/process",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Port",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/port",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s M Server",
|
||||
"type": "shell",
|
||||
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-EC-Documentation/.EC-Documentation -s L:/Git/Notes-EC-Documentation/.EC-Documentation/server",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Kanbn Console",
|
||||
"type": "npm",
|
||||
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:24:58.023Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:25:42.580Z
|
||||
---
|
||||
|
||||
# ecusleolsec0003stl
|
||||
|
||||
## ECUSleolsec0003Stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleolsec0003Stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:24:57.764Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:25:29.267Z
|
||||
---
|
||||
|
||||
# ecusleolsec0004stl
|
||||
|
||||
## ECUSleolsec0004Stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleolsec0004Stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:24:57.532Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:26:06.434Z
|
||||
---
|
||||
|
||||
# ecusleolsec0005stl
|
||||
|
||||
## ECUSleolsec0005Stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleolsec0005Stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:23:45.775Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:24:23.433Z
|
||||
---
|
||||
|
||||
# ecusleosaec17stl
|
||||
|
||||
## ECUSleosaec17Stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:24:23 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleosaec17Stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:24:58.183Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:26:06.431Z
|
||||
---
|
||||
|
||||
# ecusleosaec18stl
|
||||
|
||||
## ECUSleosaec18Stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleosaec18Stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:23:45.942Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:24:42.153Z
|
||||
---
|
||||
|
||||
# ecusleosaec19stl
|
||||
|
||||
## ECUSleosaec19Stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleosaec19Stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:23:46.253Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:24:52.707Z
|
||||
---
|
||||
|
||||
# ecusleosaecuwm03stl
|
||||
|
||||
## ECUSleosaecuwm03stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleosaecuwm03stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:23:45.488Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:24:09.876Z
|
||||
---
|
||||
|
||||
# ecusleotsaecuwm01stl
|
||||
|
||||
## ECUSleotsaecuwm01stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:24:09 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleotsaecuwm01stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:23:12.599Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:23:43.198Z
|
||||
---
|
||||
|
||||
# ecusleotsaecuwm02stl
|
||||
|
||||
## ECUSleotsaecuwm02stl
|
||||
|
||||
```yaml Thu Jul 11 2024 07:23:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: ECUSleotsaecuwm02stl
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:18:57.644Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:22:03.603Z
|
||||
---
|
||||
|
||||
# leoapcsvc
|
||||
|
||||
## LEOapcsvc
|
||||
|
||||
```yaml Thu Jul 11 2024 07:22:03 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: LEOapcsvc
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:18:57.094Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:21:30.409Z
|
||||
---
|
||||
|
||||
# leoeafsvc
|
||||
|
||||
## LEOeafsvc
|
||||
|
||||
```yaml Thu Jul 11 2024 07:21:26 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: LEOeafsvc
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:18:58.190Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:22:25.297Z
|
||||
---
|
||||
|
||||
# leoedasvc
|
||||
|
||||
## LEOedasvc
|
||||
|
||||
```yaml Thu Jul 11 2024 07:22:24 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: LEOedasvc
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:17:02.889Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:18:43.535Z
|
||||
---
|
||||
|
||||
# leouwmsvc
|
||||
|
||||
## leoUWMsvc
|
||||
|
||||
```yaml Thu Jul 11 2024 07:18:42 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: LEOUWMsvc
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,22 +0,0 @@
|
||||
---
|
||||
created: 2024-07-11T14:22:30.573Z
|
||||
System: Active Directory
|
||||
tags:
|
||||
- special-account
|
||||
type: account
|
||||
updated: 2024-07-11T14:22:52.794Z
|
||||
---
|
||||
|
||||
# leoyodasvc
|
||||
|
||||
## LEOYODAsvc
|
||||
|
||||
```yaml Thu Jul 11 2024 07:22:51 GMT-0700 (Mountain Standard Time)
|
||||
System: Active Directory
|
||||
Domain: INFINEON
|
||||
Name: LEOYODAsvc
|
||||
Type: special
|
||||
Status: activated
|
||||
Expiration Date:
|
||||
Description: # Special Account Phares Mike (IT FI MES) & Belasco Bradd (IT FI LEO)
|
||||
```
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2024-03-05T01:23:56.974Z"
|
||||
updated: "2024-06-03T21:18:15.332Z"
|
||||
updated: "2024-03-05T01:23:56.974Z"
|
||||
---
|
||||
|
||||
# ifx-ecus-stealth-eaf-users
|
||||
@ -30,184 +30,3 @@ Group Type
|
||||
This group is a security group (usually this group type is used to grant access to resources, e.g. Shares).
|
||||
Category
|
||||
Security Group
|
||||
|
||||
```bash domain \ account Mon Jun 03 2024 14:18:14 GMT-0700 (Mountain Standard Time)
|
||||
infineon\amarti4
|
||||
infineon\asasfehr
|
||||
infineon\ayalaborst
|
||||
infineon\bardogrey
|
||||
infineon\bautistaguil
|
||||
infineon\bellamy
|
||||
infineon\benally
|
||||
infineon\bergb
|
||||
infineon\bmoon1
|
||||
infineon\brownk
|
||||
infineon\btougas1
|
||||
infineon\cardenasreni
|
||||
infineon\cardenasshil
|
||||
infineon\carneys
|
||||
infineon\cbecker1
|
||||
infineon\chavira
|
||||
infineon\cheneycarly
|
||||
infineon\chowb
|
||||
infineon\conway
|
||||
infineon\crik1
|
||||
infineon\curl
|
||||
infineon\dacres
|
||||
infineon\delereekevin
|
||||
infineon\deshong
|
||||
infineon\dluna1
|
||||
infineon\dsien1
|
||||
infineon\ejones1
|
||||
infineon\elsbury
|
||||
infineon\fitial
|
||||
infineon\garoj
|
||||
infineon\gaudino
|
||||
infineon\goodwide
|
||||
infineon\goraya
|
||||
infineon\gordono
|
||||
infineon\gramire4
|
||||
infineon\hardyrichard
|
||||
infineon\hart
|
||||
infineon\henderss
|
||||
infineon\hendrica
|
||||
infineon\hopperd
|
||||
infineon\howarth
|
||||
infineon\hvu3
|
||||
infineon\ifxmeseppiapps01
|
||||
infineon\ifxmeseppiapps02
|
||||
infineon\ifxmeseppiapps03
|
||||
infineon\ifxmeseppiapps04
|
||||
infineon\ifxmesiappslead01
|
||||
infineon\ifxmespackiapps01
|
||||
infineon\ifxmespackiapps02
|
||||
infineon\ifxres0ddf78c46
|
||||
infineon\ifxres2b9350797
|
||||
infineon\ifxres2dc9530f2
|
||||
infineon\ifxres3f2288f85
|
||||
infineon\ifxres5c1b5ed4d
|
||||
infineon\ifxres5e3584700
|
||||
infineon\ifxres6c28ec3e8
|
||||
infineon\ifxres9ca8962b9
|
||||
infineon\ifxres9ef7dc15c
|
||||
infineon\ifxres9f4ee895d
|
||||
infineon\ifxres20ef1e000
|
||||
infineon\ifxres20f3c2fe3
|
||||
infineon\ifxres49ea5b955
|
||||
infineon\ifxres58c812cae
|
||||
infineon\ifxres61f90d43d
|
||||
infineon\ifxres65d278ff6
|
||||
infineon\ifxres82b759227
|
||||
infineon\ifxres88cd30657
|
||||
infineon\ifxres189dd5c8b
|
||||
infineon\ifxres431cf1e0e
|
||||
infineon\ifxres490f3d8be
|
||||
infineon\ifxres585cd5d8e
|
||||
infineon\ifxres698b29da6
|
||||
infineon\ifxres735f9a474
|
||||
infineon\ifxres961e34f42
|
||||
infineon\ifxres2699eeb6c
|
||||
infineon\ifxres2914ffc2d
|
||||
infineon\ifxres3486af362
|
||||
infineon\ifxres4506e0732
|
||||
infineon\ifxres748063f3a
|
||||
infineon\ifxres052227094
|
||||
infineon\ifxresa396c6187
|
||||
infineon\ifxresab54751bb
|
||||
infineon\ifxresb66fa8b6a
|
||||
infineon\ifxresb77913fdc
|
||||
infineon\ifxresbf5e465ae
|
||||
infineon\ifxresc5cf7df07
|
||||
infineon\ifxresc4744f893
|
||||
infineon\ifxrescd3a9a2cb
|
||||
infineon\ifxresd8b6c1414
|
||||
infineon\ifxresd38a4fc8e
|
||||
infineon\ifxrese7b0e2ed6
|
||||
infineon\ifxrese18fde6b6
|
||||
infineon\ifxrese21104f61
|
||||
infineon\ifxreseab5a5c7d
|
||||
infineon\ifxresedf87e325
|
||||
infineon\ifxresf589ff5f3
|
||||
infineon\ifxresfb3cddd26
|
||||
infineon\ifxresfb8e81a3f
|
||||
infineon\ifxresfcd7b22bd
|
||||
infineon\ifxresfff87eb0e
|
||||
infineon\ingramcarina
|
||||
infineon\jaquez
|
||||
infineon\jdocker1
|
||||
infineon\jfuente1
|
||||
infineon\jhollan2
|
||||
infineon\jmcinty2
|
||||
infineon\jsperli1
|
||||
infineon\kclark1
|
||||
infineon\kdeshon1
|
||||
infineon\kirkland
|
||||
infineon\knewger1
|
||||
infineon\ksmith3
|
||||
infineon\lawrence
|
||||
infineon\lehrich
|
||||
infineon\leibeh
|
||||
infineon\liow
|
||||
infineon\lopesanthony
|
||||
infineon\louie
|
||||
infineon\marroquinbra
|
||||
infineon\marstein
|
||||
infineon\martindonald
|
||||
infineon\mcchesne
|
||||
infineon\mcouste1
|
||||
infineon\mendozagiuli
|
||||
infineon\mesfacilities1
|
||||
infineon\mesmitchem
|
||||
infineon\mesouellette
|
||||
infineon\mespkim1
|
||||
infineon\millard
|
||||
infineon\mitchem
|
||||
infineon\mtangen1
|
||||
infineon\murstieberd
|
||||
infineon\mvalenc3
|
||||
infineon\mwalsh1
|
||||
infineon\nagelcor
|
||||
infineon\nclark1
|
||||
infineon\otero
|
||||
infineon\otooled
|
||||
infineon\ouellette
|
||||
infineon\palmeria
|
||||
infineon\peirce
|
||||
infineon\phares
|
||||
infineon\phaukap1
|
||||
infineon\pnair2
|
||||
infineon\quinones
|
||||
infineon\rblunt1
|
||||
infineon\rbraini1
|
||||
infineon\rbuaben1
|
||||
infineon\rinesmith
|
||||
infineon\rosalesappal
|
||||
infineon\rubina
|
||||
infineon\sburboz1
|
||||
infineon\seschen1
|
||||
infineon\siers
|
||||
infineon\smiller2
|
||||
infineon\sopin
|
||||
infineon\spalos1
|
||||
infineon\stieberd
|
||||
infineon\swoodya1
|
||||
infineon\swyers
|
||||
infineon\taustin1
|
||||
infineon\tcarrie1
|
||||
infineon\teobo
|
||||
infineon\tkhokha1
|
||||
infineon\tmunoz1
|
||||
infineon\tnguyen6
|
||||
infineon\torreand
|
||||
infineon\tuckerc
|
||||
infineon\unterwfl
|
||||
infineon\uribejua
|
||||
infineon\vstucke1
|
||||
infineon\vuthomasviet
|
||||
infineon\wampler
|
||||
infineon\wmontja1
|
||||
infineon\wwest1
|
||||
infineon\yazzie
|
||||
infineon\zacchini
|
||||
na\mescleanroom
|
||||
```
|
||||
|
26
ad/res.md
26
ad/res.md
@ -1,22 +1,16 @@
|
||||
---
|
||||
created: 2024-03-05T01:23:56.982Z
|
||||
type: ad
|
||||
updated: 2024-07-11T14:49:05.931Z
|
||||
---
|
||||
c:\windows\system32>whoami
|
||||
infineon\ifxresc4744f893
|
||||
|
||||
c:\windows\system32>whoami /groups
|
||||
|
||||
GROUP INFORMATION
|
||||
created: "2024-03-05T01:23:56.982Z"
|
||||
updated: "2024-03-05T01:23:56.983Z"
|
||||
type: "note"
|
||||
-----------------
|
||||
|
||||
# res
|
||||
|
||||
```bash
|
||||
whoami
|
||||
```
|
||||
|
||||
infineon\ifxresc4744f893
|
||||
|
||||
```bash
|
||||
whoami /groups
|
||||
```
|
||||
|
||||
GROUP INFORMATION
|
||||
|
||||
Group Name
|
||||
===============================================
|
||||
|
@ -15,8 +15,7 @@ type: "note"
|
||||
- [10.95.154.18 - 6C:0B:84:E3:94:11 - unity5](mac-6c0b84e39411.md)
|
||||
- [10.95.154.20 - C4:00:AD:23:90:F5 - INFINEONEPI230.mes.infineon.com](mac-c400ad2390f5.md)
|
||||
- [10.95.154.27 - 00:D8:61:01:BC:66 - cde-resmap](mac-00d86101bc66.md)
|
||||
- [10.95.154.29 - 00:01:29:6A:8F:AB](mac-0001296a8fab.md)
|
||||
- [10.95.154.30 - K200001783-01.mes.infineon.com](ipv4-109515430.md)
|
||||
- [10.95.154.29 - 00:01:29:6A:8F:AB - frederic-PC.mes.infineon.com](mac-0001296a8fab.md)
|
||||
- [10.95.154.31 - 00:13:14:02:BD:67](mac-00131402bd67.md)
|
||||
- [10.95.154.32 - 00:13:14:02:B8:B7](mac-00131402b8b7.md)
|
||||
- [10.95.154.34 - 7C:57:58:63:BA:9E - ISCFMXL2472FTD.infineon.com](mac-7c575863ba9e.md)
|
||||
@ -30,11 +29,7 @@ type: "note"
|
||||
- [10.95.154.43 - 00:90:E8:6E:3B:F0 - CDE2.mes.infineon.com](mac-0090e86e3bf0.md)
|
||||
- [10.95.154.52 - 00:C0:E5:00:02:ED](mac-00c0e50002ed.md)
|
||||
- [10.95.154.53 - 00:C0:E5:00:05:D0](mac-00c0e50005d0.md)
|
||||
- [10.95.154.61 - 00:C0:E5:00:0A:79](mac-00c0e5000a79.md)
|
||||
- [10.95.154.65 - 00:C0:E5:00:0A:8F](mac-00c0e5000a8f.md)
|
||||
- [10.95.154.75 - 00:C0:E5:00:09:41](mac-00c0e5000941.md)
|
||||
- [10.95.154.77 - 00:C0:E5:00:09:43](mac-00C0E5000943.md)
|
||||
- [10.95.154.asdf - asdf](mac-asdf.md)
|
||||
- [10.95.154.30 - K200001783-01.mes.infineon.com](ipv4-109515430.md)
|
||||
|
||||
```json
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -2,29 +2,7 @@
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-0001296a8fab
|
||||
|
||||
## 10.95.154.16 - 00:01:29:6A:8F:AB - frederic-PC.mes.infineon.com
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748544267160 = 638841410671600000 = 2025-2.Spring = Thu May 29 2025 11:44:26 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Windows 7
|
||||
Computer name: CDE5
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.29
|
||||
MAC address: 00:C0:E5:00:0A:8F
|
||||
Patch Socket: sa-us-mes-001-005-fab.na.lan Gi1/0/36
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - Please change from 10.95.154.29 to 10.95.154.16 - CDE5 fixed IP II
|
||||
Order Request: ORD3469423
|
||||
Incident Id: INC000008415456
|
||||
```
|
||||
|
||||
## ~~10.95.154.29~~ - 00:01:29:6A:8F:AB - frederic-PC.mes.infineon.com
|
||||
# 10.95.154.29 - 00:01:29:6A:8F:AB - frederic-PC.mes.infineon.com
|
||||
|
||||
## Port(s)
|
||||
|
||||
|
@ -1,59 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-00C0E5000943
|
||||
|
||||
## 10.95.154.77 - 00:C0:E5:00:09:43
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:C0:E5:00:09:43
|
||||
Main Data - IP Address: 10.95.154.77
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R77
|
||||
Main Data - Equipment Name: R77
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: ASM+ Reactor - R77 CEP
|
||||
Order Request: ORD3467049
|
||||
Incident Id: INC000008410597
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R77
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.77
|
||||
MAC address: 00:C0:E5:00:09:43
|
||||
Patch Socket: IDF-C Panel-E D-17
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R77 fixed IP
|
||||
Order Request: ORD3467051
|
||||
Incident Id: INC000008410610
|
||||
```
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
```
|
@ -2,58 +2,13 @@
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-00c0e50002ed
|
||||
|
||||
## 10.95.154.52 - 00:C0:E5:00:02:ED
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:C0:E5:00:02:ED
|
||||
Main Data - IP Address: 10.95.154.52
|
||||
Main Data - Operating System: Windows XP
|
||||
Main Data - Hostname: R52
|
||||
Main Data - Equipment Name: R52
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: EPP Reactor - R52 CEP
|
||||
Order Request: ORD
|
||||
Incident Id: INC
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Windows XP
|
||||
Computer name: R52
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.52
|
||||
MAC address: 00:C0:E5:00:02:ED
|
||||
Patch Socket:
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R52 fixed IP
|
||||
Order Request: ORD
|
||||
Incident Id: INC
|
||||
```
|
||||
# 10.95.154.52 - 00:C0:E5:00:02:ED
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
| Id | Protocol | State | Service |
|
||||
| - | - | - | - |
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -2,58 +2,13 @@
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-00c0e50005d0
|
||||
|
||||
## 10.95.154.53 - 00:C0:E5:00:05:D0
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:C0:E5:00:05:D0
|
||||
Main Data - IP Address: 10.95.154.53
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R53
|
||||
Main Data - Equipment Name: R53
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: ASM+ Reactor - R53 CEP
|
||||
Order Request: ORD
|
||||
Incident Id: INC
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R53
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.53
|
||||
MAC address: 00:C0:E5:00:05:D0
|
||||
Patch Socket:
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R53 fixed IP
|
||||
Order Request: ORD
|
||||
Incident Id: INC
|
||||
```
|
||||
# 10.95.154.53 - 00:C0:E5:00:05:D0
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
| Id | Protocol | State | Service |
|
||||
| - | - | - | - |
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -1,59 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-00c0e5000941
|
||||
|
||||
## 10.95.154.75 - 00:C0:E5:00:09:41
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:C0:E5:00:09:41
|
||||
Main Data - IP Address: 10.95.154.75
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R75
|
||||
Main Data - Equipment Name: R75
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: ASM+ Reactor - R75 CEP
|
||||
Order Request: ORD3467049
|
||||
Incident Id: INC000008410726
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R75
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.75
|
||||
MAC address: 00:C0:E5:00:09:41
|
||||
Patch Socket: IDF-C Panel-E D-16
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R75 fixed IP
|
||||
Order Request: ORD3467051
|
||||
Incident Id: INC000008410609
|
||||
```
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
```
|
@ -1,72 +0,0 @@
|
||||
# mac-00c0e5000a8f
|
||||
|
||||
## 10.95.154.29 - 00:c0:e5:00:0a:77
|
||||
|
||||
```bash 1748553005813 = 638841498058130000 = 2025-2.Spring = Thu May 29 2025 14:10:05 GMT-0700 (Mountain Standard Time)
|
||||
C:\>ping 10.95.154.29
|
||||
Pinging 10.95.154.29 with 32 bytes of data:
|
||||
Request timed out.
|
||||
Reply from 10.95.154.29: bytes=32 time=7ms TTL=255
|
||||
Reply from 10.95.154.29: bytes=32 time=4ms TTL=255
|
||||
Reply from 10.95.154.29: bytes=32 time=3ms TTL=255
|
||||
Ping statistics for 10.95.154.29:
|
||||
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
|
||||
Approximate round trip times in milli-seconds:
|
||||
Minimum = 3ms, Maximum = 7ms, Average = 4ms
|
||||
C:\>arp -a 10.95.154.29
|
||||
Interface: 10.95.154.11 --- 0x13
|
||||
Internet Address Physical Address Type
|
||||
10.95.154.29 00-c0-e5-00-0a-77 dynamic
|
||||
```
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:c0:e5:00:0a:77
|
||||
Main Data - IP Address: 10.95.154.29
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R29
|
||||
Main Data - Equipment Name: R29
|
||||
Main Data - Category: Isolated CEP - EQ PC
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: ASM Reactor - R29 CEP
|
||||
Order Request: ORD3469425
|
||||
Incident Id: INC000008415460
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R29
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.29
|
||||
MAC address: 00:c0:e5:00:0a:77
|
||||
Patch Socket: IDF-C Panel-D D-15
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R29 fixed IP
|
||||
Order Request: ORD3469423
|
||||
Incident Id: INC000008415518
|
||||
```
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
```
|
@ -1,59 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-00c0e5000a79
|
||||
|
||||
## 10.95.154.61 - 00:C0:E5:00:0A:79
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:C0:E5:00:0A:79
|
||||
Main Data - IP Address: 10.95.154.61
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R61
|
||||
Main Data - Equipment Name: R61
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: ASM+ Reactor - R61 CEP
|
||||
Order Request: ORD3467049
|
||||
Incident Id: INC000008410727
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R61
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.61
|
||||
MAC address: 00:C0:E5:00:0A:79
|
||||
Patch Socket: IDF-C Panel-E D-21
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R61 fixed IP
|
||||
Order Request: ORD3467051
|
||||
Incident Id: INC000008410608
|
||||
```
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
```
|
@ -1,72 +0,0 @@
|
||||
# mac-00c0e5000a7b
|
||||
|
||||
## 10.95.154.55 - 00:c0:e5:00:0a:7b
|
||||
|
||||
```bash 1748553034538 = 638841498345380000 = 2025-2.Spring = Thu May 29 2025 14:10:34 GMT-0700 (Mountain Standard Time)
|
||||
C:\>ping 10.95.154.55
|
||||
Pinging 10.95.154.55 with 32 bytes of data:
|
||||
Reply from 10.95.154.55: bytes=32 time=17ms TTL=255
|
||||
Reply from 10.95.154.55: bytes=32 time=7ms TTL=255
|
||||
Reply from 10.95.154.55: bytes=32 time=5ms TTL=255
|
||||
Reply from 10.95.154.55: bytes=32 time=3ms TTL=255
|
||||
Ping statistics for 10.95.154.55:
|
||||
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
|
||||
Approximate round trip times in milli-seconds:
|
||||
Minimum = 3ms, Maximum = 17ms, Average = 8ms
|
||||
C:\>arp -a 10.95.154.55
|
||||
Interface: 10.95.154.30 --- 0x5
|
||||
Internet Address Physical Address Type
|
||||
10.95.154.55 00-c0-e5-00-0a-7b dynamic
|
||||
```
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748553034538 = 638841498345380000 = 2025-2.Spring = Thu May 29 2025 14:10:34 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:c0:e5:00:0a:7b
|
||||
Main Data - IP Address: 10.95.154.55
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R55
|
||||
Main Data - Equipment Name: R55
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: HTR Reactor - R55 CEP
|
||||
Order Request: ORD3469425
|
||||
Incident Id: INC000008415459
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748553034538 = 638841498345380000 = 2025-2.Spring = Thu May 29 2025 14:10:34 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R55
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.55
|
||||
MAC address: 00:c0:e5:00:0a:7b
|
||||
Patch Socket: IDF-B Panel-2 D-11
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R55 fixed IP
|
||||
Order Request: ORD3469423
|
||||
Incident Id: INC000008415455
|
||||
```
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
```
|
@ -1,59 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# mac-00c0e5000a8f
|
||||
|
||||
## 10.95.154.65 - 00:C0:E5:00:0A:8F
|
||||
|
||||
## Network Integration of Custom Endpoint
|
||||
|
||||
- [network-integration-of-custom-endpoint](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Network_Integration_of_Custom_Endpoint%20%281%29)
|
||||
|
||||
```yaml 1748373518648 = 638839703186480000 = 2025-2.Spring = Tue May 27 2025 12:18:38 GMT-0700 (Mountain Standard Time)
|
||||
Main Data - MAC Address: 00:C0:E5:00:0A:8F
|
||||
Main Data - IP Address: 10.95.154.65
|
||||
Main Data - Operating System: Embedded System (Microware OS-9)
|
||||
Main Data - Hostname: R65
|
||||
Main Data - Equipment Name: R65
|
||||
Main Data - Category: Custom Endpoint
|
||||
Main Data - Device Function: Measurement Device
|
||||
Main Data - Virtualized: false
|
||||
Additional Data - Owner: O'Toole
|
||||
Additional Data - Deputy: Phares
|
||||
Additional Data - Site: Mesa
|
||||
Additional Data - Building: Cleanroom
|
||||
Additional Data - Floor: Cleanroom
|
||||
Additional Data - Location: Mesa
|
||||
Additional Data - Area: Lab-FA
|
||||
Additional Data - Description: ASM+ Reactor - R65 CEP
|
||||
Order Request: ORD3467049
|
||||
Incident Id: INC000008410596
|
||||
```
|
||||
|
||||
## Fixed IP Address
|
||||
|
||||
- [fixed-ip-address](https://smptools.infineon.com/smptinyurl/orderable/?name=ORD-Fixed%20IP%20Address%20%281%29)
|
||||
|
||||
```yaml 1748374002872 = 638839708028720000 = 2025-2.Spring = Tue May 27 2025 12:26:42 GMT-0700 (Mountain Standard Time)
|
||||
Operating System: Embedded System (Microware OS-9)
|
||||
Computer name: R65
|
||||
Site and Building: Mesa - Cleanroom
|
||||
Current IP address: 10.95.154.65
|
||||
MAC address: 00:C0:E5:00:0A:8F
|
||||
Patch Socket: IDF-C Panel-E D-23
|
||||
Static: true
|
||||
DHCP: false
|
||||
Business case: EC CEP - R65 fixed IP
|
||||
Order Request: ORD3467051
|
||||
Incident Id: INC000008410811
|
||||
```
|
||||
|
||||
## Port(s)
|
||||
|
||||
| Id | Protocol | State | Service |
|
||||
|------|----------|-------|---------|
|
||||
| 5000 | tcp | open | upnp |
|
||||
|
||||
```json
|
||||
```
|
14679
order/service-shop.json
14679
order/service-shop.json
File diff suppressed because it is too large
Load Diff
6485
order/ssa.json
6485
order/ssa.json
File diff suppressed because it is too large
Load Diff
19602
port/Hesit.json
19602
port/Hesit.json
File diff suppressed because it is too large
Load Diff
407
port/Hesit.md
407
port/Hesit.md
@ -1,407 +0,0 @@
|
||||
# Hesit
|
||||
|
||||
- [hesit](https://self-service-cockpit.icp.infineon.com/hesit)
|
||||
- [sa-us-mes-](https://dcchesit-api.icp.infineon.com/api/v1/DeviceViews/Admin?switchName=sa-us-mes-)
|
||||
|
||||
| c.deviceID | c.verified | c.macAddress | c.category | c.categoryID | c.region | c.site | c.fullSiteName | c.building | c.floor | c.location | c.area | c.owner | c.deputy | c.hostname | c.equipmentName | c.ipAddress | c.operatingSystem | c.virtualized | c.deviceArea | c.deviceFunction | c.description | c.lastSeen | c.ownerGlobalID | c.ownerDisplayName | c.deputyGlobalID | c.deputyDisplayName | c.switchname | c.portNumber | c.isCEP | c.patchesDeployed | c.networkIsolationMethod | c.labels | c.status | c.dateDifference | c.isResponsibleViewListed | c.operatingSystemSubVersion | c.backupPlanExists | c.recoveryVerified | c.reportLevel3 | c.isiNECdisabled | c.syncedInecStatus | c.syncedInecGroup | c.avContactDate | c.avPatternDate | c.avSystem | c.avLockdownMode |
|
||||
|------------|------------|-------------------|---------------------------|--------------|----------|--------|-------------------------|----------------------|-----------|------------------------------|--------------|---------------------|--------------------|------------------------------------|-----------------------------|---------------|------------------------------------|---------------|-------------------------|-----------------------|----------------------------------------------------------------------------------------------------------|---------------------|-----------------|----------------------------------------------|------------------|----------------------------------------|------------------------------|--------------|---------|-------------------|--------------------------|----------|--------------------|------------------|---------------------------|-----------------------------|--------------------|--------------------|----------------|------------------|--------------------|-------------------------|-----------------|-----------------|------------|------------------|
|
||||
| 319017 | FALSE | 00:1A:E8:83:1E:E9 | Voice Video Systems | 26 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | | | 10.95.64.25 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 319042 | FALSE | 00:1A:E8:82:B7:62 | Voice Video Systems | 26 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | | | 10.95.64.63 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/21 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 429834 | FALSE | F0:7F:06:29:1A:5E | Voice Video Systems | 26 | AME | MES | Mesa | 1 | 1 | Visitor | IT | infineon\lamberge | infineon\benetika | | DX80 | 10.95.64.119 | | FALSE | IT | Video Conf system | Video-R MES 1.1.Visitor | 2025-05-20T17:15:00 | IF03085957 | Maltsch Silke (IT OS IC UC VE) | IF30029577 | Benetik Adrian (IT OS IC UC VE) | sa-us-mes-001-001-fab.na.lan | Gi1/0/6 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Voice Video Systems | | | | |
|
||||
| 535231 | FALSE | C8:D9:D2:33:C4:8A | Standard Client Windows | 27 | AME | ELS | El Segundo | 101 | n/a | sa-us-els-101-108.na.lan | | | | ISCWMXL9302965.infineon.com | | 10.95.164.42 | | FALSE | | | | 2025-05-19T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/13 | FALSE | | | | Active | 2 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 992255 | FALSE | 90:8D:6E:56:6F:F1 | Standard Client Windows | 27 | AME | CHA | Chandler | n/a | n/a | sa-us-cha-104.na.lan | | | | ISCN5CG9345YWT.infineon.com | | 10.95.164.52 | | FALSE | | | | 2025-05-05T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/32 | FALSE | | | | Active | 16 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1006331 | FALSE | 90:8D:6E:4D:E3:ED | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.34 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/29 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1203537 | FALSE | E0:70:EA:B3:75:8C | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.27 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/31 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1221911 | FALSE | 38:CA:84:D9:F2:86 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.46 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1352576 | FALSE | E0:73:E7:A5:8E:23 | Standard Client Windows | 27 | AME | SJX | San Jose Champion Court | b07 | n/a | sa-us-sjx-b07-102.na.lan | | | | | | 10.95.164.62 | | FALSE | | | | 2025-04-02T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/3 | FALSE | | | | Offline | 49 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1373229 | FALSE | 60:5B:30:22:F5:EB | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | | | | | | 10.95.164.51 | | FALSE | | | | 2025-04-17T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/19 | FALSE | | | | Offline | 34 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1381976 | FALSE | 60:5B:30:23:4F:C3 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.33 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/14 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1382666 | FALSE | F8:B4:6A:28:FA:39 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.29 | | FALSE | | | | 2024-12-05T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/15 | FALSE | | | | Prepared to delete | 167 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1382848 | FALSE | D0:4D:C6:C5:20:D9 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | AP-US-MES-002.MES.INFINEON.COM | | 10.95.8.76 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/24 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1382849 | FALSE | D0:4D:C6:C5:1D:C7 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | AP-US-MES-001.MES.INFINEON.COM | | 10.95.8.75 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/25 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1382850 | FALSE | D0:4D:C6:C5:1D:9A | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | IT | | | AP-US-MES-008.MES.INFINEON.COM | | 10.95.33.40 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/27 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1418414 | FALSE | BC:0F:F3:DB:90:81 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.60 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1436275 | FALSE | 48:9E:BD:13:C3:1B | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.61 | | FALSE | | | | 2025-02-07T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/39 | FALSE | | | | Offline | 103 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1464937 | FALSE | 5C:60:BA:C1:D0:9C | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.49 | | FALSE | | | | 2025-05-15T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/16 | FALSE | | | | Active | 6 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1493785 | FALSE | C8:5A:CF:ED:0B:54 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.32 | | FALSE | | | | 2024-12-17T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/17 | FALSE | | | | Prepared to delete | 155 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1499850 | FALSE | 00:07:4D:37:B9:EF | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | | | 10.95.164.55 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/34 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1509791 | FALSE | 84:3A:5B:31:BB:92 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.48 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/36 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1524462 | FALSE | BC:0F:F3:47:1F:D8 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.49 | | FALSE | | | | 2025-05-08T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/10 | FALSE | | | | Active | 13 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1529441 | FALSE | 5C:60:BA:C1:20:67 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-013-fab.na.lan | | | | | | 10.95.164.59 | | FALSE | | | | 2025-05-19T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/15 | FALSE | | | | Active | 2 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1537659 | FALSE | 5C:60:BA:38:BC:E9 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.17 | | FALSE | | | | 2025-01-15T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/26 | FALSE | | | | Offline | 126 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1552543 | TRUE | 00:01:05:9D:89:32 | Custom Endpoint | 9 | AME | MES | Mesa | EPI | 1st | Front Entrance | Shopfloor-BE | infineon\ksmith3 | infineon\aobukho1 | TGM1 | TGM Controller1 | 10.95.164.56 | Embedded System | FALSE | | Network Interface | OwnerDescription: Toxic Gas Controller; OwnerDescription: | 2025-05-20T17:15:00 | IF30089593 | Smith Keith (FE CF MES FM) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-001-fab.na.lan | Gi1/0/46 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1566279 | FALSE | 84:69:93:92:3E:09 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.34 | | FALSE | | | | 2025-02-10T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/39 | FALSE | | | | Offline | 100 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1593264 | FALSE | BC:0F:F3:67:F9:D6 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.65 | | FALSE | | | | 2025-04-15T18:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/26 | FALSE | | | | Offline | 36 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1602069 | FALSE | 5C:60:BA:C1:D0:7F | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.57 | | FALSE | | | | 2025-04-30T18:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 21 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1605260 | FALSE | BC:0F:F3:3B:A4:D1 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.33 | | FALSE | | | | 2025-05-12T17:15:00 | | | | | sa-us-mes-001-001-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 9 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 280468 | FALSE | CC:52:AF:40:3C:46 | Custom Endpoint | 9 | AME | MES | Mesa | 550 W Juanita Ave | | GaN Cleanroom | | infineon\pspagno1 | infineon\pkim2 | MIND1E1BVS02.ifxcep.net | BVS02 | 10.95.33.40 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2020-06-29T10:15:00 | | | | | sa-us-mes-001-001.na.lan | Gi1/0/26 | TRUE | | No Isolation | | Prepared to delete | 1787 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 349004 | FALSE | F0:DE:F1:75:68:6B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | MESL1CANDELLA1.IFXCEP.NET | workstation | 10.95.33.48 | WINDOWS XP SP3 | FALSE | Product Test | Simulation | workstation | 2022-04-06T19:15:00 | | | | | sa-us-mes-001-001.na.lan | Gi1/0/30 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 353866 | FALSE | EC:B1:D7:F9:6C:88 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | | HP Designjet T930 | 10.95.15.16 | | FALSE | | | | 2024-07-16T16:15:00 | | | | | sa-us-mes-001-001.na.lan | Gi1/0/40 | FALSE | | | | Prepared to delete | 309 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 447568 | FALSE | 30:8D:99:C1:D6:3E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\pspagno1 | | MESL1GANCROOM2.ifxcep.net | Metrology | 10.95.33.60 | WINDOWS 7 | FALSE | Metrology | Equipment Control | | 2019-11-25T20:30:52 | | | | | sa-us-mes-001-001.na.lan | Gi1/0/30 | TRUE | | No Isolation | | Prepared to delete | 2004 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 876206 | FALSE | D8:9E:F3:FF:14:14 | Custom Endpoint | 9 | AME | MES | Mesa | 550 West Juanita Ave | 1 | 130 | | infineon\evansbra | infineon\dalea | MESL1MAINT1.ifxcep.net | MESL1MAINT1 | 10.95.164.10 | WINDOWS 10 (unknown/outdated) | FALSE | EPI | Workplace | OwnerDescription: Development Workstation | 2022-09-23T19:15:00 | | | | | sa-us-mes-001-001.na.lan | Gi1/0/34 | TRUE | | No Isolation | | Prepared to delete | 971 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 243835 | FALSE | 00:16:01:BB:0D:A3 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Datacenter | IT | infineon\aobukho1 | | MESTERA | Storage | 10.95.1.38 | UNIX (unknown/outdated) | FALSE | IT | Storage | | 2025-05-20T17:15:00 | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/20 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 247552 | FALSE | 00:50:C2:B6:70:07 | Server Storage RC | 10 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | | | | | Keil Embedded WEB Server | 10.95.1.251 | | FALSE | | | | 2024-12-26T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/46 | FALSE | | | | Offline | 146 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 247553 | FALSE | 00:50:C2:B6:70:12 | Server Storage RC | 10 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | | | | | Keil Embedded WEB Server | 10.95.1.250 | | FALSE | | | | 2024-12-26T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/48 | FALSE | | | | Offline | 146 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 372571 | FALSE | E0:0E:DA:1C:B0:72 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | SA-US-MES-001-009.MES.INFINEON.COM | | 10.95.160.31 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Po1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 654297 | FALSE | 58:38:79:46:6A:01 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.124.7 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer NG | | | | |
|
||||
| 698351 | FALSE | 00:40:58:16:3F:30 | Custom Endpoint | 9 | AME | MES | Mesa | EPI | EPI | EPI | | infineon\aobukho1 | infineon\garr | KronosEpi1 | Kronos | 10.95.192.52 | | FALSE | Office | Time Clock / Clock | OwnerDescription: | 2025-05-20T17:15:00 | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/41 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 698352 | FALSE | 00:40:58:16:40:36 | Custom Endpoint | 9 | AME | MES | Mesa | EPI | epi | EPI | | infineon\aobukho1 | infineon\garr | KronosEpi2 | Kronos | 10.95.192.53 | | FALSE | Workshop | Time Clock / Clock | OwnerDescription: Kronos clock | 2025-05-20T17:15:00 | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/36 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1025413 | FALSE | 28:29:86:63:DC:BF | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | | | | | | 10.95.1.233 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1188902 | FALSE | 40:06:D5:F6:1D:F6 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | IT | | | | | 10.95.64.23 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/24 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1430657 | FALSE | BC:0F:F3:68:C9:16 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.35 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-003-fab.na.lan | Gi1/0/12 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1529905 | TRUE | 00:08:BD:D0:56:F5 | Custom Endpoint | 9 | AME | MES | Mesa | EPI | 1st | Front Entrance | Logistics | infineon\ksmith3 | infineon\aobukho1 | tgm.D056F5.LOCAL | | 10.95.120.20 | Embedded System | FALSE | | Security | ; OwnerDescription: Mesa Fire Panel | 2025-05-20T17:15:00 | IF30089593 | Smith Keith (FE CF MES FM) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-003-fab.na.lan | Gi1/0/25 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1552544 | TRUE | 00:01:05:9D:89:1E | Custom Endpoint | 9 | AME | MES | Mesa | EPI | 1st | Front Entrance | Shopfloor-BE | infineon\ksmith3 | infineon\aobukho1 | TGM2 | TGM Controller2 | 10.95.164.45 | Embedded System | FALSE | | Network Interface | OwnerDescription: Toxic Gas Controller; OwnerDescription: | 2025-05-20T17:15:00 | IF30089593 | Smith Keith (FE CF MES FM) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-003-fab.na.lan | Gi1/0/46 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 243810 | FALSE | 00:20:6B:8B:82:9E | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | IT | | | | KONICA MINOLTA bizhub C284e | 10.95.32.100 | | FALSE | | | | 2021-02-25T19:15:00 | | | | | sa-us-mes-001-003.na.lan | Gi1/0/43 | FALSE | | | | Prepared to delete | 1546 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243850 | TRUE | 00:C0:B7:75:88:75 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | IT | infineon\jsolis1 | infineon\rblunt1 | | UPS | 10.95.1.233 | Embedded System | FALSE | IT | UPS / PDU | APC UPS | 2022-08-30T01:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-003.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Prepared to delete | 995 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 247542 | TRUE | 00:08:BD:02:51:08 | Custom Endpoint | 9 | AME | MES | Mesa | 1 | 1 | | FM | infineon\ksmith3 | infineon\jsolis1 | Simplex Fire Panel | SafeLinc | 10.95.15.15 | Embedded System | FALSE | EPI | Network Interface | 443/tcp open ssl/http Boa HTTPd 0.93.15; OwnerDescription: | 2024-07-10T16:15:00 | IF30089593 | Smith Keith (FE CF MES FM) | IF30090323 | Solis Javier (FE CF MES FM) | sa-us-mes-001-003.na.lan | Gi1/0/25 | TRUE | | No Isolation | | Prepared to delete | 315 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 642001 | FALSE | 00:40:58:04:E7:7E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\liy | infineon\skolte | 333444 | Kronos Clock | 10.95.192.18 | | FALSE | Production | Reader | kronos clock | 2021-05-17T19:15:00 | IF30029126 | Li Yanan (IT SBI CRM PCS) | IF07319368 | Kolte Sunil (IT SBI) | sa-us-mes-001-003.na.lan | Gi1/0/36 | TRUE | | No Isolation | | Prepared to delete | 1465 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 283212 | FALSE | 00:0B:AA:16:46:08 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.114 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283215 | FALSE | 00:08:E1:05:5E:D6 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.115 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283359 | FALSE | AC:CC:8E:4F:F5:E8 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.32 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283385 | FALSE | AC:CC:8E:50:3E:CC | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.36 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/31 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283386 | FALSE | AC:CC:8E:50:3E:46 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.34 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/30 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283388 | FALSE | AC:CC:8E:4F:F5:84 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.39 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/32 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283389 | FALSE | AC:CC:8E:48:CA:26 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.35 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/29 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283390 | FALSE | AC:CC:8E:48:87:FF | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.30 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/28 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283391 | FALSE | AC:CC:8E:47:15:80 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.37 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/33 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283392 | FALSE | AC:CC:8E:47:11:B5 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.33 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/27 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283394 | FALSE | AC:CC:8E:47:0A:1E | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.120.31 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/25 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 285417 | FALSE | 00:0F:E5:04:81:FC | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.10 | | FALSE | | | LNL-3300 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 659518 | FALSE | 58:38:79:48:52:D1 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | 3100RA00599 | 10.95.124.8 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/4 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer NG | | | | |
|
||||
| 973733 | FALSE | A8:B1:3B:62:D7:87 | Standard Client Windows | 27 | AME | ELS | El Segundo | 101 | n/a | sa-us-els-101-106.na.lan | | | | | | 10.95.164.37 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/36 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1034853 | FALSE | 48:9E:BD:2A:B1:1A | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | MASKMXL1261KRS.MES.INFINEON.COM | | 10.95.33.63 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/1 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1356794 | FALSE | BC:0F:F3:E2:7E:90 | Standard Client Windows | 27 | AME | SJX | San Jose Champion Court | b06 | n/a | sa-us-sjx-b06-301.na.lan | | | | | | 10.95.164.34 | | FALSE | | | | 2024-12-13T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Prepared to delete | 159 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1447936 | FALSE | F0:1D:2D:57:E0:F5 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.64.61 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1447966 | FALSE | F0:1D:2D:56:F1:FD | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.64.32 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/44 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1465374 | FALSE | BC:0F:F3:E6:B7:42 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.52 | | FALSE | | | | 2025-02-03T11:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Offline | 107 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1503495 | FALSE | 84:69:93:E7:F8:00 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.26 | | FALSE | | | | 2025-02-14T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Offline | 96 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1529872 | FALSE | D0:AD:08:01:FA:F8 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.63 | | FALSE | | | | 2025-05-19T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/23 | FALSE | | | | Active | 2 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1531423 | FALSE | 5C:60:BA:38:8D:29 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.35 | | FALSE | | | | 2024-12-13T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Prepared to delete | 159 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1536474 | FALSE | 64:4E:D7:4B:67:E1 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.45 | | FALSE | | | | 2025-01-24T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Offline | 117 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1537066 | FALSE | 64:4E:D7:4B:57:D2 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.29 | | FALSE | | | | 2024-12-18T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Prepared to delete | 154 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1537191 | FALSE | E0:73:E7:A5:9E:6E | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.56 | | FALSE | | | | 2025-02-14T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Offline | 96 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1539395 | FALSE | E0:70:EA:D9:9D:5F | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.56 | | FALSE | | | | 2025-02-21T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Offline | 89 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1566325 | FALSE | BC:0F:F3:DB:5A:B5 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.51 | | FALSE | | | | 2025-02-07T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Offline | 103 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1567260 | FALSE | BC:0F:F3:DB:5A:37 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.54 | | FALSE | | | | 2025-04-28T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 23 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1568880 | FALSE | 64:C9:01:BB:1E:A4 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.37 | | FALSE | | | | 2025-02-21T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Offline | 89 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1588307 | FALSE | 84:69:93:92:8E:A3 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.54 | | FALSE | | | | 2025-03-14T16:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Offline | 68 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1588312 | FALSE | BC:0F:F3:E2:4F:25 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.32 | | FALSE | | | | 2025-02-24T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Offline | 86 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1589301 | FALSE | 5C:60:BA:38:5D:87 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-001-fab.na.lan | | | | | | 10.95.164.57 | | FALSE | | | | 2025-04-09T11:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/37 | FALSE | | | | Offline | 42 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1595750 | FALSE | 64:C9:01:BC:1A:27 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.63 | | FALSE | | | | 2025-04-04T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Offline | 47 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1600308 | FALSE | 00:07:4D:3E:85:83 | Printer | 7 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.68 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/21 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1605265 | FALSE | A8:B1:3B:EB:EA:25 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-004-fab.na.lan | | | | | | 10.95.164.62 | | FALSE | | | | 2025-05-12T17:15:00 | | | | | sa-us-mes-001-004-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 9 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 243808 | FALSE | 00:20:6B:82:B8:99 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | KONICA MINOLTA bizhub C554e | 10.95.32.200 | | FALSE | | | | 2021-03-02T19:15:00 | | | | | sa-us-mes-001-004.na.lan | Gi1/0/4 | FALSE | | | | Prepared to delete | 1541 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243790 | FALSE | 00:23:24:7F:AD:41 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\jsolis1 | infineon\aobukho1 | MESD1BR-ROOM33.ifxcep.net | Presentation Software | 10.95.33.36 | WINDOWS 7 | FALSE | Production | Workplace | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-005-fab.na.lan | Gi1/0/26 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 283384 | FALSE | AC:CC:8E:5E:4D:6D | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.49 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283387 | FALSE | AC:CC:8E:4F:F6:0C | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.47 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 285096 | FALSE | AC:CC:8E:31:69:55 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.120.85 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 326420 | FALSE | 00:30:BD:B6:F2:59 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\tcarrie1 | | BN102402 | | 10.95.1.30 | WINDOWS 2000 | FALSE | Metrology | Equipment Integration | Workgroup: AKRION_US | 2025-05-20T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/2 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 412842 | FALSE | 20:87:56:35:0A:50 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R45CROOM.MES.INFINEON.COM | R45CROOM | 10.95.192.20 | | FALSE | Maintenance Engineering | Equipment Integration | Reactor Client | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/48 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 412843 | FALSE | 20:87:56:35:0A:5A | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R45GROOM.MES.INFINEON.COM | | 10.95.192.21 | | FALSE | Maintenance Engineering | Equipment Integration | Reactor client | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/21 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 436502 | FALSE | 00:50:C2:80:4E:7B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | i-Sense | 10.95.192.43 | WINDOWS XP | FALSE | Production | Equipment Control | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-005-fab.na.lan | Gi1/0/39 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 561207 | FALSE | 00:E0:D8:1C:64:C9 | zz_non_IFX_IP_Range | 23 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.30.11 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/44 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 562352 | FALSE | 00:2A:10:6A:06:E0 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.207.80.7 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Po1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 562353 | FALSE | E0:0E:DA:1C:79:60 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.207.80.8 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Po1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 998571 | FALSE | 00:01:29:6A:8F:AB | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Cleanroom | | infineon\tcarrie1 | infineon\phares | CDE5 | CDE5 | 10.95.154.29 | WINDOWS 7 | FALSE | Production | Measurement Device | OwnerDescription: CDE5 CEP | 2025-05-20T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30135815 | Phares Mike (CSC FI SPS MESLEO) | sa-us-mes-001-005-fab.na.lan | Gi1/0/36 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1043626 | FALSE | 5C:60:BA:C1:D0:AB | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.164.13 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/43 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1207564 | FALSE | E0:70:EA:B3:71:FB | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.19 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/19 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1217480 | FALSE | E0:70:EA:B3:77:88 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.33.72 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/29 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1352491 | FALSE | E0:70:EA:B3:76:A6 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.75 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/15 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1354528 | FALSE | E0:70:EA:B3:76:BE | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.42 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/9 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1357677 | FALSE | 7C:57:58:63:C1:43 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.55 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/5 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1401587 | FALSE | AC:CC:8E:4F:F5:34 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.120.87 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/10 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1408698 | FALSE | 00:60:2D:06:68:48 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.1.26 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/23 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1408700 | FALSE | 00:60:2D:06:68:50 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.1.21 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1411641 | FALSE | 7C:57:58:63:BD:CE | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.47 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/33 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1422251 | FALSE | 7C:57:58:63:BD:B2 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.46 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/20 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1422419 | FALSE | 7C:57:58:63:C1:32 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.52 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/18 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1425117 | FALSE | 7C:57:58:63:BC:B5 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.66 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1426629 | FALSE | E0:73:E7:C4:0D:ED | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.33.65 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/4 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1427136 | FALSE | E0:73:E7:C4:0D:23 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.33.67 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1427480 | FALSE | 7C:57:58:63:C0:1B | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.33.59 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/14 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1427983 | FALSE | E0:73:E7:C4:0D:DB | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.51 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/35 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1428133 | FALSE | E0:73:E7:C4:0D:DC | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.33.64 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1428134 | FALSE | E0:73:E7:C4:32:62 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.62 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/24 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1430666 | FALSE | E0:73:E7:C4:0B:86 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.33.60 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1435087 | FALSE | 24:D7:9C:77:F0:BD | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.74 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/13 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435118 | FALSE | 24:D7:9C:77:F0:C1 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.55 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/3 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435187 | FALSE | 24:D7:9C:77:EF:35 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.52 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/34 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435591 | FALSE | 24:D7:9C:77:EF:19 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.46 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/31 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435592 | FALSE | 24:D7:9C:77:F0:D0 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.48 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/24 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435594 | FALSE | 24:D7:9C:77:F0:BA | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.75 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435596 | FALSE | 24:D7:9C:77:EE:ED | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.66 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/9 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435599 | FALSE | 24:D7:9C:77:EF:EB | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.31 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/19 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435611 | FALSE | 24:D7:9C:77:EE:EA | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.30 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/29 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435616 | FALSE | 24:D7:9C:77:EE:FB | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.26 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/27 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435620 | FALSE | 24:D7:9C:77:EF:E3 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.73 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435623 | FALSE | 24:D7:9C:77:F1:3C | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.49 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/35 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435655 | FALSE | 24:D7:9C:77:EF:34 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.47 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/20 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435928 | FALSE | 24:D7:9C:77:EE:B8 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.24 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/33 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1452944 | FALSE | E0:73:E7:C4:2B:35 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | | | | | | 10.95.33.43 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/27 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1504559 | FALSE | 00:90:E8:6E:3C:1D | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-005-fab.na.lan | | | | WC6INCH4.MES.INFINEON.COM | | 10.95.154.46 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/17 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1529937 | FALSE | 64:4E:D7:4B:87:29 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-005-fab.na.lan | | | | | | 10.95.164.31 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/7 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1534200 | FALSE | E0:73:E7:A5:9E:02 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-005-fab.na.lan | | | | | | 10.95.164.38 | | FALSE | | | | 2024-12-15T11:15:00 | | | | | sa-us-mes-001-005-fab.na.lan | Gi1/0/3 | FALSE | | | | Prepared to delete | 157 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 250918 | FALSE | 00:90:7F:94:3D:49 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | PLC | 10.95.1.14 | | FALSE | EPI | PLC | | 2024-02-13T10:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-005.na.lan | Gi1/0/17 | TRUE | | No Isolation | | Prepared to delete | 463 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 331413 | FALSE | 98:E7:F4:44:58:84 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | HP OfficeJet Pro 8210 | 10.95.1.248 | | FALSE | | | | 2021-08-10T01:15:00 | | | | | sa-us-mes-001-005.na.lan | Gi1/0/46 | FALSE | | | | Prepared to delete | 1380 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 377182 | FALSE | EC:8E:B5:C7:9E:92 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | HP OfficeJet Pro 8210 | 10.95.1.248 | | FALSE | | | | 2024-07-23T10:15:00 | | | | | sa-us-mes-001-005.na.lan | Gi1/0/46 | FALSE | | | | Prepared to delete | 302 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 381210 | FALSE | 00:60:2D:03:EE:5B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | | 10.95.1.22 | | FALSE | EPI | PLC | PLC | 2023-12-26T16:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-005.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Prepared to delete | 512 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 381215 | FALSE | 00:60:2D:01:74:8D | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | PLC BMS | 10.95.1.26 | | FALSE | EPI | PLC | | 2023-12-26T16:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-005.na.lan | Gi1/0/23 | TRUE | | No Isolation | | Prepared to delete | 512 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 381216 | FALSE | 00:60:2D:00:A7:73 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | | 10.95.1.21 | | FALSE | EPI | Tester | PLC BMS | 2023-12-26T16:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-005.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Prepared to delete | 512 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 888850 | FALSE | 14:CB:19:91:D8:A8 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.1.248 | | FALSE | | | | 2024-01-09T16:15:00 | | | | | sa-us-mes-001-005.na.lan | Gi1/0/46 | FALSE | | | | Prepared to delete | 498 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243996 | FALSE | C4:34:6B:16:B3:E3 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | HP LaserJet 400 M401n | 10.95.1.238 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/30 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 283776 | FALSE | AC:CC:8E:5E:52:1F | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.52 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283780 | FALSE | AC:CC:8E:5E:4B:D2 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.48 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283786 | FALSE | AC:CC:8E:55:9E:59 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.54 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/43 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283787 | FALSE | AC:CC:8E:55:1A:4C | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.56 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/46 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283789 | FALSE | AC:CC:8E:4F:F6:0D | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.46 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/39 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283790 | FALSE | AC:CC:8E:48:CA:22 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.55 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/44 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283791 | FALSE | AC:CC:8E:48:CA:00 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.53 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283796 | FALSE | AC:CC:8E:47:15:89 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.51 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283798 | FALSE | AC:CC:8E:47:15:73 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.50 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 284036 | FALSE | AC:CC:8E:48:CA:25 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.120.86 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 376930 | FALSE | 6C:0B:84:E3:AF:AC | Custom Endpoint | 9 | AME | MES | Mesa | Mesa Epi Services | Ground | Facilities | | infineon\jsolis1 | infineon\rblunt1 | MESD3FCLINFO888.ifxcep.net | MESA FACILITIES | 10.95.33.54 | WINDOWS 10 (unknown/outdated) | FALSE | IRF | Terminal, Display | Facilities/Production Status and Communications Display | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-006-fab.na.lan | Gi1/0/48 | TRUE | FALSE | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 379517 | FALSE | 00:10:6F:00:D7:4E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Cleanroom | | infineon\rivard | infineon\crisp | SP1-1097-0156.MES.INFINEON.COM | SP1 Tool | 10.95.154.12 | WINDOWS 2000 | FALSE | Production | Equipment Control | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/21 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 381211 | FALSE | 00:60:2D:03:4A:1B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | | 10.95.1.31 | | FALSE | EPI | PLC | PLC | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-006-fab.na.lan | Gi1/0/27 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 381212 | FALSE | 00:60:2D:03:4A:1A | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | PLC | 10.95.1.32 | | FALSE | EPI | PLC | | 2024-12-28T11:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-006-fab.na.lan | Gi1/0/26 | TRUE | | No Isolation | | Offline | 144 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 381213 | FALSE | 00:60:2D:03:4A:19 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | PLC | 10.95.1.33 | | FALSE | EPI | Tester | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-006-fab.na.lan | Gi1/0/26 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 431668 | FALSE | 00:90:E8:6E:3C:1E | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | TENCOR3 | 10.95.154.38 | | FALSE | Automation | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/36 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 431669 | FALSE | 00:90:E8:6E:3C:22 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | BIORAD3 | 10.95.154.42 | | FALSE | Automation | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/31 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 431671 | FALSE | 00:90:E8:6E:3C:24 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | TENCOR2 | 10.95.154.37 | | FALSE | Automation | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/38 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 580210 | FALSE | E0:4F:43:8C:8E:00 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | | | | ISCN5CG03970YJ.infineon.com | | 10.95.164.43 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/2 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 683923 | FALSE | 00:07:4D:85:32:4E | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.164.24 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/7 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer NG | | | | |
|
||||
| 1006076 | FALSE | 10:A5:1D:36:CC:D9 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | | | | | | 10.95.36.100 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Po1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1007702 | FALSE | 90:8D:6E:55:DF:BE | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | | | | | | 10.95.164.28 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/3 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1024101 | FALSE | C0:18:03:5F:4F:2E | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.29 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Po1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1034162 | FALSE | E0:70:EA:B3:70:DD | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.33 | | FALSE | | | | 2025-05-18T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/34 | FALSE | | | | Active | 3 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1223071 | FALSE | 84:69:93:E7:E7:CB | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | | | | | | 10.95.164.53 | | FALSE | | | | 2025-05-08T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/16 | FALSE | | | | Active | 13 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1329898 | FALSE | 6C:0B:84:E3:94:11 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-014.na.lan | | | | | | 10.95.154.12 | | FALSE | | | | 2024-11-06T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/29 | TRUE | | No Isolation | | Prepared to delete | 196 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1352569 | FALSE | BC:0F:F3:DB:DA:D8 | Standard Client Windows | 27 | AME | SJX | San Jose Champion Court | b07 | n/a | sa-us-sjx-b07-102.na.lan | | | | | | 10.95.164.42 | | FALSE | | | | 2025-04-03T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/9 | FALSE | | | | Offline | 48 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1383901 | FALSE | D0:4D:C6:C5:13:89 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | AP-US-MES-010.MES.INFINEON.COM | | 10.95.8.78 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/17 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1408699 | FALSE | 00:60:2D:06:61:6B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | | | | | | 10.95.1.29 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1415449 | FALSE | 48:9E:BD:5E:73:0D | Printer | 7 | AME | MES | Mesa | Supervisors office | 1st | Mesa Office area | IT | infineon\jhollan2 | infineon\aobukho1 | | Mesa Supervisors Printer | 10.95.1.246 | WINDOWS 11 Build 22621 (22H2) | FALSE | IRF | Printer | OwnerDescription: Cleanroom Office printer | 2025-05-20T17:15:00 | IF30090983 | Holland Justin (FE CF MES P OPR SH C) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-006-fab.na.lan | Gi1/0/28 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1427982 | FALSE | E0:73:E7:C4:0D:27 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.57 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/32 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1435069 | FALSE | 24:D7:9C:77:EF:D5 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.44 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435081 | FALSE | 24:D7:9C:77:F0:9A | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.54 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/5 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435116 | FALSE | 24:D7:9C:77:EF:66 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.28 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/7 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435141 | FALSE | 24:D7:9C:77:F0:99 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.27 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/2 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435150 | FALSE | 24:D7:9C:77:F0:C6 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.58 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/9 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435471 | FALSE | 24:D7:9C:77:F0:AC | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.53 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/4 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435863 | FALSE | 24:D7:9C:77:EF:DC | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.64.50 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/33 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1443176 | FALSE | 60:5B:30:1C:9D:CD | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | | | | | | 10.95.164.40 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/10 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1466232 | TRUE | 48:9E:BD:5E:22:A1 | Printer | 7 | AME | MES | Mesa | EPI | Epi | Cleanroom | Lab-FA | infineon\aobukho1 | infineon\jhollan2 | | Mesa Cleanroom Printer | 10.95.25.241 | Embedded System | FALSE | | Printer | OwnerDescription: Cleanroom Printer | 2025-05-20T17:15:00 | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | IF30090983 | Holland Justin (FE CF MES P OPR SH C) | sa-us-mes-001-006-fab.na.lan | Gi1/0/19 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1506843 | FALSE | 80:E8:2C:2F:B7:30 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-006-fab.na.lan | | | | | | 10.95.33.100 | | FALSE | | | | 2025-05-19T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/4 | FALSE | | | | Active | 2 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1528824 | FALSE | E8:80:88:E5:66:81 | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-006-fab.na.lan | | | | EMS-PC.ifxcep.net | | 10.95.1.19 | WINDOWS 11 Build 22631 (23H2) | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/25 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1533357 | FALSE | 60:5B:30:1D:E2:12 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-006-fab.na.lan | | | | | | 10.95.164.36 | | FALSE | | | | 2024-12-11T17:15:00 | | | | | sa-us-mes-001-006-fab.na.lan | Gi1/0/6 | FALSE | | | | Prepared to delete | 161 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 322786 | FALSE | 30:CD:A7:BF:02:50 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | Samsung C1860 Series | 10.95.1.246 | | FALSE | | | | 2021-09-20T19:15:00 | | | | | sa-us-mes-001-006.na.lan | Gi1/0/28 | FALSE | | | | Prepared to delete | 1339 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 381214 | FALSE | 00:60:2D:01:7D:8A | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | PLC BMS System | 10.95.1.29 | | FALSE | EPI | PLC | | 2023-12-26T16:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-006.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Prepared to delete | 512 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 406743 | FALSE | 6C:4B:90:09:1B:3B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | MESD1CLIMATEC1.ifxcep.net | BuildingManagmentSystem | 10.95.1.19 | WINDOWS 7 | FALSE | Production | Interface | | 2024-06-26T10:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-006.na.lan | Gi1/0/25 | TRUE | | No Isolation | | Prepared to delete | 329 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 455488 | FALSE | 98:E7:F4:44:68:D2 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | IT | | | | | 10.95.25.241 | | FALSE | | | | 2024-06-21T16:15:00 | | | | | sa-us-mes-001-006.na.lan | Gi1/0/19 | FALSE | | | | Prepared to delete | 334 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 895948 | FALSE | 74:38:B7:BA:0C:20 | Printer | 7 | AME | MES | Mesa | EPI Mesa | 1st | Supervisors Office | IT | infineon\dtroglia1 | infineon\garr | | Canon PRT Supervisor Office | 10.95.1.246 | | FALSE | Office | Printer | OwnerDescription: "Cleanroom Paper" Printer. | 2024-01-19T16:15:00 | | | | | sa-us-mes-001-006.na.lan | Gi1/0/28 | FALSE | | | | Prepared to delete | 488 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 249344 | FALSE | 00:0E:8C:F6:05:11 | Isolated CEP - Automation | 42 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R72HMI15 | | 10.95.1.184 | WINDOWS CE/Mobile | FALSE | EPI | Equipment Control | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/2 | TRUE | | Zone Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Automation | | | | |
|
||||
| 249345 | FALSE | 00:0E:8C:CC:A8:71 | Isolated CEP - Automation | 42 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R74HMI15 | Reactor | 10.95.1.181 | WINDOWS CE/Mobile | FALSE | EPI | Simulation | Other: reacor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/2 | TRUE | | Zone Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Automation | | | | |
|
||||
| 249346 | FALSE | 00:0E:8C:CC:A8:3B | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R47HMI15 | Reactor | 10.95.1.196 | WINDOWS CE/Mobile | FALSE | EPI | Measurement Device | Other: reacor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 249347 | FALSE | 00:0E:8C:CC:7E:7D | Isolated CEP - Automation | 42 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R74HMI19 | Reactor | 10.95.1.182 | WINDOWS CE/Mobile | FALSE | EPI | Measurement Device | Other: reacor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/2 | TRUE | | Zone Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Automation | | | | |
|
||||
| 249350 | FALSE | 00:0E:8C:C9:C7:CD | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | | Reacot | 10.95.1.195 | WINDOWS CE/Mobile | FALSE | EPI | Equipment Control | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 249351 | FALSE | 00:0E:8C:F7:C0:1A | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R72HHI19 | Reactor | 10.95.1.185 | WINDOWS CE/Mobile | FALSE | EPI | Equipment Control | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/2 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 283209 | FALSE | 00:0B:AA:17:1F:4B | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.110 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283393 | FALSE | AC:CC:8E:47:0C:2E | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.60 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/14 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283395 | FALSE | AC:CC:8E:47:0A:1C | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.58 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/13 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283793 | FALSE | AC:CC:8E:48:A9:E3 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.65 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283794 | FALSE | AC:CC:8E:47:16:0E | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.63 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283799 | FALSE | AC:CC:8E:47:14:C3 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.66 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/19 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283804 | FALSE | AC:CC:8E:47:0A:41 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.61 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/27 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283806 | FALSE | AC:CC:8E:47:0A:1A | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | infineon\ruelas | infineon\stevev | | | 10.95.120.64 | | FALSE | Security | Security | AXIS P3364 | 2025-05-20T17:15:00 | IF07317457 | Ruelas Bryon (IT OS IC IA AS) | IF07319195 | Vacchieri Steve (IT OS IC IA AS) | sa-us-mes-001-007-fab.na.lan | Gi1/0/30 | FALSE | FALSE | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283807 | FALSE | AC:CC:8E:47:08:78 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.59 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/34 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283809 | FALSE | AC:CC:8E:17:91:14 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.62 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/28 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 284037 | FALSE | AC:CC:8E:47:0A:45 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.120.57 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/31 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 370217 | FALSE | 30:E1:71:BA:8B:49 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | HP LaserJet M402n | 10.95.1.237 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 654298 | FALSE | 58:38:79:46:99:C1 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.124.9 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/17 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer NG | | | | |
|
||||
| 672053 | FALSE | F8:B4:6A:84:B8:D8 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | | | | | | 10.95.1.235 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/15 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 888858 | FALSE | 28:63:36:58:3B:FA | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | | | | | | 10.95.1.183 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/2 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 888859 | FALSE | 00:0E:8C:CE:89:A0 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | | | | | | 10.95.1.180 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/2 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 925398 | FALSE | 00:D8:61:01:BC:66 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | | | | CDE-RESMAP | | 10.95.154.27 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/9 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1007163 | FALSE | 00:07:4D:DA:2F:74 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.1.234 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1023637 | FALSE | 00:07:4D:DA:2F:5C | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.1.236 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/16 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1025013 | FALSE | 48:9E:BD:2A:B3:8E | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | | | | | | 10.95.164.50 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/12 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1025635 | FALSE | C0:18:03:5F:4E:E1 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.67 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/36 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1042243 | FALSE | 00:07:4D:DA:30:64 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | IT | | | | | 10.95.15.33 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/33 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1382843 | FALSE | D0:4D:C6:C5:20:28 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | AP-US-MES-003.MES.INFINEON.COM | | 10.95.8.80 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/48 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1382845 | FALSE | D0:4D:C6:C5:1F:17 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | AP-US-MES-004.MES.INFINEON.COM | | 10.95.8.73 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/46 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1382847 | FALSE | D0:4D:C6:C5:21:18 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | AP-US-MES-005.MES.INFINEON.COM | | 10.95.8.74 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435082 | FALSE | 24:D7:9C:77:F0:AE | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.64.36 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/12 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435208 | FALSE | 24:D7:9C:77:F0:AD | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.64.29 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1452679 | FALSE | BC:0F:F3:67:FD:18 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.164.39 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/3 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1504558 | FALSE | 00:01:29:A9:13:7C | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-007-fab.na.lan | | | | BIORAD-FTIR | | 10.95.154.50 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/10 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1528825 | FALSE | 00:0E:8C:CC:7E:5C | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-007-fab.na.lan | | | | | | 10.95.1.197 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-007-fab.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 243801 | FALSE | 00:07:4D:3D:AB:F0 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | ZTC S4M-200dpi ZPL | 10.95.15.252 | | FALSE | | | | 2022-08-25T19:15:00 | | | | | sa-us-mes-001-007.na.lan | Gi1/0/33 | FALSE | | | | Prepared to delete | 1000 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243805 | FALSE | 00:07:4D:3E:26:1D | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | ZTC S4M-200dpi ZPL | 10.95.1.234 | | FALSE | | | | 2022-08-25T19:15:00 | | | | | sa-us-mes-001-007.na.lan | Gi1/0/38 | FALSE | | | | Prepared to delete | 1000 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243807 | FALSE | 00:07:4D:3B:40:25 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | ZTC S4M-200dpi ZPL | 10.95.1.236 | | FALSE | | | | 2022-08-25T19:15:00 | | | | | sa-us-mes-001-007.na.lan | Gi1/0/16 | FALSE | | | | Prepared to delete | 1000 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243819 | FALSE | 00:21:91:20:63:75 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1WETSPEC1 | Wet Spec | 10.95.33.71 | WINDOWS XP SP3 | FALSE | Production | Workplace | | 2024-05-01T16:15:00 | | | | | sa-us-mes-001-007.na.lan | Gi1/0/3 | TRUE | | No Isolation | | Prepared to delete | 385 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 249348 | FALSE | 00:0E:8C:C9:C9:5C | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\henderss | | R74HMI19 | Reactor | 10.95.1.180 | WINDOWS CE/Mobile | FALSE | EPI | Measurement Device | Other: reacor | 2021-08-27T19:15:00 | IF30118479 | Henderson Susan (FE CF MES FM) | | | sa-us-mes-001-007.na.lan | Gi1/0/2 | TRUE | | No Isolation | | Prepared to delete | 1363 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 249349 | FALSE | 00:0E:8C:C9:C7:E5 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | | Reactor | 10.95.1.195 | WINDOWS CE/Mobile | FALSE | EPI | Equipment Control | | 2021-09-27T01:15:00 | | | | | sa-us-mes-001-007.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Prepared to delete | 1332 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 435100 | FALSE | 00:30:48:43:DE:97 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Fab | Mesa | | infineon\tcarrie1 | infineon\mcouste1 | MESD1QS2200.ifxcep.net | BioRad 5 | 10.95.154.11 | WINDOWS XP | FALSE | EPI | Measurement Device | Metrology tool; OwnerDescription: | 2022-05-21T01:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30091009 | Cousten Mark (FE CF MES P UPE) | sa-us-mes-001-007.na.lan | Gi1/0/10 | TRUE | | No Isolation | | Prepared to delete | 1096 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 453857 | FALSE | 80:EE:73:13:B4:B5 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | mts1644 | MTS | 10.95.33.103 | WINDOWS XP SP3 | FALSE | IRF | Workplace | | 2022-06-18T01:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-007.na.lan | Gi1/0/5 | TRUE | | No Isolation | | Prepared to delete | 1068 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1034857 | FALSE | 00:01:29:A9:13:7D | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | | | | | | 10.95.154.11 | | FALSE | | | | 2023-08-22T16:15:00 | | | | | sa-us-mes-001-007.na.lan | Gi1/0/10 | TRUE | | No Isolation | | Prepared to delete | 638 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283773 | FALSE | AC:CC:8E:5E:5C:0C | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.79 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283774 | FALSE | AC:CC:8E:5E:52:F5 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.77 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283775 | FALSE | AC:CC:8E:5E:52:A9 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.78 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283777 | FALSE | AC:CC:8E:5E:51:DD | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.80 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283805 | FALSE | AC:CC:8E:47:0A:1B | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.76 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/39 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 284039 | FALSE | AC:CC:8E:55:C4:B0 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.82 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 402396 | FALSE | 00:0F:E5:07:03:2A | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-009.na.lan | IT | | | | | 10.95.120.12 | | FALSE | | | LNL-3300 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-009-fab.na.lan | Gi1/0/43 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 247551 | TRUE | 00:07:F9:00:56:CB | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | FM | infineon\jsolis1 | infineon\rblunt1 | | Sensaphone Web600 , IR BSGS | 10.95.1.253 | Embedded System | FALSE | FM | Measurement Device | | 2023-07-12T10:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-009.na.lan | Gi1/0/1 | TRUE | | No Isolation | | Prepared to delete | 679 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283211 | FALSE | 00:0B:AA:16:46:09 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.113 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283217 | FALSE | 00:0B:AA:17:1F:2B | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.111 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 283781 | FALSE | AC:CC:8E:5E:4B:CC | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.68 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/39 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283783 | FALSE | AC:CC:8E:5E:4B:AE | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.74 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283784 | FALSE | AC:CC:8E:5E:4B:AD | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.73 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 284038 | FALSE | AC:CC:8E:47:0A:3F | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.120.83 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 319035 | FALSE | 00:1A:E8:82:B7:93 | Voice Video Systems | 26 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-005.na.lan | IT | | | | | 10.95.64.34 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/32 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 469468 | FALSE | 00:60:2D:03:6F:68 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | | | | | 10.95.1.36 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/3 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 562467 | FALSE | 00:07:4D:45:2F:DB | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | IT | | | | | 10.95.1.13 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/6 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 697000 | FALSE | 00:50:C2:80:4E:73 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | | | infineon\jsolis1 | infineon\rblunt1 | | i-Sense | 10.95.192.8 | WINDOWS XP | FALSE | Production | Equipment Control | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-010-fab.na.lan | Gi1/0/20 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 990992 | FALSE | 00:01:05:67:BC:6E | Broker (iSIG) | 34 | AME | MES | Mesa | . | | | IT | | | | | 10.95.100.13 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/44 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Broker | | | | |
|
||||
| 991041 | FALSE | 00:1D:9A:06:05:F8 | Printer | 7 | AME | MES | Mesa | RECEIVING | 1 | MESA | IT | infineon\seschen1 | infineon\jdocker1 | | PRINTER | 10.95.25.38 | | FALSE | Production | Printer | OwnerDescription: Receiving Area Label Printer; OwnerDescription: GODEX PRINTER | 2025-05-20T17:15:00 | IF30095029 | Eschenauer Scott (FE CF OPC MM EPI MLOG REC) | IF30093589 | Dockery Joseph (FE CF OPC MM EPI) | sa-us-mes-001-010-fab.na.lan | Gi1/0/7 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1020346 | FALSE | 00:13:14:02:BB:17 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | | | | | | 10.95.154.33 | | FALSE | | | | 2024-09-17T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/14 | TRUE | | No Isolation | | Prepared to delete | 246 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1194252 | FALSE | E0:70:EA:B3:76:AF | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.50 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/30 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1249663 | FALSE | B4:96:91:9E:80:AD | Isolated CEP - Automation | 42 | AME | MES | Mesa | Fab | Fab | Fab | | infineon\tcarrie1 | infineon\phares | K200001783-01 | SRP-2100 | 10.95.154.30 | WINDOWS 10 Build 17763 (1809) LTSC | FALSE | Metrology | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30135815 | Phares Mike (CSC FI SPS MESLEO) | sa-us-mes-001-010-fab.na.lan | Gi1/0/36 | TRUE | | Zone Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Automation | | | | |
|
||||
| 1383899 | FALSE | D0:4D:C6:C5:1F:14 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | AP-US-MES-006.MES.INFINEON.COM | | 10.95.8.77 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/46 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1383900 | FALSE | D0:4D:C6:C5:1E:27 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | AP-US-MES-007.MES.INFINEON.COM | | 10.95.8.79 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/48 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435111 | FALSE | 24:D7:9C:77:EF:7C | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.64.41 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435113 | FALSE | 24:D7:9C:77:F0:A5 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.64.40 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/7 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435203 | FALSE | 24:D7:9C:77:EF:DB | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.64.33 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/29 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435207 | FALSE | 24:D7:9C:77:F0:6D | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.64.37 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/25 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1590875 | FALSE | 84:69:93:E7:E4:99 | Standard Client Windows | 27 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-010-fab.na.lan | | | | | | 10.95.164.32 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-010-fab.na.lan | Gi1/0/29 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 243854 | FALSE | 00:10:5A:CB:C6:5B | Custom Endpoint | 9 | AME | MES | Mesa | Cleanroom | Cleanroom | Fab | | infineon\tcarrie1 | infineon\evansbra | SSM_2000.NA.IRWORLD.IRF.COM | NanoSRP 2000 | 10.95.154.25 | WINDOWS NT | FALSE | Metrology | Measurement Device | WINDOWS NT4, WINDS 98 ?; OwnerDescription: | 2021-10-27T19:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | | | sa-us-mes-001-010.na.lan | Gi1/0/14 | TRUE | | No Isolation | | Prepared to delete | 1302 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 279654 | FALSE | 00:23:24:5F:20:9A | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1BVS01.ifxcep.net | workstation | 10.95.33.53 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2022-04-06T01:15:00 | | | | | sa-us-mes-001-010.na.lan | Gi1/0/17 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 280477 | FALSE | 44:37:E6:C1:E2:21 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1RPM01.ifxcep.net | RPM | 10.95.33.49 | WINDOWS 7 | FALSE | Production | Workplace | | 2022-04-06T01:15:00 | | | | | sa-us-mes-001-010.na.lan | Gi1/0/12 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 282470 | FALSE | 00:05:1B:A4:45:46 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | mesd1denton.ifxcep.net | workstation | 10.95.33.42 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2022-06-27T19:15:00 | | | | | sa-us-mes-001-010.na.lan | Gi1/0/22 | TRUE | | No Isolation | | Prepared to delete | 1059 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 282471 | FALSE | 00:03:2D:08:CC:F7 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | VEECO-NANOSCOPE. | NANOSCOPE | 10.95.33.108 | WINDOWS XP SP3 | FALSE | Production | Workplace | | 2022-04-06T01:15:00 | | | | | sa-us-mes-001-010.na.lan | Gi1/0/13 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 283246 | FALSE | 00:23:24:76:BB:2A | Custom Endpoint | 9 | AME | MES | Mesa | 550 W Juanita Ave | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | mesd1e1prf01.ifxcep.net | E1PRF01 | 10.95.33.46 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2022-04-06T01:15:00 | | | | | sa-us-mes-001-010.na.lan | Gi1/0/2 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 348828 | FALSE | 00:23:24:9E:04:A7 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\rivard | infineon\aobukho1 | MESD1GAN-OI-TV1.IFXCEP.NET | GaN TV | 10.95.33.45 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2021-10-26T19:15:00 | | | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-010.na.lan | Gi1/0/4 | TRUE | | No Isolation | | Prepared to delete | 1303 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 576665 | FALSE | 44:37:E6:75:64:C1 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1BVS02.ifxcep.net | | 10.95.164.9 | WINDOWS 7 | FALSE | Production | Workplace | | 2021-12-03T01:15:00 | | | | | sa-us-mes-001-010.na.lan | Gi1/0/19 | TRUE | | No Isolation | | Prepared to delete | 1265 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 949420 | FALSE | 00:13:14:02:BB:F7 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Gray Room | | infineon\phares | infineon\ouellette | 00:13:14:02:BB:F7 | | 10.95.154.28 | | FALSE | Production | Equipment Integration | OwnerDescription: H.265/H.264 VGA encoder | 2023-04-19T16:15:00 | IF30135815 | Phares Mike (CSC FI SPS MESLEO) | IF30140533 | Ouellette Jonathan (CSC FI SPS MESLEO) | sa-us-mes-001-010.na.lan | Gi1/0/9 | TRUE | | No Isolation | | Prepared to delete | 763 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 974908 | FALSE | 02:02:09:D2:D6:EE | Broker (iSIG) | 34 | AME | MES | Mesa | . | . | | IT | infineon\davisdanny | infineon\chiorean | mesisig0200 | | 10.95.100.13 | | TRUE | Analytics | Network Device | | 2024-07-29T16:15:00 | IF30146844 | Davis Danny (IT OS WP NI AM) | IF30070817 | Chiorean Calin (IT OS WP NI SDN) | sa-us-mes-001-010.na.lan | Gi1/0/44 | FALSE | | | | Prepared to delete | 296 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Broker | | | | |
|
||||
| 283213 | FALSE | 00:0F:E5:04:81:FE | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.11 | | FALSE | | | LNL-3300 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283779 | FALSE | AC:CC:8E:5E:4D:3A | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.69 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283782 | FALSE | AC:CC:8E:5E:4B:CB | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.71 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283788 | FALSE | AC:CC:8E:50:39:B3 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.70 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283792 | FALSE | AC:CC:8E:48:C9:E1 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.72 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283803 | FALSE | AC:CC:8E:47:0A:B6 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.67 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283808 | FALSE | B8:A4:4F:9B:2E:82 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.120.75 | | FALSE | | | AXIS P5515-E | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/39 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 319031 | FALSE | 00:1A:E8:82:B7:98 | Voice Video Systems | 26 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | | | 10.95.64.76 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/28 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 319033 | FALSE | 00:1A:E8:82:B7:95 | Voice Video Systems | 26 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.64.80 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/13 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 324492 | FALSE | 00:23:A6:50:7D:9F | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | PLC | 10.95.25.18 | VxWORKS | FALSE | EPI | Tester | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-011-fab.na.lan | Gi1/0/23 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 561607 | FALSE | 00:E0:D8:1C:D9:C8 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | | | | iscfmxl7151j64.infineon.com | | 10.95.25.11 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/24 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1021246 | FALSE | 00:07:4D:DA:2F:F5 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.25.25 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/22 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1023636 | FALSE | 00:07:4D:DA:2E:D9 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.30.42 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1023638 | FALSE | 00:07:4D:DA:2F:6F | Printer | 7 | AME | MES | Mesa | Warehouse | 1 | kitting | IT | infineon\seschen1 | infineon\jdocker1 | | MESZBRPRT005 | 10.95.30.247 | | FALSE | Production | Printer | ; OwnerDescription: zebra printer ZT411 | 2025-05-20T17:15:00 | IF30095029 | Eschenauer Scott (FE CF OPC MM EPI MLOG REC) | IF30093589 | Dockery Joseph (FE CF OPC MM EPI) | sa-us-mes-001-011-fab.na.lan | Gi1/0/25 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1447983 | FALSE | F0:1D:2D:57:E5:60 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | | 10.95.64.43 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/36 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1538460 | FALSE | 00:01:05:92:D4:4D | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-011-fab.na.lan | | | | | | 10.95.25.44 | | FALSE | | | | 2025-01-08T17:15:00 | | | | | sa-us-mes-001-011-fab.na.lan | Gi1/0/15 | TRUE | | No Isolation | | Offline | 133 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1540291 | TRUE | 00:01:05:9D:89:42 | Custom Endpoint | 9 | AME | MES | Mesa | 1 | 1 | Front Lobby | FM | infineon\ksmith3 | infineon\jsolis1 | Sky View | Controller 3 | 10.95.25.45 | WINDOWS 11 (unknown/outdated) | FALSE | | Network Device | ; OwnerDescription: Toxic Gas Monitor | 2025-05-20T17:15:00 | IF30089593 | Smith Keith (FE CF MES FM) | IF30090323 | Solis Javier (FE CF MES FM) | sa-us-mes-001-011-fab.na.lan | Gi1/0/15 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 216756 | FALSE | 00:07:4D:44:87:CD | Printer | 7 | AME | CHA | Chandler | n/a | n/a | sa-us-cha-101.na.lan | | | | | ZTC ZT300-200dpi ZPL | 10.95.30.247 | | FALSE | | | | 2022-08-25T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/25 | FALSE | | | | Prepared to delete | 1000 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 243803 | FALSE | 00:20:6B:8B:47:61 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | KONICA MINOLTA bizhub C284e | 10.95.32.201 | | FALSE | | | | 2021-03-16T01:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/16 | FALSE | | | | Prepared to delete | 1527 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 279527 | FALSE | 00:07:4D:5E:1F:06 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | ZTC ZT230-200dpi ZPL | 10.95.30.42 | | FALSE | | | | 2022-08-25T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/26 | FALSE | | | | Prepared to delete | 1000 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 280469 | FALSE | 00:25:90:69:DD:55 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1CAN01.ifxcep.net | Candella 01 | 10.95.25.57 | WINDOWS XP SP3 | FALSE | Production | Equipment Integration | | 2020-12-04T14:07:19 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Prepared to delete | 1629 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 280470 | FALSE | 00:21:91:19:9F:DF | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1CAN33.ifxcep.net | Candella 02 | 10.95.154.24 | WINDOWS XP SP3 | FALSE | Production | Equipment Integration | | 2022-04-06T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/1 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 280474 | FALSE | 5C:F9:DD:6D:BD:B1 | Custom Endpoint | 9 | AME | MES | Mesa | | n/a | . | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1HAL2.ifxcep.net | workstation | 10.95.33.43 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2022-04-06T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/28 | TRUE | | No Isolation | | Prepared to delete | 1141 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 280479 | FALSE | 44:37:E6:BE:24:72 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1WRP01.ifxcep.net | WRP01 | 10.95.33.38 | WINDOWS 7 | FALSE | Production | Workplace | | 2024-01-17T16:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/3 | TRUE | | No Isolation | | Prepared to delete | 490 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 280481 | FALSE | 70:F3:95:16:D8:D6 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1WARP03.ifxcep.net | WARP03 | 10.95.33.39 | WINDOWS 7 | FALSE | Production | Measurement Device | | 2022-01-05T01:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/7 | TRUE | | No Isolation | | Prepared to delete | 1232 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 280482 | FALSE | 00:1A:A0:28:0A:35 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1XRD01.ifxcep.net | XRD | 10.95.33.47 | WINDOWS XP SP3 | FALSE | Production | Measurement Device | | 2022-02-22T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/9 | TRUE | | No Isolation | | Prepared to delete | 1184 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 283223 | FALSE | 00:20:6B:8B:79:37 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-011.na.lan | IT | | | | KONICA MINOLTA bizhub C284e | 10.95.32.202 | | FALSE | | | | 2021-03-02T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/16 | FALSE | | | | Prepared to delete | 1541 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 283247 | FALSE | 68:05:CA:00:8F:71 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1E1SCP01.ifxcep.net | MicroScope | 10.95.33.56 | WINDOWS 7 | FALSE | Production | Measurement Device | | 2022-05-13T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/8 | TRUE | | No Isolation | | Prepared to delete | 1104 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 316620 | FALSE | 00:A0:45:DB:9E:84 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\rbrown3 | infineon\gruver | AIX701461S | Reactor Client PC | 10.95.25.12 | WINDOWS XP | FALSE | Production | Equipment Control | | 2022-03-18T01:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/11 | TRUE | | No Isolation | | Prepared to delete | 1160 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 367251 | FALSE | 44:39:C4:37:D6:5C | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | GaN Cleanroom | | infineon\rbrown3 | infineon\gruver | AIX701461C | Aixtron Reactor | 10.95.154.16 | WINDOWS 7 | FALSE | Production | Equipment Control | | 2022-03-29T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/10 | TRUE | | No Isolation | | Prepared to delete | 1149 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 373424 | FALSE | 00:07:4D:76:DF:03 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-010.na.lan | IT | | | 52J171700160.NA.IRWORLD.IRF.COM | ZTC ZT230-200dpi ZPL | 10.95.25.25 | | FALSE | | | | 2022-08-19T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/22 | FALSE | | | | Prepared to delete | 1006 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 391789 | FALSE | FC:4D:D4:48:25:11 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Gan Cleanroom | | infineon\pspagno1 | infineon\bsmith1 | MESD1HAL02.ifxcep.net | HAL02 tool | 10.95.33.33 | WINDOWS 7 | FALSE | Production | Equipment Control | | 2023-09-12T16:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/27 | TRUE | | No Isolation | | Prepared to delete | 617 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 415084 | FALSE | 18:D6:C7:01:7E:E6 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Cleanroom | | infineon\rbrown3 | infineon\bsmith1 | AIX702075C.MES.INFINEON.COM | | 10.95.154.15 | Embedded System | FALSE | Production | Measurement Device | AIXTRON Client | 2022-05-06T01:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/18 | TRUE | | No Isolation | | Prepared to delete | 1111 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 563231 | FALSE | 30:8D:99:14:7A:D5 | Custom Endpoint | 9 | AME | MES | Mesa | GaN Celanroom | | GaN Celanroom | | infineon\rbrown3 | infineon\gruver | MESD1EPIGAN1.ifxcep.net | r69/r71 communication | 10.95.33.107 | WINDOWS 7 | FALSE | Maintenance Engineering | Workplace | | 2020-05-17T23:55:59 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/13 | TRUE | | No Isolation | | Prepared to delete | 1830 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 656320 | FALSE | 00:D0:C9:CE:17:28 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | | | | AIX702075S.NA.EC.LOCAL | | 10.95.154.22 | | FALSE | | | | 2022-05-05T19:15:00 | | | | | sa-us-mes-001-011.na.lan | Gi1/0/19 | TRUE | | No Isolation | | Prepared to delete | 1112 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 872957 | FALSE | 00:0A:CD:3A:9F:3B | Custom Endpoint | 9 | AME | MES | Mesa | Cleanroom | Cleanroom | GaN Fab | | infineon\pspagno1 | infineon\mcchesne | INFINEON-PLATO-2 | PLATO-2 | 10.95.154.23 | WINDOWS 10 (unknown/outdated) | FALSE | Metrology | Equipment Integration | OwnerDescription: | 2022-04-12T19:15:00 | | | IF30130759 | McChesney Peyton (FE CF MES P UPE) | sa-us-mes-001-011.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Prepared to delete | 1135 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 243802 | FALSE | 2C:9E:FC:4F:F5:7F | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | IT | | | | Canon MF8500C Series | 10.95.15.143 | | FALSE | | | | 2025-01-26T11:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/21 | FALSE | | | | Offline | 115 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 283772 | FALSE | AC:CC:8E:5E:85:9A | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.81 | | FALSE | | | AXIS P3367 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283778 | FALSE | AC:CC:8E:5E:4D:47 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.45 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/44 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283785 | FALSE | AC:CC:8E:55:F1:30 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.44 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/40 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283795 | FALSE | AC:CC:8E:47:15:BB | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.40 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283797 | FALSE | AC:CC:8E:47:15:84 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.43 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/42 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283800 | FALSE | AC:CC:8E:47:13:48 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.41 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/39 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283801 | FALSE | AC:CC:8E:47:0F:A9 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.42 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/43 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 283802 | FALSE | AC:CC:8E:47:0E:6B | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.38 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/38 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 284040 | FALSE | AC:CC:8E:47:15:42 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.84 | | FALSE | | | AXIS P3364 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 285247 | FALSE | AC:CC:8E:50:4A:90 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sc-us-mes-001-001.na.lan | IT | | | | | 10.95.120.88 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/46 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 299683 | FALSE | AC:CC:8E:5E:4D:34 | Security - Surveillance | 14 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.120.89 | | FALSE | | | AXIS P3365 | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Security - Surveillance | | | | |
|
||||
| 437784 | FALSE | 00:50:C2:80:4E:6F | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\mtangen1 | | Reactor Embedded PC | 10.95.192.10 | WINDOWS XP | FALSE | Production | Equipment Control | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30090993 | Tangen Michael (FE CF MES P UPE) | sa-us-mes-001-012-fab.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 442486 | FALSE | 00:50:C2:80:4E:7E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\jsolis1 | infineon\rblunt1 | | i-Sense | 10.95.192.7 | WINDOWS XP | FALSE | Production | Equipment Control | | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-012-fab.na.lan | Gi1/0/36 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1034120 | FALSE | 84:69:93:E7:19:AB | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.164.14 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/18 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1038354 | FALSE | 14:F2:87:BC:8E:25 | Standard Mobil (ISM) | 32 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-006.na.lan | | | | | | 10.95.160.87 | | FALSE | | | | 2025-03-17T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Po1 | FALSE | | | | Offline | 65 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1186912 | FALSE | 5C:60:BA:C1:20:59 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | | | | | | 10.95.164.51 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/17 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1352578 | FALSE | E0:73:E7:A5:9E:0F | Standard Client Windows | 27 | AME | SJX | San Jose Champion Court | b07 | n/a | sa-us-sjx-b07-102.na.lan | | | | | | 10.95.164.32 | | FALSE | | | | 2025-04-23T18:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/28 | FALSE | | | | Active | 28 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1434788 | FALSE | E4:38:7E:8F:34:D0 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.64.14 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/5 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435064 | FALSE | 24:D7:9C:77:F0:47 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.64.51 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/18 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1493814 | FALSE | 90:8D:6E:4D:E5:6A | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | | | | | | 10.95.164.26 | | FALSE | | | | 2025-05-19T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/25 | FALSE | | | | Active | 2 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1499119 | FALSE | 48:80:02:37:C2:2F | Voice Video Systems | 26 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.64.60 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-012-fab.na.lan | Gi1/0/14 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 323653 | FALSE | 94:D4:69:54:4E:44 | Voice Video Systems | 26 | AME | MES | Mesa | 1 | 1 | MultiPurpose | IT | infineon\lamberge | infineon\benetika | | SX20 | 10.95.64.62 | | FALSE | IT | Workplace | Video-R MES 1.1MultiPurpose | 2024-08-13T17:15:00 | IF03085957 | Maltsch Silke (IT OS IC UC VE) | IF30029577 | Benetik Adrian (IT OS IC UC VE) | sa-us-mes-001-012.na.lan | Gi1/0/11 | FALSE | | | | Prepared to delete | 281 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Voice Video Systems | | | | |
|
||||
| 323716 | FALSE | 00:62:EC:8D:C9:89 | Voice Video Systems | 26 | AME | MES | Mesa | 1 | 1 | MultiPurpose | IT | infineon\lamberge | infineon\benetika | | InTouch | 10.95.64.21 | LINUX (unknown/outdated) | FALSE | IT | Remote Control | Video-R MES 1.1MultiPurpose | 2020-05-28T10:15:00 | IF03085957 | Maltsch Silke (IT OS IC UC VE) | IF30029577 | Benetik Adrian (IT OS IC UC VE) | sa-us-mes-001-012.na.lan | Gi1/0/14 | FALSE | | | | Prepared to delete | 1819 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Voice Video Systems | | | | |
|
||||
| 352653 | FALSE | 6C:0B:84:E3:DB:5E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\tcarrie1 | infineon\mcouste1 | MESD1UNITY1.ifxcep.net | Unity Box | 10.95.192.11 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2021-08-25T01:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30091009 | Cousten Mark (FE CF MES P UPE) | sa-us-mes-001-012.na.lan | Gi1/0/20 | TRUE | | No Isolation | | Prepared to delete | 1365 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 243857 | FALSE | 1C:6F:65:C3:51:DB | Isolated CEP - Automation | 42 | AME | MES | Mesa | 001 | n/a | . | | infineon\tcarrie1 | infineon\mcouste1 | MESD1BIORAD4.ifxcep.net | Biorad5 | 10.95.154.10 | WINDOWS XP SP3 | FALSE | Production | Workplace | | 2025-05-20T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30091009 | Cousten Mark (FE CF MES P UPE) | sa-us-mes-001-013-fab.na.lan | Gi1/0/44 | TRUE | | Zone Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Automation | | | | |
|
||||
| 325588 | TRUE | 00:50:C2:80:42:09 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | FM | infineon\jsolis1 | infineon\rblunt1 | | i-Sense | 10.95.192.44 | Embedded System | FALSE | FM | Microcontroller | iGrid | 2025-05-20T17:15:00 | IF30090323 | Solis Javier (FE CF MES FM) | IF30089561 | Blunt Richard (FE CF MES FM) | sa-us-mes-001-013-fab.na.lan | Gi1/0/13 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 345196 | FALSE | 28:63:36:64:11:11 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | | | 10.95.1.191 | | FALSE | EPI | PLC | Reactor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/3 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 362852 | FALSE | 00:1B:1B:C3:63:F2 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R49CROOM.mes.infineon.com | | 10.95.25.43 | | FALSE | EPI | PLC | Reactor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/32 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 362857 | FALSE | 00:1B:1B:C3:60:37 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R49GROOM.mes.infineon.com | | 10.95.25.42 | | FALSE | EPI | PLC | Reactor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/33 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 373567 | FALSE | 00:0E:8C:AF:4D:A8 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | | HMI Panel | 10.95.1.192 | | FALSE | EPI | Tester | Reactor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/3 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 373568 | FALSE | 00:0E:8C:AF:40:86 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | | HMI Panel | 10.95.1.193 | | FALSE | EPI | Tester | Reactor | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/3 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 388914 | FALSE | 00:1B:1B:C3:64:24 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R51GROOM.mes.infineon.com | Reactor | 10.95.25.41 | | FALSE | EPI | PLC | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/36 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 426585 | FALSE | 00:90:E8:65:1F:2B | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | TENCOR1 | 10.95.154.36 | | FALSE | Automation | Equipment Integration | N-Port Data collector; OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/42 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 428338 | FALSE | 00:90:E8:6E:3C:18 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | BIORAD2 | 10.95.154.41 | | FALSE | Automation | Equipment Integration | ; OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/29 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 429374 | FALSE | 00:90:E8:6E:3C:35 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | HGCV2 | 10.95.154.17 | | FALSE | Automation | Equipment Integration | N-Port Data collector; OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/23 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 431670 | FALSE | 00:90:E8:6E:3C:23 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | HGCV3 | 10.95.154.40 | | FALSE | Automation | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/21 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 431672 | FALSE | 00:90:E8:6E:3C:26 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | HGCV1 | 10.95.154.39 | | FALSE | Automation | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/45 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 431673 | FALSE | 00:90:E8:6E:3B:F0 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | CDE2 | 10.95.154.43 | | FALSE | Automation | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/9 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 488873 | FALSE | C4:00:AD:23:90:F5 | Custom Endpoint | 9 | AME | MES | Mesa | Cleanroom | Cleanroom | Mesa | | infineon\tcarrie1 | infineon\mcouste1 | INFINEONEPI230 | SPV FAaST 230 | 10.95.154.20 | WINDOWS 7 | FALSE | Metrology | Measurement Device | ; OwnerDescription: New measurement equipment network implementation (LAN port ready and Fixed IP ready) | 2025-05-20T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30091009 | Cousten Mark (FE CF MES P UPE) | sa-us-mes-001-013-fab.na.lan | Gi1/0/40 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 957153 | FALSE | 48:9E:BD:5B:DA:24 | Printer | 7 | AME | MES | Mesa | Cleanroom | epi | Cleanroom | IT | infineon\aobukho1 | infineon\mcouste1 | | HP OfficeJet Pro 82100 | 10.95.25.242 | | FALSE | Production | Printer | OwnerDescription: | 2025-05-20T17:15:00 | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | IF30091009 | Cousten Mark (FE CF MES P UPE) | sa-us-mes-001-013-fab.na.lan | Gi1/0/19 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 990991 | FALSE | 00:01:05:67:FE:02 | Broker (iSIG) | 34 | AME | MES | Mesa | . | | | IT | | | | | 10.95.100.10 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Broker | | | | |
|
||||
| 1012050 | FALSE | 00:13:14:02:BD:67 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | | | | | | 10.95.154.31 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/31 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1012051 | FALSE | 00:13:14:02:B8:B7 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | | | | | | 10.95.154.32 | | FALSE | | | | 2025-01-19T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/35 | TRUE | | No Isolation | | Offline | 122 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1023639 | FALSE | 00:07:4D:DA:30:67 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-007.na.lan | IT | | | | | 10.95.15.252 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/15 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1034125 | FALSE | 84:7B:57:3A:51:56 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-014.na.lan | | | | | | 10.95.36.92 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Po1 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1202196 | FALSE | 00:01:29:A1:F1:45 | Custom Endpoint | 9 | AME | MES | Mesa | Cleanroom | Cleanroom | Mesa | | infineon\tcarrie1 | infineon\phares | FREDERIC-PC.NA.EC.LOCAL | CDE6 | 10.95.154.14 | WINDOWS 7 | FALSE | Metrology | Equipment Integration | ; OwnerDescription: CDE6 | 2025-05-20T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30135815 | Phares Mike (CSC FI SPS MESLEO) | sa-us-mes-001-013-fab.na.lan | Gi1/0/18 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1333022 | FALSE | 20:87:56:31:3C:E2 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | | | | R51CROOM.MES.INFINEON.COM | | 10.95.25.40 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/34 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1353988 | FALSE | E0:70:EA:B3:71:9E | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.82 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/43 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1359797 | FALSE | 0C:91:92:A6:C9:35 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-001.na.lan | | | | | | 10.95.36.23 | | FALSE | | | | 2025-04-17T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Po1 | FALSE | | | | Offline | 34 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1377268 | FALSE | E0:70:EA:B3:71:ED | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.192.9 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/30 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1415533 | FALSE | 00:55:DA:34:12:A2 | Printer | 7 | AME | MES | Mesa | EPI | Epi | Shipping Area | IT | infineon\quinones | infineon\aobukho1 | | Novexx XLP 606 | 10.95.33.48 | WINDOWS 7 | FALSE | Packaging | Printer | OwnerDescription: Shipping Area Label Printer | 2025-05-20T17:15:00 | IF30181342 | Quinones Debra (FE CF OPC MM EPI MLOG SHI) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-013-fab.na.lan | Gi1/0/14 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1416821 | FALSE | 00:55:DA:34:12:AE | Printer | 7 | AME | MES | Mesa | EPI | Epi | Shipping Area | IT | infineon\quinones | infineon\aobukho1 | | Novexx XLP 606 | 10.95.33.37 | WINDOWS 11 Build 22621 (22H2) | FALSE | Packaging | Printer | OwnerDescription: shipping Label Printer | 2025-05-20T17:15:00 | IF30181342 | Quinones Debra (FE CF OPC MM EPI MLOG SHI) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-013-fab.na.lan | Gi1/0/1 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1416823 | FALSE | 00:55:DA:34:06:B8 | Printer | 7 | AME | MES | Mesa | EPI | Epi | Shipping Area | IT | infineon\quinones | infineon\aobukho1 | | Novexx XLP 604 | 10.95.33.68 | WINDOWS 11 Build 22631 (23H2) | FALSE | Packaging | Printer | OwnerDescription: Shipping Label Printer XLP 604 | 2025-05-20T17:15:00 | IF30181342 | Quinones Debra (FE CF OPC MM EPI MLOG SHI) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-013-fab.na.lan | Gi1/0/2 | FALSE | | | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 1424412 | FALSE | 7C:57:58:63:C1:28 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.53 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/41 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1428745 | FALSE | E0:73:E7:C4:0D:E9 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-004.na.lan | | | | | | 10.95.33.41 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/8 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1430667 | FALSE | E0:73:E7:C4:0D:20 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | | | | | | 10.95.33.61 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/10 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1430668 | FALSE | E0:73:E7:C4:35:90 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | | | | | | 10.95.33.58 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/37 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1435067 | FALSE | 14:84:73:36:64:53 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.64.64 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/25 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435089 | FALSE | 14:84:73:36:63:D6 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.64.38 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/26 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435152 | FALSE | 14:84:73:36:64:1B | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-012.na.lan | IT | | | | | 10.95.64.39 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/5 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435182 | FALSE | 24:D7:9C:77:EE:94 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | IT | | | | | 10.95.64.59 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/28 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435580 | FALSE | 14:84:73:36:61:6E | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | IT | | | | | 10.95.64.57 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/39 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1435581 | FALSE | 14:84:73:36:64:4F | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | IT | | | | | 10.95.64.45 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/7 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1504560 | FALSE | 00:90:E8:6E:3C:1A | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-013-fab.na.lan | | | | WC8INCH2.MES.INFINEON.COM | | 10.95.154.48 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/22 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1504561 | FALSE | 00:90:E8:6E:3C:19 | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-013-fab.na.lan | | | | WC8INCH1.MES.INFINEON.COM | | 10.95.154.47 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/11 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1528826 | FALSE | 00:90:E8:6E:3C:36 | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-013-fab.na.lan | | | | WC8INCH3.MES.INFINEON.COM | | 10.95.154.49 | | FALSE | | | | 2025-02-10T17:15:00 | | | | | sa-us-mes-001-013-fab.na.lan | Gi1/0/4 | TRUE | | No Isolation | | Offline | 100 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 366206 | FALSE | 6C:0B:84:E3:91:CD | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\tcarrie1 | infineon\mcouste1 | MESD1UNITY8.ifxcep.net | Unity Box Hg1 & Hg2 & Hg3 | 10.95.192.28 | WINDOWS 7 | FALSE | Production | Workplace | workstation | 2023-02-10T16:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | IF30091009 | Cousten Mark (FE CF MES P UPE) | sa-us-mes-001-013.na.lan | Gi1/0/30 | TRUE | | No Isolation | | Prepared to delete | 831 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 388913 | FALSE | 00:1B:1B:C3:64:41 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\mdoty1 | | R51CROOM.mes.infineon.com | Reacor | 10.95.25.49 | | FALSE | EPI | PLC | Reactor | 2020-04-24T17:15:00 | | | | | sa-us-mes-001-013.na.lan | Gi1/0/34 | TRUE | | No Isolation | | Prepared to delete | 1853 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 456460 | FALSE | 00:03:2D:15:07:66 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | Cleanroom | | infineon\tcarrie1 | | cde-xp-home. | | 10.95.33.58 | | FALSE | Metrology | | | 2023-06-20T16:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | | | sa-us-mes-001-013.na.lan | Gi1/0/11 | TRUE | | No Isolation | | Prepared to delete | 701 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 544138 | FALSE | 00:90:E8:6E:3C:37 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | | | NP5110_3179.na.ec.local | CEP Spare | 10.95.154.19 | Embedded System | FALSE | | Interface | | 2024-07-30T16:15:00 | | | | | sa-us-mes-001-013.na.lan | Gi1/0/6 | TRUE | | No Isolation | | Prepared to delete | 295 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 565612 | FALSE | 20:87:56:6C:EC:3E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | R51 Epi Area | | infineon\evansbra | infineon\goodwide | ADMIN-PC.MES.INFINEON.COM | R51CROOM Siemens HMI | 10.95.25.49 | Embedded System | FALSE | EPI | Measurement Device | measurement | 2020-04-28T17:15:00 | | | IF30106721 | Goodwin Jr Dennis (FE CF MES P UPE) | sa-us-mes-001-013.na.lan | Gi1/0/34 | TRUE | | No Isolation | | Prepared to delete | 1849 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 566037 | FALSE | 20:87:56:6D:96:B6 | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | | | MESD1R51CROOM1.MES.INFINEON.COM | | 10.95.25.41 | WINDOWS 7 | FALSE | | | | 2023-06-05T16:15:00 | | | | | sa-us-mes-001-013.na.lan | Gi1/0/34 | TRUE | | No Isolation | | Prepared to delete | 716 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 938558 | FALSE | E0:BB:9E:29:7F:E5 | Printer | 7 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-013.na.lan | IT | infineon\torreand | infineon\aobukho1 | | MESFAB-CL-PRT2 | 10.95.25.242 | | FALSE | Production | | MESFAB-CL-PRT2 | 2022-03-16T01:15:00 | IF30122674 | Torres Andrew (FE CF MES P MNT SH) | IF30095245 | Obukhoff Anton (IT OS WP OA AMW) | sa-us-mes-001-013.na.lan | Gi1/0/19 | FALSE | | | | Prepared to delete | 1162 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Printer | | | | |
|
||||
| 974909 | FALSE | 02:02:09:1F:B7:C6 | Broker (iSIG) | 34 | AME | MES | Mesa | . | . | | IT | infineon\davisdanny | infineon\chiorean | mesisig0202 | | 10.95.100.10 | | TRUE | Analytics | Network Device | | 2024-07-30T11:15:00 | IF30146844 | Davis Danny (IT OS WP NI AM) | IF30070817 | Chiorean Calin (IT OS WP NI SDN) | sa-us-mes-001-013.na.lan | Gi1/0/47 | FALSE | | | | Prepared to delete | 295 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Broker | | | | |
|
||||
| 367019 | FALSE | 6C:0B:84:E3:AD:7E | Custom Endpoint | 9 | AME | MES | Mesa | 001 | n/a | . | | infineon\tcarrie1 | infineon\rivard | MESD1UNITY4.IFXCEP.NET | Unity Box Hg1 & Hg2 & Hg3 | 10.95.154.18 | WINDOWS 7 | FALSE | EPI | Workplace | | 2024-10-09T17:15:00 | IF30090999 | Carrier Todd (FE CF MES P UPE) | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/8 | TRUE | | No Isolation | | Prepared to delete | 224 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 428337 | FALSE | 00:90:E8:6E:3C:30 | Custom Endpoint | 9 | AME | MES | Mesa | Mesa | Main | Cleanroom | | infineon\rivard | infineon\crisp | nPort | CDE5 | 10.95.154.44 | | FALSE | Automation | Equipment Integration | ; OwnerDescription: | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/10 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 990993 | FALSE | 00:01:05:67:FE:05 | Broker (iSIG) | 34 | AME | MES | Mesa | . | | | IT | | | | | 10.95.100.8 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/45 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Broker | | | | |
|
||||
| 1339631 | FALSE | 70:A8:D3:CA:79:E8 | Standard Client Windows | 27 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-003.na.lan | | | | | | 10.95.36.98 | | FALSE | | | | 2025-05-12T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Po10 | FALSE | | | | Active | 9 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 1382844 | FALSE | D0:4D:C6:C5:1F:71 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-014.na.lan | IT | | | AP-US-MES-009.MES.INFINEON.COM | | 10.95.8.81 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/48 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1382846 | FALSE | D0:4D:C6:C5:1D:73 | Network Services | 4 | AME | MES | Mesa | 001 | n/a | sa-us-mes-001-014.na.lan | IT | | | AP-US-MES-011.MES.INFINEON.COM | | 10.95.8.72 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/47 | FALSE | | | | Active | 1 | FALSE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1454518 | FALSE | 00:11:25:1B:F0:A8 | Custom Endpoint | 9 | AME | MES | Mesa | Fab | Fab | | | infineon\knewger1 | infineon\phares | epipro4046 | R42 | 10.95.154.34 | WINDOWS XP | FALSE | Deposition | Equipment Integration | OwnerDescription: | 2025-05-20T17:15:00 | IF30091175 | Newger Kenneth (FE CF MES P MNT SH) | IF30135815 | Phares Mike (CSC FI SPS MESLEO) | sa-us-mes-001-014-fab.na.lan | Gi1/0/4 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | TRUE | Custom Endpoint | | | | |
|
||||
| 1504556 | FALSE | 00:C0:E5:00:05:D0 | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-014-fab.na.lan | | | | | | 10.95.154.53 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/18 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1504557 | FALSE | 00:C0:E5:00:02:ED | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-014-fab.na.lan | | | | | | 10.95.154.52 | | FALSE | | | | 2024-10-18T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/24 | TRUE | | No Isolation | | Prepared to delete | 215 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1528827 | FALSE | 00:C0:E5:00:09:43 | Custom Endpoint | 9 | AME | MES | Mesa | n/a | n/a | sa-us-mes-001-014-fab.na.lan | | | | | | 10.95.154.77 | | FALSE | | | | 2025-05-20T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Gi1/0/22 | TRUE | | No Isolation | | Active | 1 | TRUE | | FALSE | FALSE | | FALSE | FALSE | | | | | |
|
||||
| 1597416 | FALSE | 10:2F:CA:04:2A:99 | Standard Mobil (ISM) | 32 | AME | MES | Mesa | 001 | n/a | ss-us-mes-001-001b.na.lan | | | | | | 10.95.160.95 | | FALSE | | | | 2025-05-15T17:15:00 | | | | | sa-us-mes-001-014-fab.na.lan | Po10 | FALSE | | | | Active | 6 | FALSE | | FALSE | FALSE | | TRUE | FALSE | | | | | |
|
||||
| 974910 | FALSE | 02:02:09:57:7E:DA | Broker (iSIG) | 34 | AME | MES | Mesa | . | . | | IT | infineon\davisdanny | infineon\chiorean | mesisig0205 | | 10.95.100.8 | | TRUE | Analytics | Network Device | | 2024-07-29T16:15:00 | IF30146844 | Davis Danny (IT OS WP NI AM) | IF30070817 | Chiorean Calin (IT OS WP NI SDN) | sa-us-mes-001-014.na.lan | Gi1/0/45 | FALSE | | | | Prepared to delete | 296 | FALSE | | FALSE | FALSE | | FALSE | TRUE | Broker | | | | |
|
@ -1,11 +1,13 @@
|
||||
---
|
||||
assigned: ''
|
||||
created: 2024-01-06T01:25:36.338Z
|
||||
ip: 10.95.154.10
|
||||
namespace: MET08THFTIRSTRATUS
|
||||
physical-address: 1C:6F:65:C3:51:DB
|
||||
type: port
|
||||
updated: 2024-07-11T15:41:28.381Z
|
||||
type: "port"
|
||||
assigned: ""
|
||||
physical-address: "1C:6F:65:C3:51:DB"
|
||||
ip: "10.95.154.10"
|
||||
namespace: "MET08THFTIRSTRATUS"
|
||||
created: "2024-01-06T01:25:36.338Z"
|
||||
updated: "2024-01-06T01:25:36.338Z"
|
||||
---
|
||||
|
||||
# file-bio-rad-stratus-4-445
|
||||
|
||||
- [ ] [2003](../fileshare/2003.md)
|
||||
|
@ -1,11 +1,13 @@
|
||||
---
|
||||
assigned: ''
|
||||
created: 2024-01-06T01:25:36.252Z
|
||||
ip: 10.95.154.11
|
||||
namespace: MET08THFTIRSTRATUS
|
||||
physical-address: 00:30:48:43:DE:97
|
||||
type: port
|
||||
updated: 2024-07-11T15:42:10.237Z
|
||||
type: "port"
|
||||
assigned: ""
|
||||
physical-address: "00:30:48:43:DE:97"
|
||||
ip: "10.95.154.11"
|
||||
namespace: "MET08THFTIRSTRATUS"
|
||||
created: "2024-01-06T01:25:36.252Z"
|
||||
updated: "2024-01-06T01:25:36.252Z"
|
||||
---
|
||||
|
||||
# file-bio-rad-stratus-5-445
|
||||
|
||||
- [ ] [2003](../fileshare/2003.md)
|
||||
|
@ -1,20 +1,17 @@
|
||||
---
|
||||
created: 2024-03-05T01:23:57.108Z
|
||||
IP: 10.89.140.11
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:11.529Z
|
||||
type: "server"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
IP: "10.89.140.11"
|
||||
created: "2024-03-05T01:23:57.108Z"
|
||||
updated: "2024-03-06T15:26:30.700Z"
|
||||
---
|
||||
|
||||
# leosaec17
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoyodasvc](../account/leoyodasvc.md)
|
||||
- [x] [ecusleosaec17stl](../account/ecusleosaec17stl.md)
|
||||
- [ ] [ec]()
|
||||
|
||||
### Info
|
||||
|
||||
@ -37,7 +34,7 @@ Short Description: Stealth YODA
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [ ] Ask Travis to remove MES from stl account
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
@ -46,33 +43,30 @@ Short Description: Stealth YODA
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] Windows updates Tue Feb 20 2024 09:24:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install FreeFileSync_13.3_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
|
||||
|
||||
``` PowerShell
|
||||
Expand-Archive -Force "D:\Tmp\fs\VSCode Install\002\VSCodeUserSetup-x64-1.81.0-insider\vscode-1.81.0-insider-268f34992c5d826a08e4b72013f95af9683044ea-extensions.zip" C:\Users\MESPhares\.vscode-insiders
|
||||
```
|
||||
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [x] Add ECUSMES%Stl to Administrators
|
||||
- [x] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [x] Restart only `Unisys Stealth Protocol` service
|
||||
- [x] IP, accounts send to Jeremy L
|
||||
- [x] Change logon user for services
|
||||
- [x] Green in Stealth
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Green in Stealth
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add MESPhares as full control over D:\Tmp\phares and app specific directories
|
||||
- [ ] Add service account to app specific directories
|
||||
- [ ] Copied nuget config
|
||||
- [ ] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora - Wed Sep 06 2023
|
||||
- [ ] VSCode - Setting repo
|
||||
- [ ] RDG - MesPhares Group
|
||||
|
||||
- [x] Windows updates Thu Feb 01 2024 11:58:05 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 20 2024 07:35:57 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon May 20 2024 09:22:46 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] dotnet-sdk-8.0.108-win-x64.exe Mon Sep 09 2024 14:14:39 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 10:13:26 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:14:04 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,20 +1,17 @@
|
||||
---
|
||||
created: 2024-03-05T01:23:57.108Z
|
||||
IP: 10.89.140.14
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:05.970Z
|
||||
type: "server"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
IP: "10.89.140.14"
|
||||
created: "2024-03-05T01:23:57.108Z"
|
||||
updated: "2024-03-06T15:25:53.269Z"
|
||||
---
|
||||
|
||||
# leosaec18
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoyodasvc](../account/leoyodasvc.md)
|
||||
- [x] [ecusleosaec18stl](../account/ecusleosaec18stl.md)
|
||||
- [ ] [ec]()
|
||||
|
||||
### Info
|
||||
|
||||
@ -37,7 +34,7 @@ Short Description: Stealth Yoda
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [ ] Ask Travis to remove MES from stl account
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
@ -47,33 +44,30 @@ Short Description: Stealth Yoda
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] Windows updates Tue Feb 20 2024 09:24:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install FreeFileSync_13.3_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
|
||||
|
||||
``` PowerShell
|
||||
Expand-Archive -Force D:\Tmp\Phares\002\VSCodeUserSetup-x64-1.81.0-insider\vscode-1.81.0-insider-268f34992c5d826a08e4b72013f95af9683044ea-extensions.zip C:\Users\MESPhares\.vscode-insiders
|
||||
```
|
||||
|
||||
- [x] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [x] Add ECUSMES%Stl to Administrators
|
||||
- [x] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [x] Restart only `Unisys Stealth Protocol` service
|
||||
- [x] IP, accounts send to Jeremy L
|
||||
- [x] Change logon user for services
|
||||
- [x] Green in Stealth
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Green in Stealth
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add MESPhares as full control over D:\Tmp\phares and app specific directories
|
||||
- [ ] Add service account to app specific directories
|
||||
- [ ] Copied nuget config
|
||||
- [ ] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora - Wed Sep 06 2023
|
||||
- [ ] VSCode - Setting repo
|
||||
- [ ] RDG - MesPhares Group
|
||||
|
||||
- [x] Windows updates Thu Feb 01 2024 11:58:05 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 20 2024 07:35:57 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon May 20 2024 09:22:11 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 10:13:57 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:13:00 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,20 +1,17 @@
|
||||
---
|
||||
created: 2024-03-05T01:23:57.109Z
|
||||
IP: 10.89.140.13
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:09.322Z
|
||||
type: "server"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
IP: "10.89.140.13"
|
||||
created: "2024-03-05T01:23:57.109Z"
|
||||
updated: "2024-03-06T15:25:06.501Z"
|
||||
---
|
||||
|
||||
# leosaec19
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoyodasvc](../account/leoyodasvc.md)
|
||||
- [x] [ecusleosaec19stl](../account/ecusleosaec19stl.md)
|
||||
- [ ] [ec]()
|
||||
|
||||
### Info
|
||||
|
||||
@ -37,7 +34,7 @@ Short Description: Stealth Yoda
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [ ] Ask Travis to remove MES from stl account
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
@ -47,33 +44,30 @@ Short Description: Stealth Yoda
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] Windows updates Tue Feb 20 2024 09:24:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install FreeFileSync_13.3_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
|
||||
|
||||
``` PowerShell
|
||||
Expand-Archive -Force D:\Tmp\Phares\002\VSCodeUserSetup-x64-1.81.0-insider\vscode-1.81.0-insider-268f34992c5d826a08e4b72013f95af9683044ea-extensions.zip C:\Users\MESPhares\.vscode-insiders
|
||||
```
|
||||
|
||||
- [x] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [x] Add ECUSMES%Stl to Administrators
|
||||
- [x] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [x] Restart only `Unisys Stealth Protocol` service
|
||||
- [x] IP, accounts send to Jeremy L
|
||||
- [x] Change logon user for services
|
||||
- [x] Green in Stealth
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Green in Stealth
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add MESPhares as full control over D:\Tmp\phares and app specific directories
|
||||
- [ ] Add service account to app specific directories
|
||||
- [ ] Copied nuget config
|
||||
- [ ] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora - Wed Sep 06 2023
|
||||
- [ ] VSCode - Setting repo
|
||||
- [ ] RDG - MesPhares Group
|
||||
|
||||
- [x] Windows updates Thu Feb 01 2024 11:58:05 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 20 2024 07:35:57 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon May 20 2024 09:22:26 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 10:13:42 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:13:37 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,74 +0,0 @@
|
||||
---
|
||||
created: 2024-06-11T15:39:45.286Z
|
||||
IP: 10.89.140.17
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:13.800Z
|
||||
---
|
||||
|
||||
# leosaecuwm03
|
||||
|
||||
## LEOSAECUWM03
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leouwmsvc](../account/leouwmsvc.md)
|
||||
- [x] [ecusleosaecuwm03stl](../account/ecusleosaecuwm03stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: "CMDB50000830137"
|
||||
Name: "LEOSAECUWM03"
|
||||
Serial Number: ""
|
||||
Type: "Windows Server (virtual)"
|
||||
Status: "Deployed"
|
||||
Tier1: "Data Center Services"
|
||||
Tier2: "Data Center Services"
|
||||
Tier3: "Server Environment - Windows"
|
||||
Region: "NA"
|
||||
Site: "Leominster"
|
||||
Primary Function: "Manufacturing Services"
|
||||
OLA: "Silver"
|
||||
UsageType: "Production"
|
||||
Short Description: "UVM Production"
|
||||
```
|
||||
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [x] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
|
||||
|
||||
``` PowerShell
|
||||
Expand-Archive -Force "D:\Tmp\fs\VSCode Install\002\VSCodeUserSetup-x64-1.81.0-insider\vscode-1.81.0-insider-268f34992c5d826a08e4b72013f95af9683044ea-extensions.zip" C:\Users\MESPhares\.vscode-insiders
|
||||
```
|
||||
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [x] Add ECUSMES%Stl to Administrators
|
||||
- [x] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [x] Restart only `Unisys Stealth Protocol` service
|
||||
- [x] IP, accounts send to Jeremy L
|
||||
- [x] Change logon user for services
|
||||
- [x] Green in Stealth
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [x] Windows updates Mon Nov 18 2024 10:13:12 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:30:25 GMT-0700 (Mountain Standard Time)
|
@ -1,68 +0,0 @@
|
||||
---
|
||||
created: 2024-07-09T17:23:14.894Z
|
||||
IP: 10.89.140.20
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:11:13.213Z
|
||||
---
|
||||
|
||||
# leoscaeafec01
|
||||
|
||||
## LEOSCAEAFEC01
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoeafsvc](../account/leoeafsvc.md)
|
||||
- [ ] [ecusleoscaeafec01stl](../account/ecusleoscaeafec01stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: CMDB50000835030
|
||||
Name: LEOSCAEAFEC01
|
||||
Serial Number:
|
||||
Type: Windows Server (virtual)
|
||||
Status: Deployed
|
||||
Tier1: Data Center Services
|
||||
Tier2: Data Center Services
|
||||
Tier3: Server Environment - Windows
|
||||
Region: NA
|
||||
Site: Leominster
|
||||
Primary Function: Manufacturing Services
|
||||
OLA: Silver
|
||||
UsageType: Production
|
||||
Short Description: EAF
|
||||
```
|
||||
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [ ] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [X] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Green in Stealth
|
||||
- [x] Windows updates Mon Nov 18 2024 10:10:38 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:10:07 GMT-0700 (Mountain Standard Time)
|
@ -1,69 +0,0 @@
|
||||
---
|
||||
created: 2024-07-09T17:23:13.588Z
|
||||
IP: 10.89.140.25
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:28.918Z
|
||||
---
|
||||
|
||||
# leoscaedaec01
|
||||
|
||||
## LEOSCAEDAEC01
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoedasvc](../account/leoedasvc.md)
|
||||
- [ ] [ecusleoscaedaec01stl](../account/ecusleoscaedaec01stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: CMDB50000835028
|
||||
Name: LEOSCAEDAEC01
|
||||
Serial Number:
|
||||
Type: Windows Server (virtual)
|
||||
Status: Deployed
|
||||
Tier1: Data Center Services
|
||||
Tier2: Data Center Services
|
||||
Tier3: Server Environment - Windows
|
||||
Region: NA
|
||||
Site: Leominster
|
||||
Primary Function: Manufacturing Services
|
||||
OLA: Standard
|
||||
UsageType: Production
|
||||
Short Description: EAF
|
||||
Short Description: EDA
|
||||
```
|
||||
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [ ] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Green in Stealth
|
||||
- [x] Windows updates Mon Nov 18 2024 10:11:47 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:11:00 GMT-0700 (Mountain Standard Time)
|
@ -1,69 +0,0 @@
|
||||
---
|
||||
created: 2024-07-09T17:23:14.181Z
|
||||
IP: 10.89.140.26
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:28.919Z
|
||||
---
|
||||
|
||||
# leoscaedaec02
|
||||
|
||||
## LEOSCAEDAEC02
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoedasvc](../account/leoedasvc.md)
|
||||
- [ ] [ecusleoscaedaec02stl](../account/ecusleoscaedaec02stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: CMDB50000835029
|
||||
Name: LEOSCAEDAEC02
|
||||
Serial Number:
|
||||
Type: Windows Server (virtual)
|
||||
Status: Deployed
|
||||
Tier1: Data Center Services
|
||||
Tier2: Data Center Services
|
||||
Tier3: Server Environment - Windows
|
||||
Region: NA
|
||||
Site: Leominster
|
||||
Primary Function: Manufacturing Services
|
||||
OLA: Silver
|
||||
UsageType: Production
|
||||
Short Description: EAF
|
||||
Short Description: EDA
|
||||
```
|
||||
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [ ] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Green in Stealth
|
||||
- [x] Windows updates Mon Nov 18 2024 10:11:57 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:11:24 GMT-0700 (Mountain Standard Time)
|
@ -1,75 +0,0 @@
|
||||
---
|
||||
created: 2024-06-11T15:38:39.747Z
|
||||
IP: 10.89.140.15
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Test
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:18.720Z
|
||||
---
|
||||
|
||||
# leotsaecuwm01
|
||||
|
||||
## LEOTSAECUWM01
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leouwmsvc](../account/leouwmsvc.md)
|
||||
- [x] [ecusleotsaecuwm01stl](../account/ecusleotsaecuwm01stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: "CMDB50000830138"
|
||||
Name: "LEOTSAECUWM01"
|
||||
Serial Number: ""
|
||||
Type: "Windows Server (virtual)"
|
||||
Status: "Deployed"
|
||||
Tier1: "Data Center Services"
|
||||
Tier2: "Data Center Services"
|
||||
Tier3: "Server Environment - Windows"
|
||||
Region: "NA"
|
||||
Site: "Leominster"
|
||||
Primary Function: "Manufacturing Services"
|
||||
OLA: "Best Effort"
|
||||
UsageType: "Test"
|
||||
Short Description: "UWM test"
|
||||
```
|
||||
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [x] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] mkdir D:\Tmp\Phares
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
|
||||
|
||||
``` PowerShell
|
||||
Expand-Archive -Force "D:\Tmp\fs\VSCode Install\002\VSCodeUserSetup-x64-1.81.0-insider\vscode-1.81.0-insider-268f34992c5d826a08e4b72013f95af9683044ea-extensions.zip" C:\Users\MESPhares\.vscode-insiders
|
||||
```
|
||||
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [x] Add ECUSMES%Stl to Administrators
|
||||
- [x] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [x] Restart only `Unisys Stealth Protocol` service
|
||||
- [x] IP, accounts send to Jeremy L
|
||||
- [x] Change logon user for services
|
||||
- [x] Green in Stealth
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [x] Windows updates Mon Nov 18 2024 10:12:44 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:14:27 GMT-0700 (Mountain Standard Time)
|
@ -1,74 +0,0 @@
|
||||
---
|
||||
created: 2024-06-11T15:39:00.113Z
|
||||
IP: 10.89.140.16
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Stage
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:16.330Z
|
||||
---
|
||||
|
||||
# leotsaecuwm02
|
||||
|
||||
## LEOTSAECUWM02
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leouwmsvc](../account/leouwmsvc.md)
|
||||
- [x] [ecusleotsaecuwm02stl](../account/ecusleotsaecuwm02stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: "CMDB50000830139"
|
||||
Name: "LEOTSAECUWM02"
|
||||
Serial Number: ""
|
||||
Type: "Windows Server (virtual)"
|
||||
Status: "Deployed"
|
||||
Tier1: "Data Center Services"
|
||||
Tier2: "Data Center Services"
|
||||
Tier3: "Server Environment - Windows"
|
||||
Region: "NA"
|
||||
Site: "Leominster"
|
||||
Primary Function: "Manufacturing Services"
|
||||
OLA: "Standard"
|
||||
UsageType: "Test"
|
||||
Short Description: "UWM Staging"
|
||||
```
|
||||
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [x] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
|
||||
|
||||
``` PowerShell
|
||||
Expand-Archive -Force "D:\Tmp\fs\VSCode Install\002\VSCodeUserSetup-x64-1.81.0-insider\vscode-1.81.0-insider-268f34992c5d826a08e4b72013f95af9683044ea-extensions.zip" C:\Users\MESPhares\.vscode-insiders
|
||||
```
|
||||
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [x] Add ECUSMES%Stl to Administrators
|
||||
- [x] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [x] Restart only `Unisys Stealth Protocol` service
|
||||
- [x] IP, accounts send to Jeremy L
|
||||
- [x] Change logon user for services
|
||||
- [x] Green in Stealth
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [x] Windows updates Mon Nov 18 2024 10:12:59 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:12:27 GMT-0700 (Mountain Standard Time)
|
@ -1,70 +0,0 @@
|
||||
---
|
||||
created: 2024-07-09T17:23:06.822Z
|
||||
IP: 10.89.140.29
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Test
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:11:10.780Z
|
||||
---
|
||||
|
||||
# leotscaapcec01
|
||||
|
||||
## LEOTSCAAPCEC01
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoapcsvc](../account/leoapcsvc.md)
|
||||
- [ ] [ecusleotscaapcec01stl](../account/ecusleotscaapcec01stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: CMDB50000834925
|
||||
Name: LEOTSCAAPCEC01
|
||||
Serial Number:
|
||||
Type: Windows Server (virtual)
|
||||
Status: Deployed
|
||||
Tier1: Data Center Services
|
||||
Tier2: Data Center Services
|
||||
Tier3: Server Environment - Windows
|
||||
Region: NA
|
||||
Site: Leominster
|
||||
Primary Function: Manufacturing Services
|
||||
OLA: Best Effort
|
||||
UsageType: Test
|
||||
Short Description: EAF
|
||||
Short Description: APC
|
||||
```
|
||||
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [ ] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Green in Stealth
|
||||
- [x] Windows updates Mon Nov 18 2024 10:10:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:09:06 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,69 +0,0 @@
|
||||
---
|
||||
created: 2024-07-09T17:19:42.382Z
|
||||
IP: 10.89.140.30
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Test
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:14:21.028Z
|
||||
---
|
||||
|
||||
# leotscaedaec01
|
||||
|
||||
## LEOTSCAEDAEC01
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoedasvc](../account/leoedasvc.md)
|
||||
- [ ] [ecusleotscaedaec01stl](../account/ecusleotscaedaec01stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: CMDB50000835026
|
||||
Name: LEOTSCAEDAEC01
|
||||
Serial Number:
|
||||
Type: Windows Server (virtual)
|
||||
Status: Deployed
|
||||
Tier1: Data Center Services
|
||||
Tier2: Data Center Services
|
||||
Tier3: Server Environment - Windows
|
||||
Region: NA
|
||||
Site: Leominster
|
||||
Primary Function: Manufacturing Services
|
||||
OLA: Best Effort
|
||||
UsageType: Test
|
||||
Short Description: EAF
|
||||
Short Description: EDA
|
||||
```
|
||||
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [ ] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Green in Stealth
|
||||
- [x] Windows updates Mon Nov 18 2024 10:12:30 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:11:54 GMT-0700 (Mountain Standard Time)
|
@ -1,68 +0,0 @@
|
||||
---
|
||||
created: 2024-07-09T17:23:11.725Z
|
||||
IP: 10.89.140.31
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Test
|
||||
- EC
|
||||
type: server
|
||||
updated: 2024-11-18T17:11:16.044Z
|
||||
---
|
||||
|
||||
# leotscseafec01
|
||||
|
||||
## LEOTSCSEAFEC01
|
||||
|
||||
## Account(s)
|
||||
|
||||
- [x] [leoeafsvc](../account/leoeafsvc.md)
|
||||
- [ ] [ecusleotscseafec01stl](../account/ecusleotscseafec01stl.md)
|
||||
|
||||
```yaml
|
||||
Asset ID: CMDB50000835027
|
||||
Name: LEOTSCSEAFEC01
|
||||
Serial Number:
|
||||
Type: Windows Server (virtual)
|
||||
Status: Deployed
|
||||
Tier1: Data Center Services
|
||||
Tier2: Data Center Services
|
||||
Tier3: Server Environment - Windows
|
||||
Region: NA
|
||||
Site: Leominster
|
||||
Primary Function: Manufacturing Services
|
||||
OLA: Best Effort
|
||||
UsageType: Test
|
||||
Short Description: EAF
|
||||
```
|
||||
|
||||
- [x] Uncheck `Show desktop items`
|
||||
- [x] Set Taskbar order
|
||||
- [x] Open file explore to: This PC
|
||||
- [x] Uncheck "When I snap a window, show what I can snap next to it"- [ ] MusNotificationUx
|
||||
- [x] Install-WindowsUpdate -AcceptAll -IgnoreReboot
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] mkdir %localappdata%\IFXApps
|
||||
- [x] mkdir %AppData%\Nuget
|
||||
- [x] mkdir %appdata%\Microsoft\UserSecrets
|
||||
- [x] shell:SendTo
|
||||
- [x] Copied nuget config
|
||||
- [x] Install FreeFileSync_13.6_Windows_Setup.exe
|
||||
- [x] Install 001 Git-2.32.0-64-bit.exe
|
||||
- [x] Install VSCode
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] Add service account to Administrators
|
||||
- [x] Ask Travis to remove MES from stl account
|
||||
- [x] Windows updates Tue Jul 16 2024 10:18:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] tnsnames.ora - Physical server via File-Folder-Helper.exe s O C:/programs -t C:/Users/MESPhares/AppData/Local/IFXApps/sqldeveloper/tnsnames.ora
|
||||
- [x] del "C:\Program Files\Git\etc\gitconfig"
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] Install File-Watcher-Event-Log service
|
||||
- [ ] Install NRZ_SERVER_WIN_IWA_5.2.072.10_Package_v004.exe
|
||||
- [ ] Add ECUSMES%Stl to Administrators
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Green in Stealth
|
||||
- [x] Windows updates Mon Nov 18 2024 10:10:56 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:10:37 GMT-0700 (Mountain Standard Time)
|
@ -18,7 +18,4 @@ IP: "10.95.176.44"
|
||||
|
||||
- [ ] [unknown](../account/unknown.md)
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] VSCode Sync 1748887327117 = 638844841271170000 = 2025-2.Spring = Mon Jun 02 2025 11:02:06 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Git-2.49.0-64-bit.exe 1748888700680 = 638844855006800000 = 2025-2.Spring = Mon Jun 02 2025 11:25:00 GMT-0700 (Mountain Standard Time)
|
||||
## Comment 2023-07-17
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-11-29T18:39:27.615Z"'
|
||||
description: '"Metrology GaN App Server"'
|
||||
IP: '"10.95.140.37"'
|
||||
Number of CPU Cores: '"2"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"84"'
|
||||
Total Physical Memory (MB): '"8,191.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-20T17:05:48.764Z
|
||||
type: "server"
|
||||
description: "Metrology GaN App Server"
|
||||
created: "2023-11-29T18:39:27.615Z"
|
||||
updated: "2023-11-29T18:39:27.615Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "2"
|
||||
Total Physical Memory (MB): "8,191.00"
|
||||
Total HD Capacity (GB): "84"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.37"
|
||||
---
|
||||
|
||||
# messa010ec
|
||||
@ -81,14 +81,3 @@ Expand-Archive -Force D:\ProgramData\messa010ec\vscode-1.81.0-insider-268f34992c
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 11:13:59 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 10:05:47 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 10:04:11 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Control Panel\All Control Panel Items\Security and Maintenance Tue Jan 21 2025 14:13:29 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 10:10:54 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] Windows updates Tue May 20 2025 10:16:49 GMT-0700 (Mountain Standard Time)
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-11-17T16:10:01.751Z"'
|
||||
description: '"EAF GaN Runtime Agent Server - Prod"'
|
||||
IP: '"10.95.140.38"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"79"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-20T19:28:48.446Z
|
||||
type: "server"
|
||||
description: "EAF GaN Runtime Agent Server - Prod"
|
||||
created: "2023-11-17T16:10:01.751Z"
|
||||
updated: "2024-04-10T17:26:27.367Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "79"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.38"
|
||||
---
|
||||
|
||||
# messa011ec
|
||||
@ -77,26 +77,3 @@ net use o: \\10.95.1.211\Share /Persistent:YES
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 09:50:09 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 10:06:05 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 12:28:47 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Control Panel\All Control Panel Items\Security and Maintenance Tue Jan 21 2025 14:13:29 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 09:49:25 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] Windows updates Tue Apr 15 2025 12:09:29 GMT-0700 (Mountain Standard Time)
|
||||
|
||||
```conf 1744742476352 = 638803392763520000 = 2025-1.Spring = Tue Apr 15 2025 11:41:15 GMT-0700 (Mountain Standard Time)
|
||||
Assign to Burboz Surge (IT OS IC WA AME)
|
||||
In-place Windows upgrade to 2022
|
||||
messa011ec.infineon.com
|
||||
Service account: ecmesEAF
|
||||
IP: 10.95.140.38
|
||||
```
|
||||
|
||||
- [x] Set services to manual
|
||||
- [x] 254308 - ORD3418730 - INC000008314883
|
||||
- [x] Windows updates Wed May 21 2025 08:13:46 GMT-0700 (Mountain Standard Time)
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:45.870Z
|
||||
description: APC Trend Prod App Server 1
|
||||
IP: 10.95.140.39
|
||||
Number of CPU Cores: 4
|
||||
Owner:
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
Total HD Capacity (GB): 180
|
||||
Total Physical Memory (MB): 8,190.00
|
||||
type: server
|
||||
updated: 2024-11-18T16:42:14.271Z
|
||||
type: "server"
|
||||
description: "APC Trend Prod App Server 1"
|
||||
created: "2024-01-14T02:17:45.870Z"
|
||||
updated: "2024-04-10T16:07:31.392Z"
|
||||
tags: ["Prod", "EC", "C"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "8,190.00"
|
||||
Total HD Capacity (GB): "180"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.39"
|
||||
---
|
||||
|
||||
# messa012ec
|
||||
@ -77,7 +75,3 @@ Expand-Archive -Force \\mesfs.infineon.com\mestsa02ec\vscode-1.81.0-insider-268f
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 09:00:38 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:37:48 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 09:41:57 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 06:58:10 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:15:25 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:44.680Z
|
||||
description: APC Trend
|
||||
IP: 10.95.140.40
|
||||
Number of CPU Cores: 4
|
||||
Owner:
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
Total HD Capacity (GB): 179
|
||||
Total Physical Memory (MB): 8,190.00
|
||||
type: server
|
||||
updated: 2024-11-18T16:42:18.074Z
|
||||
type: "server"
|
||||
description: "APC Trend"
|
||||
created: "2024-01-14T02:17:44.680Z"
|
||||
updated: "2024-04-10T16:07:25.503Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "8,190.00"
|
||||
Total HD Capacity (GB): "179"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.40"
|
||||
---
|
||||
|
||||
# messa013ec
|
||||
@ -77,7 +75,3 @@ Expand-Archive -Force \\mesfs.infineon.com\mestsa02ec\vscode-1.81.0-insider-268f
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 09:00:21 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:35:53 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 09:42:04 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:08:06 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:40:19 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-10-20T04:22:50.373Z"'
|
||||
description: '"YODA Prod App Server 1"'
|
||||
IP: '"10.95.140.41"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"260"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-20T17:06:26.956Z
|
||||
type: "server"
|
||||
description: "YODA Prod App Server 1"
|
||||
created: "2023-10-20T04:22:50.373Z"
|
||||
updated: "2024-04-10T16:33:57.817Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "260"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.41"
|
||||
---
|
||||
|
||||
# messa014ec
|
||||
@ -75,12 +75,3 @@ Expand-Archive -Force \\mesfs.infineon.com\mestsa03ec\vscode-1.81.0-insider-268f
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 11:01:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 10:06:25 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 10:03:44 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 10:12:00 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] Windows updates Thu Apr 03 2025 10:49:13 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 10:01:56 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-10-20T04:22:50.374Z"'
|
||||
description: '"YODA Prod App Server 2"'
|
||||
IP: '"10.95.140.42"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"259"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-20T17:06:32.195Z
|
||||
type: "server"
|
||||
description: "YODA Prod App Server 2"
|
||||
created: "2023-10-20T04:22:50.374Z"
|
||||
updated: "2024-04-10T16:34:04.218Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "259"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.42"
|
||||
---
|
||||
|
||||
# messa015ec
|
||||
@ -75,23 +75,3 @@ Expand-Archive -Force \\mesfs.infineon.com\mestsa03ec\vscode-1.81.0-insider-268f
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 09:51:21 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 10:06:31 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 10:03:27 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 10:12:30 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] Windows updates Tue Apr 15 2025 11:35:46 GMT-0700 (Mountain Standard Time)
|
||||
|
||||
```conf 1744742476352 = 638803392763520000 = 2025-1.Spring = Tue Apr 15 2025 11:41:15 GMT-0700 (Mountain Standard Time)
|
||||
Assign to Burboz Surge (IT OS IC WA AME)
|
||||
In-place Windows upgrade to 2022
|
||||
messa015ec.infineon.com
|
||||
Service account: ecYODAsvc
|
||||
IP: 10.95.140.42
|
||||
```
|
||||
|
||||
- [x] Set services to manual
|
||||
- [x] 254309 - ORD3418729 - INC000008314882
|
||||
- [x] Windows updates Tue May 20 2025 10:08:34 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -23,5 +23,3 @@ IP: "10.95.128.50"
|
||||
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [ ] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,17 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:43.707Z
|
||||
description: Reporting
|
||||
IP: 10.95.176.124
|
||||
Number of CPU Cores:
|
||||
Owner:
|
||||
Populated by Mike:
|
||||
Server Type: messa017
|
||||
tags:
|
||||
- Dev
|
||||
Total HD Capacity (GB):
|
||||
Total Physical Memory (MB):
|
||||
type: server
|
||||
updated: 2024-11-18T17:15:51.428Z
|
||||
type: "server"
|
||||
description: "Reporting"
|
||||
created: "2024-01-14T02:17:43.707Z"
|
||||
updated: "2024-02-01T18:59:54.376Z"
|
||||
tags: ["Dev"]
|
||||
Server Type: "messa017"
|
||||
Number of CPU Cores: ""
|
||||
Total Physical Memory (MB): ""
|
||||
Total HD Capacity (GB): ""
|
||||
Owner: ""
|
||||
Populated by Mike: ""
|
||||
IP: "10.95.176.124"
|
||||
---
|
||||
|
||||
# messa017
|
||||
@ -36,7 +35,4 @@ updated: 2024-11-18T17:15:51.428Z
|
||||
- [x] RDG - MesPhares Group
|
||||
- [x] Windows updates Thu Feb 01 2024 11:59:53 GMT-0700 (Mountain Standard Time)
|
||||
- [x] [artifactory-ifx](https://artifactory.intra.infineon.com)
|
||||
- [x] Windows updates Mon May 20 2024 09:13:28 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:39:34 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 10:15:09 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:03:41 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon May 20 2024 09:13:28 GMT-0700 (Mountain Standard Time)
|
@ -23,4 +23,3 @@ IP: "10.95.128.14"
|
||||
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [ ] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] VSCode Sync 1748887327117 = 638844841271170000 = 2025-2.Spring = Mon Jun 02 2025 11:02:06 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -29,4 +29,3 @@ IP: "10.95.128.122"
|
||||
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [ ] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] VSCode Sync 1748887327117 = 638844841271170000 = 2025-2.Spring = Mon Jun 02 2025 11:02:06 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:44.043Z
|
||||
description: EAF Runtime Agent Server - Prod
|
||||
IP: 10.95.140.60
|
||||
Number of CPU Cores: 4
|
||||
Owner: ''
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
Total HD Capacity (GB): 79
|
||||
Total Physical Memory (MB): 16,383.00
|
||||
type: server
|
||||
updated: 2024-11-18T16:43:33.887Z
|
||||
type: "server"
|
||||
description: "EAF Runtime Agent Server - Prod"
|
||||
created: "2024-01-14T02:17:44.043Z"
|
||||
updated: "2024-02-01T19:08:47.085Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "79"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.60"
|
||||
---
|
||||
|
||||
# messa022ec
|
||||
@ -55,13 +53,11 @@ updated: 2024-11-18T16:43:33.887Z
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Green in Stealth
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add MESPhares as full control over D:\Tmp\phares and app specific directories
|
||||
- [ ] Add service account to app specific directories
|
||||
- [ ] Copied nuget config
|
||||
- [x] Windows updates Thu Feb 01 2024 12:08:46 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 20 2024 07:34:11 GMT-0700 (Mountain Standard Time)
|
||||
- [x] ```PowerShell install-WindowsFeature -Name FS-SMB1```
|
||||
- [x] Windows updates Mon Aug 19 2024 09:36:35 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 09:43:33 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:04:38 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:44.666Z
|
||||
description: EAF Runtime Agent Server - Prod
|
||||
IP: 10.95.140.61
|
||||
Number of CPU Cores: 4
|
||||
Owner: ''
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
Total HD Capacity (GB): 79
|
||||
Total Physical Memory (MB): 16,383.00
|
||||
type: server
|
||||
updated: 2024-11-18T16:43:45.128Z
|
||||
type: "server"
|
||||
description: "EAF Runtime Agent Server - Prod"
|
||||
created: "2024-01-14T02:17:44.666Z"
|
||||
updated: "2024-02-01T19:09:05.505Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "79"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.61"
|
||||
---
|
||||
|
||||
# messa023ec
|
||||
@ -40,11 +38,6 @@ updated: 2024-11-18T16:43:45.128Z
|
||||
- [x] Windows Updates via Install-WindowsUpdate –AcceptAll –IgnoreReboot
|
||||
- [x] dotnet nuget locals all --clear
|
||||
- [x] dotnet dev-certs https --trust
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] MusNotificationUx
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] RDG - MesPhares Group
|
||||
- [ ] Configure git
|
||||
- [ ] Configure D:\vsts-agent-win-x64-2.210.1
|
||||
- [ ] Configure nginx
|
||||
@ -55,14 +48,17 @@ updated: 2024-11-18T16:43:45.128Z
|
||||
- [ ] Change `Unisys Stealth Logon` service logon to ECUSMES%Stl
|
||||
- [ ] Restart only `Unisys Stealth Protocol` service
|
||||
- [ ] IP, accounts send to Jeremy L
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Green in Stealth
|
||||
- [ ] Add service account to Administrators
|
||||
- [ ] Change logon user for services
|
||||
- [ ] Add MESPhares as full control over D:\Tmp\phares and app specific directories
|
||||
- [ ] Add service account to app specific directories
|
||||
- [ ] Copied nuget config
|
||||
- [x] Extra VSCode Extensions
|
||||
- [x] VSCode - Setting repo
|
||||
- [x] MusNotificationUx
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] RDG - MesPhares Group
|
||||
- [x] Windows updates Thu Feb 01 2024 12:08:46 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 20 2024 07:34:25 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon May 20 2024 09:48:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] ```PowerShell install-WindowsFeature -Name FS-SMB1```
|
||||
- [x] Windows updates Mon Aug 19 2024 09:36:47 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 09:43:44 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:04:49 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-11-17T16:10:01.728Z"'
|
||||
description: '"SPC (Si) App Server"'
|
||||
IP: '"10.95.140.31"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"199"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-21T01:20:39.793Z
|
||||
type: "server"
|
||||
description: "SPC (Si) App Server"
|
||||
created: "2023-11-17T16:10:01.728Z"
|
||||
updated: "2023-11-17T16:10:01.728Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "199"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.31"
|
||||
---
|
||||
|
||||
# messa04ec
|
||||
@ -80,20 +80,3 @@ Expand-Archive -Force \\mesfs.infineon.com\mestsa06ec\vscode-1.81.0-insider-268f
|
||||
```
|
||||
|
||||
- [ ] Video diff EC Thick (00:02 => 00:47 = 45) EC iApps (00:51 => 1:24 = 33)
|
||||
- [x] Windows updates Tue Aug 20 2024 18:20:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 10:02:13 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Feb 25 2025 10:10:03 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Control Panel\All Control Panel Items\Security and Maintenance Tue Feb 25 2025 11:33:23 GMT-0700 (Mountain Standard Time)
|
||||
|
||||
```conf 1745939448418 = 638815362484180000 = 2025-1.Spring = Tue Apr 29 2025 08:10:47 GMT-0700 (Mountain Standard Time)
|
||||
Assign to Burboz Surge (IT OS IC WA AME)
|
||||
In-place Windows upgrade to 2022
|
||||
messa04ec.infineon.com
|
||||
Service account: ecFIsysadmin
|
||||
IP: 10.95.140.31
|
||||
```
|
||||
|
||||
- [x] Set services to manual
|
||||
- [x] 258569 - ORD3434578 - INC000008345491
|
||||
- [ ] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:45.919Z
|
||||
description: Catalyst (si) App server - Francois Rivard
|
||||
IP: 10.95.140.33
|
||||
Number of CPU Cores: 4
|
||||
Owner:
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Prod
|
||||
- EC
|
||||
Total HD Capacity (GB): 179
|
||||
Total Physical Memory (MB): 16,383.00
|
||||
type: server
|
||||
updated: 2024-10-15T16:34:34.394Z
|
||||
type: "server"
|
||||
description: "Catalyst (si) App server - Francois Rivard"
|
||||
created: "2024-01-14T02:17:45.919Z"
|
||||
updated: "2024-04-10T16:08:04.436Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "179"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.33"
|
||||
---
|
||||
|
||||
# messa06ec
|
||||
@ -64,9 +62,3 @@ Expand-Archive -Force \\mesfs.infineon.com\mestsa06ec\vscode-1.81.0-insider-268f
|
||||
- [x] Windows updates Wed Apr 10 2024 09:08:04 GMT-0700 (Mountain Standard Time)
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [ ] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon Aug 19 2024 09:56:22 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 09:51:16 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:36:55 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:16:11 GMT-0700 (Mountain Standard Time)
|
||||
- [ ] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-11-17T16:10:01.744Z"'
|
||||
description: '"EAF Application Server - Prod - Francois Rivard"'
|
||||
IP: '"10.95.140.35"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"119"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-28T23:08:13.569Z
|
||||
type: "server"
|
||||
description: "EAF Application Server - Prod - Francois Rivard"
|
||||
created: "2023-11-17T16:10:01.744Z"
|
||||
updated: "2024-04-09T16:49:08.695Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "119"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.35"
|
||||
---
|
||||
|
||||
# messa08ec
|
||||
@ -82,13 +82,4 @@ Expand-Archive -Force \\mesfs.infineon.com\messa09ec\vscode-1.81.0-insider-268f3
|
||||
- [ ] Set MaxAutoRestartRetryCount back to 3 or maybe 10
|
||||
- [ ] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Wed May 22 2024 13:27:06 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Wed Aug 28 2024 11:41:13 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Control Panel\All Control Panel Items\Security and Maintenance Tue Jan 21 2025 14:13:29 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 10:35:56 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Wed May 22 2024 13:27:06 GMT-0700 (Mountain Standard Time)
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2024-01-14T02:17:43.763Z"'
|
||||
description: '"EAF Prod App Server 02 - Francois Rivard"'
|
||||
IP: '"10.95.140.36"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Prod", "EC"]'
|
||||
Total HD Capacity (GB): '"99"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-20T19:29:09.586Z
|
||||
type: "server"
|
||||
description: "EAF Prod App Server 02 - Francois Rivard"
|
||||
created: "2024-01-14T02:17:43.763Z"
|
||||
updated: "2024-04-16T15:28:12.348Z"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "99"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.36"
|
||||
---
|
||||
|
||||
# messa09ec
|
||||
@ -71,23 +71,3 @@ Expand-Archive -Force D:\ProgramData\messa09ec\vscode-1.81.0-insider-268f34992c5
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 10:39:20 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 10:05:58 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 12:29:08 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 10:03:59 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Control Panel\All Control Panel Items\Security and Maintenance Tue Jan 21 2025 14:13:29 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 10:11:31 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
|
||||
```conf 1747842897914 = 638834396979140000 = 2025-2.Spring = Wed May 21 2025 08:54:57 GMT-0700 (Mountain Standard Time)
|
||||
Assign to Burboz Surge (IT OS IC WA AME)
|
||||
In-place Windows upgrade to 2022
|
||||
messa09ec.infineon.com
|
||||
Service account: ecmesEAF
|
||||
IP: 10.95.140.36
|
||||
```
|
||||
- [x] Windows updates Wed May 21 2025 08:54:48 GMT-0700 (Mountain Standard Time)
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,15 +1,15 @@
|
||||
---
|
||||
created: 2023-11-29T18:39:45.089Z
|
||||
description: Both ***
|
||||
IP: 10.95.176.46
|
||||
Number of CPU Cores:
|
||||
Owner:
|
||||
Populated by Mike:
|
||||
Server Type: mestsa003
|
||||
Total HD Capacity (GB):
|
||||
Total Physical Memory (MB):
|
||||
type: server
|
||||
updated: 2024-08-19T16:57:20.332Z
|
||||
type: "server"
|
||||
description: "Both-***"
|
||||
created: "2023-11-29T18:39:45.089Z"
|
||||
updated: "2023-11-29T18:39:45.089Z"
|
||||
Server Type: "mestsa003"
|
||||
Number of CPU Cores: ""
|
||||
Total Physical Memory (MB): ""
|
||||
Total HD Capacity (GB): ""
|
||||
Owner: ""
|
||||
Populated by Mike: ""
|
||||
IP: "10.95.176.46"
|
||||
---
|
||||
|
||||
# mestsa003
|
||||
@ -34,8 +34,3 @@ updated: 2024-08-19T16:57:20.332Z
|
||||
- [x] RDG - MesPhares Group
|
||||
- [x] [artifactory-ifx](https://artifactory.intra.infineon.com)
|
||||
- [x] Windows updates Mon May 20 2024 09:13:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:39:03 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:57:17 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:07:20 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:19:07 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:19:16 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,17 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:45.642Z
|
||||
description:
|
||||
IP: 10.95.176.60
|
||||
Number of CPU Cores:
|
||||
Owner:
|
||||
Populated by Mike:
|
||||
Server Type: mestsa005
|
||||
tags:
|
||||
- Dev
|
||||
Total HD Capacity (GB):
|
||||
Total Physical Memory (MB):
|
||||
type: server
|
||||
updated: 2024-11-18T17:15:53.618Z
|
||||
type: "server"
|
||||
description: ""
|
||||
created: "2024-01-14T02:17:45.642Z"
|
||||
updated: "2024-02-01T18:59:28.922Z"
|
||||
tags: ["Dev"]
|
||||
Server Type: "mestsa005"
|
||||
Number of CPU Cores: ""
|
||||
Total Physical Memory (MB): ""
|
||||
Total HD Capacity (GB): ""
|
||||
Owner: ""
|
||||
Populated by Mike: ""
|
||||
IP: "10.95.176.60"
|
||||
---
|
||||
|
||||
# mestsa005
|
||||
@ -33,7 +32,3 @@ updated: 2024-11-18T17:15:53.618Z
|
||||
- [x] Windows updates Thu Feb 01 2024 11:59:27 GMT-0700 (Mountain Standard Time)
|
||||
- [x] [artifactory-ifx](https://artifactory.intra.infineon.com)
|
||||
- [x] Windows updates Mon May 20 2024 09:12:40 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:40:15 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 10:15:30 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:03:04 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:17:46 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,17 +1,16 @@
|
||||
---
|
||||
created: 2023-10-20T04:22:50.375Z
|
||||
description:
|
||||
IP: 10.95.176.61
|
||||
Number of CPU Cores:
|
||||
Owner:
|
||||
Populated by Mike:
|
||||
Server Type: mestsa006
|
||||
tags:
|
||||
- Dev
|
||||
Total HD Capacity (GB):
|
||||
Total Physical Memory (MB):
|
||||
type: server
|
||||
updated: 2024-11-18T17:15:48.818Z
|
||||
type: "server"
|
||||
description: ""
|
||||
created: "2023-10-20T04:22:50.375Z"
|
||||
updated: "2023-10-20T04:22:50.375Z"
|
||||
tags: ["Dev"]
|
||||
Server Type: "mestsa006"
|
||||
Number of CPU Cores: ""
|
||||
Total Physical Memory (MB): ""
|
||||
Total HD Capacity (GB): ""
|
||||
Owner: ""
|
||||
Populated by Mike: ""
|
||||
IP: "10.95.176.61"
|
||||
---
|
||||
|
||||
# mestsa006
|
||||
@ -42,9 +41,3 @@ updated: 2024-11-18T17:15:48.818Z
|
||||
- [x] RDG - MesPhares Group
|
||||
- [x] [artifactory-ifx](https://artifactory.intra.infineon.com)
|
||||
- [x] Windows updates Mon May 20 2024 10:05:03 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:54:53 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 10:14:55 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:04:00 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:17:18 GMT-0700 (Mountain Standard Time)
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,10 +0,0 @@
|
||||
# mestsa010ec
|
||||
|
||||
```yaml
|
||||
IP: 10.95.140.63
|
||||
Description: OI-Test
|
||||
```
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [x] VSCode Sync 1748887327117 = 638844841271170000 = 2025-2.Spring = Mon Jun 02 2025 11:02:06 GMT-0700 (Mountain Standard Time)
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:43.971Z
|
||||
description: APC Trend Stage App server
|
||||
IP: 10.95.140.43
|
||||
Number of CPU Cores: 2
|
||||
Owner:
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Stage
|
||||
- EC
|
||||
Total HD Capacity (GB): 109
|
||||
Total Physical Memory (MB): 6,143.00
|
||||
type: server
|
||||
updated: 2024-11-18T16:42:46.541Z
|
||||
type: "server"
|
||||
description: "APC Trend Stage App server"
|
||||
created: "2024-01-14T02:17:43.971Z"
|
||||
updated: "2024-02-01T18:57:31.266Z"
|
||||
tags: ["Stage", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "2"
|
||||
Total Physical Memory (MB): "6,143.00"
|
||||
Total HD Capacity (GB): "109"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.43"
|
||||
---
|
||||
|
||||
# mestsa02ec
|
||||
@ -82,14 +80,3 @@ Expand-Archive -Force D:\ProgramData\mestsa02ec\vscode-1.81.0-insider-268f34992c
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 09:44:19 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:51:31 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Nov 18 2024 09:42:45 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 06:58:41 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 09:02:26 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash %WINDIR%\SysNative\dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash %WINDIR%\SysNative\dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash %WINDIR%\SysNative\dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] Windows updates Fri Mar 21 2025 11:47:43 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 07:34:11 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:40:51 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
created: '"2023-10-20T04:22:50.375Z"'
|
||||
description: '"YODA Test App server"'
|
||||
IP: '"10.95.140.44"'
|
||||
Number of CPU Cores: '"4"'
|
||||
Owner: ''
|
||||
Populated by Mike: '"Mike Phares"'
|
||||
Server Type: '"Windows Server (virtual)"'
|
||||
tags: '["Stage"]'
|
||||
Total HD Capacity (GB): '"259"'
|
||||
Total Physical Memory (MB): '"16,383.00"'
|
||||
type: '"server"'
|
||||
updated: 2024-08-20T17:06:55.827Z
|
||||
type: "server"
|
||||
description: "YODA Test App server"
|
||||
created: "2023-10-20T04:22:50.375Z"
|
||||
updated: "2023-11-03T18:43:04.239Z"
|
||||
tags: ["Stage"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "259"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.44"
|
||||
---
|
||||
|
||||
# mestsa03ec
|
||||
@ -86,6 +86,3 @@ tibrvlisten -service 7704 -network ;239.255.77.04 -daemon tibrvd.mes.infineon.co
|
||||
- [x] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Wed Apr 24 2024 12:53:58 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon May 20 2024 11:12:59 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Aug 20 2024 10:06:54 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 10:03:16 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:36:17 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -19,5 +19,3 @@ IP: ""
|
||||
|
||||
- [x] [artifactory](https://artifactory.intra.infineon.com)
|
||||
- [ ] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,15 +1,15 @@
|
||||
---
|
||||
created: 2024-01-14T02:17:43.973Z
|
||||
description: GaN IQS
|
||||
IP: 10.95.140.57
|
||||
Number of CPU Cores:
|
||||
Owner:
|
||||
Populated by Mike:
|
||||
Server Type: mestsa06ec
|
||||
Total HD Capacity (GB):
|
||||
Total Physical Memory (MB):
|
||||
type: server
|
||||
updated: 2024-08-19T16:41:03.225Z
|
||||
type: "server"
|
||||
description: "GaN-IQS"
|
||||
created: "2024-01-14T02:17:43.973Z"
|
||||
updated: "2024-04-10T16:33:39.194Z"
|
||||
Server Type: "mestsa06ec"
|
||||
Number of CPU Cores: ""
|
||||
Total Physical Memory (MB): ""
|
||||
Total HD Capacity (GB): ""
|
||||
Owner: ""
|
||||
Populated by Mike: ""
|
||||
IP: "10.95.140.57"
|
||||
---
|
||||
|
||||
# mestsa06ec
|
||||
@ -61,7 +61,3 @@ Expand-Archive -Force D:\ProgramData\mestsa06ec\vscode-1.81.0-insider-268f34992c
|
||||
- [x] [artifactory-extra](https://artifactory.intra.infineon.com)
|
||||
- [ ] dotnet from messa022ec.infineon.com after Unisys Stealth Protocol has been stopped
|
||||
- [x] Windows updates Mon May 20 2024 09:11:20 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Mon Aug 19 2024 09:41:01 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 09:51:10 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 07:14:52 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue May 20 2025 08:36:48 GMT-0700 (Mountain Standard Time)
|
||||
|
@ -1,18 +1,16 @@
|
||||
---
|
||||
created: 2023-11-17T16:10:01.734Z
|
||||
description: EAF App Test Server
|
||||
IP: 10.95.140.34
|
||||
Number of CPU Cores: 4
|
||||
Owner:
|
||||
Populated by Mike: Mike Phares
|
||||
Server Type: Windows Server (virtual)
|
||||
tags:
|
||||
- Stage
|
||||
- EC
|
||||
Total HD Capacity (GB): 124
|
||||
Total Physical Memory (MB): 16,383.00
|
||||
type: server
|
||||
updated: 2024-10-15T16:17:35.922Z
|
||||
type: "server"
|
||||
description: "EAF App Test Server"
|
||||
created: "2023-11-17T16:10:01.734Z"
|
||||
updated: "2023-11-17T16:10:01.734Z"
|
||||
tags: ["Stage"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
Number of CPU Cores: "4"
|
||||
Total Physical Memory (MB): "16,383.00"
|
||||
Total HD Capacity (GB): "124"
|
||||
Owner: ""
|
||||
Populated by Mike: "Mike Phares"
|
||||
IP: "10.95.140.34"
|
||||
---
|
||||
|
||||
# mestsa07ec
|
||||
@ -83,7 +81,6 @@ Expand-Archive -Force \\mesfs.infineon.com\messa09ec\vscode-1.81.0-insider-268f3
|
||||
- [x] MusNotificationUx
|
||||
- [x] FTYPE and ASSOC
|
||||
- [x] RDG - MesPhares Group
|
||||
- [x] C:\Program Files\Zabbix\conf\zabbix_agentd.win.conf
|
||||
|
||||
- [ ] Set MaxAutoRestartRetryCount back to 3 or maybe 10
|
||||
|
||||
@ -184,14 +181,4 @@ D:\ProgramData\EC_Characterization_Si\RawData
|
||||
- [ ] SRP
|
||||
|
||||
- [x] Windows updates Mon May 20 2024 11:15:31 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Thu May 23 2024 15:45:47 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Nov 19 2024 09:53:40 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Control Panel\All Control Panel Items\Security and Maintenance Tue Jan 21 2025 14:13:29 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Tue Feb 25 2025 09:18:45 GMT-0700 (Mountain Standard Time)
|
||||
- ```bash dotnet nuget locals all --clear```
|
||||
- ```bash dism.exe /Online /Cleanup-image /Restorehealth```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup```
|
||||
- ```bash dism.exe /Online /Cleanup-image /StartComponentCleanup /ResetBase```
|
||||
- [x] Windows updates Tue May 20 2025 10:38:52 GMT-0700 (Mountain Standard Time)
|
||||
- [x] OpenSSH-Win64-v9.8.1.0.msi
|
||||
- [x] VSCode Sync 1748879427232 = 638844762272320000 = 2025-2.Spring = Mon Jun 02 2025 08:50:26 GMT-0700 (Mountain Standard Time)
|
||||
- [x] Windows updates Thu May 23 2024 15:45:47 GMT-0700 (Mountain Standard Time)
|
@ -1,113 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2024-06-03T21:33:46.059Z"
|
||||
updated: "2024-06-03T21:34:01.206Z"
|
||||
---
|
||||
|
||||
# jfuente1
|
||||
|
||||
## infineon\jfuente1
|
||||
|
||||
ELS-ADM-EC-Access-Full
|
||||
ELS-DPT-tem_fab_engineering-C
|
||||
ELS-DPT-tem_fab_production-C
|
||||
ELS-DPT-tem_technology-01_common_data-C
|
||||
ELS-GPO-EC-ISC-ALLOW-LOGIN
|
||||
IFX-ADM-RDAppConfig
|
||||
IFX-ADM-RemoteControl-Office
|
||||
IFX-APP-Azure-AllSynchronizedUsers
|
||||
IFX-APP-Azure-M365
|
||||
IFX-APP-BUS-APP-GOETHE-RO
|
||||
IFX-APP-Chatbot-TravelMe
|
||||
IFX-APP-CONCUR
|
||||
IFX-APP-CONCUR-NUDGE-US
|
||||
IFX-APP-EPP-ACCESS-NA-U
|
||||
IFX-APP-EPP-HR-CHAT-GLOBAL-AUTO
|
||||
IFX-APP-EPP-HR-NHR-MGR-GLOBAL
|
||||
IFX-APP-EPP-MANAGER-NA-U
|
||||
IFX-APP-EPP-PNP-MYCONSENTS-GLOBAL-U
|
||||
IFX-APP-iAccess-VPN-Internal
|
||||
IFX-APP-MobileIron-IRF-U
|
||||
IFX-APP-PacMan-AOs
|
||||
IFX-APP-SF-MOBILE-ALLOWED
|
||||
IFX-APP-Tableau-CSCEAVA_CATAPULT_UsageTracking-Consumer
|
||||
IFX-APP-Tableau-FinanceReporting-Consumer
|
||||
IFX-ECUS-ELS-PRJ-TEM_Archive_EC-C-L
|
||||
IFX-ECUS-MES-DPT-Engineering-R-L
|
||||
IFX-ECUS-MES-DPT-Maintenance-C-L
|
||||
IFX-ECUS-MES-DPT-Materials-C-L
|
||||
IFX-ECUS-MES-DPT-Production-C-L
|
||||
IFX-ECUS-MES-PRJ-SPC-SI-C-L
|
||||
IFX-ECUS-MES-PRJ-SPC-SI-R-L
|
||||
IFX-ECUS-Stealth-APCUsers
|
||||
IFX-ECUS-Stealth-EAFUsers
|
||||
IFX-ECUS-Stealth-EDAUsers
|
||||
IFX-ECUS-Stealth-ELS-FileshareUser
|
||||
IFX-ECUS-Stealth-FabApprovalUsers
|
||||
IFX-ECUS-Stealth-IQSUsers
|
||||
IFX-ECUS-Stealth-MES-FileshareUser
|
||||
IFX-ECUS-Stealth-MESReportUsers
|
||||
IFX-ECUS-Stealth-MetrologyUsers
|
||||
IFX-ECUS-Stealth-OIUsers
|
||||
IFX-ECUS-Stealth-YodaUsers
|
||||
IFX-Employees-U
|
||||
IFX-GPO-PersonalAccounts
|
||||
IFX-GPO-SecurePwdPolicyUser
|
||||
IFX-HR-Manager-IR-US-U
|
||||
IFX-HR-PersArea-US-CONC
|
||||
IFX-HR-PersArea-US-U
|
||||
IFX-IFAM-ALL-Americas
|
||||
IFX-IFAM-Employees
|
||||
IFX-IFAM-Employees-Mesa
|
||||
IFX-IFAM-Employees-US
|
||||
IFX-IFAM-Managers-US
|
||||
IFX-IntranetSocial-UnitedStates-Users-U
|
||||
IFX-IRF-Employees-Users-All-U
|
||||
IFX-IRF-Kronos-Java-Managers-U
|
||||
IFX-IRF-Mesa-Escalation-U
|
||||
IFX-MES-PRJ-EC_SPC_Si_Import-C-L
|
||||
IFX-MiddleMgmt
|
||||
IFX-RDA-iApps-InfinityQS-MES
|
||||
IFX-RDA-iApps-OpenInsight-MES
|
||||
IFX-SJX-Supervisors-of-Kronos-Time-Clock-Employees
|
||||
KLU-Mesa-KioskShell
|
||||
MES-APP-OpenInsight-Users
|
||||
MES-DPT-mesadocs-R
|
||||
MES-DPT-qa-commonro-C
|
||||
MES-DPT-qa-commonrw-C
|
||||
MES-DPT-qa-deptdata-C
|
||||
MES-DPT-supervisor-C
|
||||
MES-DPT-supervisorlead-C
|
||||
MES-IFX-Employees-Mesa
|
||||
MES-Mesa-EpiProTaskForce
|
||||
MES-Mesa-Prod-SL
|
||||
MES-PRJ-facilities-commonro-C
|
||||
MES-PRJ-facilities-commonro-R
|
||||
MES-PRJ-facilities-deptdata-C
|
||||
MUC-All-Employees-STEPS-U
|
||||
MUC-All-Managers-STEPS
|
||||
MUC-APP-linkedin-learning-access
|
||||
MUC-APP-LinkedInLearning-access-GLOBAL
|
||||
MUC-APP-meetandconnect-Americas
|
||||
MUC-APP-VisualStudioProfessional-U
|
||||
MUC-APP-WT-USERS-ALL
|
||||
MUC-CO-Corruption-Prevention-EL-Rollout
|
||||
MUC-Engagement-Pulse-Check
|
||||
MUC-FE-ww-U
|
||||
MUC-HR-CPT-Mgrs
|
||||
MUC-IFX-IntranetAccess-InternalsAll-U
|
||||
MUC-IFX-Managers-worldwide-U
|
||||
MUC-Manager-Engagement-Pulse-Check
|
||||
MUC-PSP-RSUP-Grant2023
|
||||
MUC-SuccessBonusEmployees-Global
|
||||
NA-ACS-POE-Events-Calendar
|
||||
NA-InfineonEmployees-G
|
||||
RBG-APP-HR-STEPS-Manager-eMail-Jun2021
|
||||
RBG-MUC-HR-CPT-Statements-ATI-LTI
|
||||
RBG-NICA-KeyUsers
|
||||
SJC-Americas-Employees-US-U
|
||||
SJC-Americas-Managers-US
|
||||
SJC-PSP-RSUP-Grant2024
|
||||
SJC-RSUP21-22-23-Settlement
|
||||
TEM-APP-outside-EC-Clientbackup
|
||||
VIH-NICA-Newsletter
|
@ -1,97 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2024-06-03T21:33:10.868Z"
|
||||
updated: "2024-06-03T21:33:34.900Z"
|
||||
---
|
||||
|
||||
# mcchesne
|
||||
|
||||
## infineon\mcchesne
|
||||
|
||||
DRS-IFX-APP-EAF
|
||||
DRS-IFX-APP-EAF-Operator
|
||||
DRS-IFX-APP-EAF-Reader
|
||||
ELS-ADM-EC-Access-Full
|
||||
ELS-GPO-EC-ISC-ALLOW-LOGIN
|
||||
IFX-ADM-RDAppConfig
|
||||
IFX-ADM-RemoteControl-Office
|
||||
IFX-APP-Azure-AllSynchronizedUsers
|
||||
IFX-APP-Azure-M365
|
||||
IFX-APP-Azure-M365-ISCvX-Auto
|
||||
IFX-APP-Chatbot-TravelMe
|
||||
IFX-APP-CONCUR
|
||||
IFX-APP-CONCUR-NUDGE-US
|
||||
IFX-APP-DIVE-MFG-Public-Data-Consumers
|
||||
IFX-APP-EPP-ACCESS-NA-U
|
||||
IFX-APP-EPP-HR-CHAT-GLOBAL-AUTO
|
||||
IFX-APP-EPP-PNP-MYCONSENTS-GLOBAL-U
|
||||
IFX-APP-iAccess-VPN-Internal
|
||||
IFX-APP-PDP-Consumers
|
||||
IFX-APP-SF-MOBILE-ALLOWED
|
||||
IFX-APP-Tableau-CSCEAVA_CATAPULT_UsageTracking-Consumer
|
||||
IFX-ECUS-MES-DPT-Candela-C-L
|
||||
IFX-ECUS-MES-DPT-EDA-R-L
|
||||
IFX-ECUS-MES-DPT-Engineering-C-L
|
||||
IFX-ECUS-MES-DPT-Maintenance-R-L
|
||||
IFX-ECUS-MES-DPT-Metrology-GaN-C-L
|
||||
IFX-ECUS-MES-DPT-MOCVD-C-L
|
||||
IFX-ECUS-MES-DPT-Production-C-L
|
||||
IFX-ECUS-MES-PRJ-APC-C-L
|
||||
IFX-ECUS-MES-PRJ-Characterization-GaN-C-L
|
||||
IFX-ECUS-MES-PRJ-Characterization-Si-C-L
|
||||
IFX-ECUS-MES-PRJ-GaN-Development-C-L
|
||||
IFX-ECUS-MES-PRJ-SPC-GaN-C-L
|
||||
IFX-ECUS-MES-PRJ-SPC-GaN-R-L
|
||||
IFX-ECUS-MES-PRJ-SPC-SI-C-L
|
||||
IFX-ECUS-MES-PRJ-SPC-SI-R-L
|
||||
IFX-ECUS-Stealth-APCUsers
|
||||
IFX-ECUS-Stealth-EAFUsers
|
||||
IFX-ECUS-Stealth-EDAUsers
|
||||
IFX-ECUS-Stealth-FabApprovalUsers
|
||||
IFX-ECUS-Stealth-IQSUsers
|
||||
IFX-ECUS-Stealth-MES-ENGCEPUSERS
|
||||
IFX-ECUS-Stealth-MES-FileshareUser
|
||||
IFX-ECUS-Stealth-MESReportUsers
|
||||
IFX-ECUS-Stealth-MetrologyUsers
|
||||
IFX-ECUS-Stealth-OIUsers
|
||||
IFX-ECUS-Stealth-SharePointUser
|
||||
IFX-ECUS-Stealth-YodaUsers
|
||||
IFX-Employees-U
|
||||
IFX-GPO-PersonalAccounts
|
||||
IFX-GPO-SecurePwdPolicyUser
|
||||
IFX-HR-PersArea-US-CONC
|
||||
IFX-HR-PersArea-US-U
|
||||
IFX-IFAM-ALL-Americas
|
||||
IFX-IFAM-Employees
|
||||
IFX-IFAM-Employees-Mesa
|
||||
IFX-IFAM-Employees-US
|
||||
IFX-IntranetSocial-UnitedStates-Users-U
|
||||
IFX-IRF-Employees-Users-All-U
|
||||
IFX-IRF-Mesa-Escalation-U
|
||||
IFX-MES-PRJ-EC_SPC_Si_Import-C-L
|
||||
IFX-RDA-iApps-InfinityQS-MES
|
||||
IFX-RDA-iApps-OpenInsight-MES
|
||||
KLU-Mesa-KioskShell
|
||||
MES-APP-EAF
|
||||
MES-APP-EAF-Operator-G
|
||||
MES-APP-EAF-Reader-G
|
||||
MES-APP-EC-Clientbackup
|
||||
MES-APP-OpenInsight-Users
|
||||
MES-DPT-mesadocs-R
|
||||
MES-DPT-qa-commonro-C
|
||||
MES-DPT-qa-commonrw-C
|
||||
MES-IFX-Employees-Mesa
|
||||
MES-PRJ-apc-R
|
||||
MES-PRJ-eda-R
|
||||
MUC-All-Employees-STEPS-U
|
||||
MUC-APP-linkedin-learning-access
|
||||
MUC-APP-LinkedInLearning-access-GLOBAL
|
||||
MUC-APP-meetandconnect-Americas
|
||||
MUC-APP-WT-USERS-ALL
|
||||
MUC-Engagement-Pulse-Check
|
||||
MUC-FE-ww-U
|
||||
MUC-IFX-IntranetAccess-InternalsAll-U
|
||||
MUC-SuccessBonusEmployees-Global
|
||||
NA-InfineonEmployees-G
|
||||
RBG-MUC-HR-CPT-Statements-ATI
|
||||
SJC-Americas-Employees-US-U
|
@ -1,29 +0,0 @@
|
||||
---
|
||||
type: "server"
|
||||
tags: ["Prod", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
IP: "10.89.176.225"
|
||||
created: "2024-06-04T13:53:21.172Z"
|
||||
updated: "2024-06-11T15:40:07.709Z"
|
||||
---
|
||||
|
||||
# x-leosauwm03
|
||||
|
||||
## LEOSAUWM03
|
||||
|
||||
```yaml
|
||||
Asset ID: "CMDB50000824781"
|
||||
Name: "LEOSAUWM03"
|
||||
Serial Number: ""
|
||||
Type: "Windows Server (virtual)"
|
||||
Status: "Deployed"
|
||||
Tier1: "Data Center Services"
|
||||
Tier2: "Data Center Services"
|
||||
Tier3: "Server Environment - Windows"
|
||||
Region: "NA"
|
||||
Site: "Leominster"
|
||||
Primary Function: "Manufacturing Services"
|
||||
OLA: "Silver"
|
||||
UsageType: "Production"
|
||||
Short Description: "UWM"
|
||||
```
|
@ -1,29 +0,0 @@
|
||||
---
|
||||
type: "server"
|
||||
tags: ["Test", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
IP: "10.89.176.223"
|
||||
created: "2024-06-04T13:50:45.660Z"
|
||||
updated: "2024-06-11T15:40:11.318Z"
|
||||
---
|
||||
|
||||
# x-leotsauwm01
|
||||
|
||||
## LEOTSAUWM01
|
||||
|
||||
```yaml
|
||||
Asset ID: "CMDB50000829711"
|
||||
Name: "LEOTSAUWM01"
|
||||
Serial Number: ""
|
||||
Type: "Windows Server (virtual)"
|
||||
Status: "Deployed"
|
||||
Tier1: "Data Center Services"
|
||||
Tier2: "Data Center Services"
|
||||
Tier3: "Server Environment - Windows"
|
||||
Region: "NA"
|
||||
Site: "Leominster"
|
||||
Primary Function: "Manufacturing Services"
|
||||
OLA: "Standard"
|
||||
UsageType: "Test"
|
||||
Short Description: "UWM"
|
||||
```
|
@ -1,29 +0,0 @@
|
||||
---
|
||||
type: "server"
|
||||
tags: ["Stage", "EC"]
|
||||
Server Type: "Windows Server (virtual)"
|
||||
IP: "10.89.176.224"
|
||||
created: "2024-06-04T13:52:14.570Z"
|
||||
updated: "2024-06-11T15:40:14.888Z"
|
||||
---
|
||||
|
||||
# x-leotsauwm02
|
||||
|
||||
## LEOTSAUWM02
|
||||
|
||||
```yaml
|
||||
Asset ID: "CMDB50000829712"
|
||||
Name: "LEOTSAUWM02"
|
||||
Serial Number: ""
|
||||
Type: "Windows Server (virtual)"
|
||||
Status: "Deployed"
|
||||
Tier1: "Data Center Services"
|
||||
Tier2: "Data Center Services"
|
||||
Tier3: "Server Environment - Windows"
|
||||
Region: "NA"
|
||||
Site: "Leominster"
|
||||
Primary Function: "Manufacturing Services"
|
||||
OLA: "Standard"
|
||||
UsageType: "Production"
|
||||
Short Description: "UWM"
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user