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