fixed the issue that made pester not to work

This commit is contained in:
YusufKhalifadev
2024-03-29 19:20:44 +02:00
parent b91486dccb
commit 8a73318006
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
function Invoke-GPUCheck {
function Invoke-WinUtilGPU {
$gpuInfo = Get-CimInstance Win32_VideoController
foreach ($gpu in $gpuInfo) {