Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 7a19e0f

Browse files
author
Jason Helmick
authored
Merge pull request #17 from theJasonHelmick/Dev-Issues
AD user list update #3
2 parents 2e8dd49 + 3c03871 commit 7a19e0f

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

Configurations/POC-DC-Client-Servers-CORE/DC-Client-Servers-Core.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ Configuration AutoLab {
239239
xADUser Dev1 {
240240
DomainName = $node.DomainName
241241
Path = "OU=Dev,$($node.DomainDN)"
242-
UserName = 'SimonA'
242+
UserName = 'SimonS'
243243
GivenName = 'Simon'
244-
Surname = 'Allardice'
245-
DisplayName = 'Simon Allardice'
246-
Description = 'The Brilliant one'
244+
Surname = 'Smith'
245+
DisplayName = 'Simon Smith'
246+
Description = 'The Developer'
247247
Department = 'Dev'
248248
Enabled = $true
249249
Password = $DomainCredential

Configurations/POC-DC-Client-Servers-GUI/DC-Client-Servers-GUI.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ Configuration AutoLab {
245245
xADUser Dev1 {
246246
DomainName = $node.DomainName
247247
Path = "OU=Dev,$($node.DomainDN)"
248-
UserName = 'SimonA'
248+
UserName = 'SimonS'
249249
GivenName = 'Simon'
250-
Surname = 'Allardice'
251-
DisplayName = 'Simon Allardice'
252-
Description = 'The Brilliant one'
250+
Surname = 'Smith'
251+
DisplayName = 'Simon Smith'
252+
Description = 'The Developer'
253253
Department = 'Dev'
254254
Enabled = $true
255255
Password = $DomainCredential

Configurations/POC-DCDHCP-Client-Servers-GUI/DCDHCP-Client-Servers-GUI.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ Configuration AutoLab {
246246
xADUser Dev1 {
247247
DomainName = $node.DomainName
248248
Path = "OU=Dev,$($node.DomainDN)"
249-
UserName = 'SimonA'
249+
UserName = 'SimonS'
250250
GivenName = 'Simon'
251-
Surname = 'Allardice'
252-
DisplayName = 'Simon Allardice'
253-
Description = 'The Brilliant one'
251+
Surname = 'Smith'
252+
DisplayName = 'Simon Smith'
253+
Description = 'The Developer'
254254
Department = 'Dev'
255255
Enabled = $true
256256
Password = $DomainCredential

Configurations/microsoft-powershell-implementing-jea/microsoft-powershell-implementing-jea.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ Configuration AutoLab {
239239
xADUser Dev1 {
240240
DomainName = $node.DomainName
241241
Path = "OU=Dev,$($node.DomainDN)"
242-
UserName = 'SimonA'
242+
UserName = 'SimonS'
243243
GivenName = 'Simon'
244-
Surname = 'Allardice'
245-
DisplayName = 'Simon Allardice'
246-
Description = 'The Brilliant one'
244+
Surname = 'Smith'
245+
DisplayName = 'Simon Smith'
246+
Description = 'The developer'
247247
Department = 'Dev'
248248
Enabled = $true
249249
Password = $DomainCredential

Standalone/POC-DC-Client-Servers-CORE/DC-Client-Servers-Core.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ Configuration AutoLab {
239239
xADUser Dev1 {
240240
DomainName = $node.DomainName
241241
Path = "OU=Dev,$($node.DomainDN)"
242-
UserName = 'SimonA'
242+
UserName = 'SimonS'
243243
GivenName = 'Simon'
244-
Surname = 'Allardice'
245-
DisplayName = 'Simon Allardice'
246-
Description = 'The Brilliant one'
244+
Surname = 'Smith'
245+
DisplayName = 'Simon Smith'
246+
Description = 'The Developer'
247247
Department = 'Dev'
248248
Enabled = $true
249249
Password = $DomainCredential

Standalone/POC-DC-Client-Servers-GUI/DC-Client-Servers-GUI.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ Configuration AutoLab {
245245
xADUser Dev1 {
246246
DomainName = $node.DomainName
247247
Path = "OU=Dev,$($node.DomainDN)"
248-
UserName = 'SimonA'
248+
UserName = 'SimonS'
249249
GivenName = 'Simon'
250-
Surname = 'Allardice'
251-
DisplayName = 'Simon Allardice'
252-
Description = 'The Brilliant one'
250+
Surname = 'Smith'
251+
DisplayName = 'Simon Smith'
252+
Description = 'The Developer'
253253
Department = 'Dev'
254254
Enabled = $true
255255
Password = $DomainCredential

Standalone/POC-DCDHCP-Client-Servers-GUI/DCDHCP-Client-Servers-GUI.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ Configuration AutoLab {
246246
xADUser Dev1 {
247247
DomainName = $node.DomainName
248248
Path = "OU=Dev,$($node.DomainDN)"
249-
UserName = 'SimonA'
249+
UserName = 'SimonS'
250250
GivenName = 'Simon'
251-
Surname = 'Allardice'
252-
DisplayName = 'Simon Allardice'
253-
Description = 'The Brilliant one'
251+
Surname = 'Smith'
252+
DisplayName = 'Simon Smith'
253+
Description = 'The Developer'
254254
Department = 'Dev'
255255
Enabled = $true
256256
Password = $DomainCredential

Standalone/microsoft-powershell-implementing-jea/microsoft-powershell-implementing-jea.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ Configuration AutoLab {
239239
xADUser Dev1 {
240240
DomainName = $node.DomainName
241241
Path = "OU=Dev,$($node.DomainDN)"
242-
UserName = 'SimonA'
242+
UserName = 'SimonS'
243243
GivenName = 'Simon'
244-
Surname = 'Allardice'
245-
DisplayName = 'Simon Allardice'
246-
Description = 'The Brilliant one'
244+
Surname = 'Smith'
245+
DisplayName = 'Simon Smith'
246+
Description = 'The developer'
247247
Department = 'Dev'
248248
Enabled = $true
249249
Password = $DomainCredential

0 commit comments

Comments
 (0)