From 9a64c23d030258838c4d83580e2f061e1592ccf2 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Wed, 30 Aug 2023 12:38:36 +0100 Subject: [PATCH] Update Win_Check_domain.ps1 --- scripts_wip/Win_Check_domain.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts_wip/Win_Check_domain.ps1 b/scripts_wip/Win_Check_domain.ps1 index 345174ab..f7abcd61 100644 --- a/scripts_wip/Win_Check_domain.ps1 +++ b/scripts_wip/Win_Check_domain.ps1 @@ -1,4 +1,4 @@ -#Check what domain workstation is on +#Check what domain a devices is joined to. $ErrorActionPreference= 'silentlycontinue' Write-Output "$Env:UserDomain"