4 lines
114 B
Batchfile
4 lines
114 B
Batchfile
@echo off
|
|
powershell.exe -NoProfile -NonInteractive -Command "[Console]::Out.Write($env:COMPANY_LINUX_PASSWORD)"
|
|
|