From 66893dd0c1a7489d549e63d98d2c8319e33378eb Mon Sep 17 00:00:00 2001 From: rfost52 <85522106+rfost52@users.noreply.github.com> Date: Sat, 19 Jun 2021 20:50:56 -0400 Subject: [PATCH] Update Win_AD_Join_Computer.ps1 --- scripts/Win_AD_Join_Computer.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Win_AD_Join_Computer.ps1 b/scripts/Win_AD_Join_Computer.ps1 index 44253009..44ab3fab 100644 --- a/scripts/Win_AD_Join_Computer.ps1 +++ b/scripts/Win_AD_Join_Computer.ps1 @@ -6,8 +6,8 @@ Computer can be joined to AD in a specific OU specified in the parameters or it will join the default location. .OUTPUTS - Results are printed to the console. Future releases will support outputting to a log file. - + Results are printed to the console and sent to a log file in C:\Temp + .EXAMPLE In parameter set desired items -domain DOMAIN -password ADMINpassword -UserAccount ADMINaccount -OUPath OU=testOU,DC=test,DC=local