From 8c127160de8a3a2795be34499b9b00e939d82425 Mon Sep 17 00:00:00 2001 From: rfost52 <85522106+rfost52@users.noreply.github.com> Date: Fri, 18 Jun 2021 22:51:21 -0400 Subject: [PATCH] Updated synopsis and description --- scripts_wip/Win_AD_Join_Computer.ps1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts_wip/Win_AD_Join_Computer.ps1 b/scripts_wip/Win_AD_Join_Computer.ps1 index bd938f42..ee1ce15f 100644 --- a/scripts_wip/Win_AD_Join_Computer.ps1 +++ b/scripts_wip/Win_AD_Join_Computer.ps1 @@ -1,9 +1,9 @@ <# .SYNOPSIS - I do this + Joins computer to Active Directory .DESCRIPTION - I really do a lot of this + 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. @@ -13,7 +13,9 @@ V1.0 Initial release V1.1 Parameterization; Error Checking with conditionals and exit codes - Reference Links: www.google.com + Reference Links: + www.google.com + docs.microsoft.com #> param(