first commit

This commit is contained in:
USER
2023-01-17 16:07:43 +00:00
commit a3c450b2ce
8 changed files with 143 additions and 0 deletions

10
bin/SoftwareList.bat Executable file
View File

@ -0,0 +1,10 @@
@echo off
set check_computername=%COMPUTERNAME%
echo "Found computer %check_computername%"
set PACKAGES="C:\Packages"
set WPUBLIC="C:\wPublic"
echo "Dump software list"
set PSFILE="%WPUBLIC%\bin\ListSoftware.ps1"
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE% > "C:\%check_computername%.txt"