more strongly typed
This commit is contained in:
@@ -216,4 +216,4 @@ switch ( $(Get-CimInstance -ClassName Win32_OperatingSystem -Property OSArchitec
|
|||||||
|
|
||||||
## Function to determine if the Powershell process is 64-bit or not
|
## Function to determine if the Powershell process is 64-bit or not
|
||||||
Function Is64bitShell
|
Function Is64bitShell
|
||||||
{ If ( [Environment]::Is64BitProcess ) { Return $true } Else { Return $false } }
|
{ If ( [System.Environment]::Is64BitProcess ) { Return $true } Else { Return $false } }
|
||||||
|
|||||||
Reference in New Issue
Block a user