Server Basics (10) | Adding more fields while creating multiple users at once in AD using Powershell

SERVER BASICS

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
Rating: 0.0 out of 0 votes
Comments (0)

Refresh page if video doesn't load!!! Download Video Server Basics (10) | Adding more fields while creating multiple users at once in AD using Powershell

You need to have the Flash Player installed and a browser with JavaScript support.


Lights off
Sorry, your favorites list is FULL.

Link to this video

Description

Server Basics Video Series: This is a follow-up to video (9) showing how to include other fields within our script to quickly create multiple users within Active Directory.For each additional field, you need to add the following lines of code into the appropriate section of your powershell script:

#Additional Attributes
$physicalDeliveryOfficeName=$dataRecord.Office

#Place the additional attributes into the record
$objUser.Put("physicalDeliveryOfficeName",$physicalDeliveryOfficeName)

Tags



Comments

Be the first to comment

Sign in or sign up to post comments.
Artist: SERVER BASICS
Video title: Server Basics (10) | Adding more fields while creating multiple users at once in AD using Powershell
Category: Computer
Views: 52
Submitted by: admin