From 6ccab29e3bc0ddc524298639f2f1dbcd6a05155a Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Thu, 28 Jul 2016 11:26:22 +0200 Subject: [PATCH] Spelling, users to user --- Add-ADAccounttoRDPUsers/Add-ADAccounttoRDPUser.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Add-ADAccounttoRDPUsers/Add-ADAccounttoRDPUser.ps1 b/Add-ADAccounttoRDPUsers/Add-ADAccounttoRDPUser.ps1 index 84666b6..f84e2fd 100644 --- a/Add-ADAccounttoRDPUsers/Add-ADAccounttoRDPUser.ps1 +++ b/Add-ADAccounttoRDPUsers/Add-ADAccounttoRDPUser.ps1 @@ -43,7 +43,7 @@ This parameter can be used instead of the InputFile parameter to specify a singl The SamAccount name of an AD User or AD Group that is to be added to the Remote Desktop Users group .NOTES -Name : Add-ADAccounttoRDPUsers.ps1 +Name : Add-ADAccounttoRDPUser.ps1 Author : Jaap Brasser Version : 1.0.0 DateCreated: 2016-07-28 @@ -53,19 +53,19 @@ DateUpdated: 2016-07-28 http://www.jaapbrasser.com .EXAMPLE -.\Add-ADAccounttoRDPUsers.ps1 -Computer Server01 -Trustee JaapBrasser +.\Add-ADAccounttoRDPUser.ps1 -Computer Server01 -Trustee JaapBrasser Description: Will add the the JaapBrasser account to the Remote Desktop Users group on Server01 .EXAMPLE -.\Add-ADAccounttoRDPUsers.ps1 -Computer 'Server01,Server02' -Trustee Contoso\HRManagers +.\Add-ADAccounttoRDPUser.ps1 -Computer 'Server01,Server02' -Trustee Contoso\HRManagers Description: Will add the HRManagers group in the contoso domain as a member of Remote Desktop Users group on Server01 and Server02 .EXAMPLE -.\Add-ADAccounttoRDPUsers.ps1 -InputFile C:\ListofComputers.txt -Trustee User01 +.\Add-ADAccounttoRDPUser.ps1 -InputFile C:\ListofComputers.txt -Trustee User01 Description: Will add the User01 account to the Remote Desktop Users group on all servers and computernames listed in the ListofComputers file