Jump to content

ItMerkaz

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ItMerkaz

  1. just removed the 'try' and 'catch' and it worked like a charm :-) to everyone helped, also my scripts for the groups and users works great now that the computers joined the AD. is a restart a must ?
  2. OK the command works fine. all I need is to make a powershell script which will import the data from a CSV file out of the command: New-ADComputer -Path "CN=CampusComputers,DC=AllStudents,DC=local" -Name "Student00" -SamAccountName "Student00" -DisplayName "Student00" -Descriptio "Description00" -Location "MerkazIT" -Enabled $true Can someone help me with that ? Thanks
  3. Thanks Chris for the fast reply but all that I know (from other links) and tried and failed I was hoping for something like this: http://www.telnetport25.com/2009/12/quick-post-%E2%80%93-script-to-create-lab-users-%E2%80%93-powershell-version%E2%80%A6/ which will create the computers..Thanks ahead
  4. Anyone uses ForteFree ? http://www.fortenotation.com/en/transaction/downloads/t/?t=forte_free
  5. Hi, is there a way to use the vlc--win32.exe /L=1033 /S and remove the auto update ? I also use a registry key to disable capturing of .wmv, is there a way to add it to the command line ? Thanks
  6. Hi & Server 2008 R2 x64, I need help to create 100+ computers, the list is easy: Student00 Stutend01 . . Student99 Teacher00 . . Teach22 saved them at a CSV excell and I need help to create the powershell script. I manage to create the users script using some examples at the web but can't find computer script. Thanks :pop2:for the help!
×
×
  • Create New...