If you run single BIS-F scripts that you have been developed or will test single BIS-F scripts
Open Powershell in AdminMode
cd "C:\Program Files (x86)\Base Image Script Framework (BIS-F)\Framework\SubCall\Global" Import-Module .\BISF.psd1 $logfile = "C:\windows\Logs\BISFtmp.log" Initialize-BISFConfiguration Get-BISFOSinfo
this are necassary steps to get BIS-F initializes and now you have access to all BIS-F functions with command:
Get-Command -Module BISF
.. or run a single BIS-F script for testing..
now you can have a look into the logfile