diff --git a/LSUClient.psm1 b/LSUClient.psm1 index a7037af..ac34777 100644 --- a/LSUClient.psm1 +++ b/LSUClient.psm1 @@ -350,7 +350,7 @@ class MachineCharacteristics { if ($Overrides.ContainsKey('_CPUAddressWidth')) { $this._CPUAddressWidth = $Overrides['_CPUAddressWidth'] } else { - $this._CPUAddressWidth = [wmisearcher]::new('SELECT AddressWidth FROM Win32_Processor').Get().AddressWidth + $this._CPUAddressWidth = [System.Management.ManagementObjectSearcher]::new('SELECT AddressWidth FROM Win32_Processor').Get().AddressWidth } if ($Overrides.ContainsKey('_Bios')) {