Jump to content

TetraFlash

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by TetraFlash

  1. The current domain has corruption and we have tried ADMT in the past and it carried over the issues. NETDOM is doing the job nicely... I wrote a script (in linux) that takes the export list of computers from the current domain and writes a batch file of NETDOM's to move ALL computers. Now I have another issue... profiles... we are using local profiles for all users (animation studio... cant have their temp work on the server)... so right now when they log on they load c:\users\doug.domainName and after the move it will load c:\users\doug.newDomain So.. I need a way to migrate all local accounts to the new one flawlessly .. and I have to be able to execute this transition from the domain server so preferably cmds and not full programs. Also... IF possible, some machines (very few) are windows xp... so the profile locations are different. Any suggestions?
  2. ya I drew a blank on that... also you can export the list right from the Active Directory Users and Computers GUI... so I have the list.. Has anyone tried using a list with netdom before?
  3. Here is my issue... I have a Windows Server 2003 and my Domain/DNS controller and its all messed up. I have given up on fixing it as its corrupted. So moving forward I have a new domain server going in place of it. With a new domain name and everything. Is there a way to (from the old domain server while its still up).. force ALL the computers that are domain members to drop their current domain and join the new one? without having to visit each machine? EDIT: I have it figured out this far NETDOM MOVE /DOMAIN:[domain-name] [comp-name] /USERD:[domain-name]\ADMINISTRATOR /PASSWORDD:[admin-password] unfortunately I am new to this job and had no control over the original naming convention, so I need a way to do this on ALL computers as part of the current domain without having to list out their names (or if there is an easy way to get a list of their names from the current domain ... that would work too)
  4. I am looking for an easy way to push out silent installs over a group of computers in the office on a domain. I have looked into using GPO's but I do not want the user to have to go into Add/Remove Programs. We are using Windows 2003 Standard edition. The main issues are that I need to pick and choose computers within the domain for this to occur on, if I can do it by grouping thats fine too. The install just has to be silent as I cannot disrupt my users. Any Advice?
  5. working at March Entertainment

  6. Works like a charm, the entire process is running from a usb stick so certmgr.exe never even hits the system dirve. You guys have been insanely helpfull. For anyone reading this post who thinks a step was skipped, to get Novell.cer simply install novell client normally in windows 7, then run certmgr.msc and export the certificate. Thanks again
  7. I notice certmgr.exe isnt native to windows, comes with the windows SDK, can I simply install the SDK and pull just that exe after the install?
  8. Hello everyone, I have always turned to this site for solutions, and today I came up empty handed for the first time in a long long time, so I figured its time to register and ask. I am using WPI to install a bunch of software and save me some time, new to my list is Novell Client 2 SP1 for windows 7. And it isn't completely silent/unattended.. I dont much care for what comes up on the screen during the install, as long as it doesnt ask questions. During the install I am prompted by windows with the following message. I know this is more to do with windows then Novell however to be full in my explanation I have included the 2 files controlling my unattended install. I am using the command ACU.exe /NCPF /D:no to launch the install. I would like to eliminate the prompt... any suggestions? NovellClientProperties.TXT [Novell_Client_Install_Manager] Novell_Client=VISTA Version=5.1.1 !DisplayLicenseAgreement=YES [NovellLoginProfiles] !Profile_List1=Default !Profile_List_Distribute=Replace !LoginProfilesDWOn0="Default","Save On Exit" !LoginProfilesSZ0="Default","Tab","Credentials" !LoginProfilesDWOn1="Default","Password Enable" !LoginProfilesSZ1="Default\Tab1","Tab","NDS" !LoginProfilesSZ2="Default\Tab1","Server","LULDATA" !LoginProfilesSZ3="Default\Tab1","Context","Empl.LUL" !LoginProfilesSZ4="Default\Tab1","Tree","142.51.1.227" !LoginProfilesDWOff0="Default\Tab1","Use DHCP Tree" !LoginProfilesDWOff1="Default\Tab1","Use DHCP Context" !LoginProfilesDWOff2="Default\Tab1","Use DHCP Server" !LoginProfilesDWOff3="Default\Tab1","Clear Connections" !LoginProfilesSZ5="Default\Tab2","Tab","Script" !LoginProfilesDWOn2="Default\Tab2","Login Script" !LoginProfilesDWOn3="Default\Tab2","Display Results" !LoginProfilesDWOn4="Default\Tab2","Close Results" !LoginProfilesSZ6="Default\Tab3","Tab","Windows" !LoginProfilesSZ7="Default\Tab4","Tab","NMAS" !LoginProfilesDWOff4="Default\Tab4","Display Clearance" !LoginProfilesSZ8="Default\Tab5","Tab","EAP" !LoginProfilesDWOff5="Default\Tab5","Enable EAP" !LoginProfilesDWOff6="Default\Tab5","InitialLogonOnlyAuth" !LoginProfilesDWOff7="Default\Tab5","AppenDomainToUser" !LoginProfilesCount=9,5,8 [NovellClientParameters] !NMAS_Authentication=NO !NMAS_Authentication_Distribute=Always !SLP_Directory_Agent1=142.51.1.221 !SLP_Directory_Agent2=142.51.1.222 !SLP_Directory_Agent_Distribute=Replace Install.ini ; Novell Client Install INI File ; ; VeRsIoN=v2.0 Novell Client Install - Control INI ; CoPyRiGhT=Copyright 2009, by Novell, Inc. All rights reserved. [NovellClient] ; ; Novell Client for Windows Install and Upgrade Configuration ; ; ; MajorInternalVersion= ; Major Internal Version of the Client ; MajorInternalVersion= ; ; MinorInternalVersion= ; Minor Internal Version of the Client ; MinorInternalVersion= ; ; NovellClientPropertiesFile= ; Use a Novell Client Properties file (created by NCIman.exe) ; This must be a file name only. Paths are not allowed ; NovellClientPropertiesFile= [Setup] ; ; Novell Client for Windows Setup Configuration ; ; Setup installs the Novell Client for Windows ; and optionally installs other products. ; ; ; DisplayLanguageSelection=Yes ; Display the Novell Client Language selection dialog ; DisplayLanguageSelection=no ; ; DefaultLanguageSelection=WINDOWS|ENGLISH|FRANCAIS|DEUTSCH|ITALIANO|NIHONGO|POLSKI|PORTUGUE|RUSSKI|ESPANOL ; ; Specifies the default option to be selected for the ; Novell Client Language selection dialog. This selection ; will be effective even if DisplayLanguageSelection=No. ; ; Note that not every language is valid for selection on ; a given machine, so its possible to specify a language ; here that isn't valid on the machine where SETUP.EXE is ; running. In this case, the Novell Client Language ; selection behavior will ignore the language specified ; here and abide by its normal default selection behavior. ; ; Leaving this option blank ("DefaultLanguageSelection=") ; lets the Novell Client Language selection dialog perform ; its normal default selection behavior. ; ; Setting "DefaultLanguageSelection=WINDOWS" forces the ; "Use Windows language configuration" option to be selected. ; DefaultLanguageSelection=no ; ; DisplayLicenseAgreement=Yes ; Display the Novell Client License Agreement dialog ; DisplayLicenseAgreement=no ; ; DisplayInitialDialog=Yes ; Display the initial Installation or Automatic Client Upgrade dialog ; DisplayInitialDialog=no ; ; DisplayBackground=No ; Display a full screen background window ; DisplayBackground=No ; ; CreateSystemRestorePoint=Yes ; Create a Windows System Restore Point before installing the Novell Client. ; This setting is ignored on Windows platforms that do not provide the ; Windows System Restore Point service. ; CreateSystemRestorePoint=Yes ; ; InstallNMAS=Yes ; Install Novell Modular Authentication Services (NMAS) ; InstallNMAS=Yes ; ; InstallNICI=Yes ; Install Novell International Cryptography Infrastructure (NICI) ; If InstallNMAS=Yes, InstallNICI will also be set to Yes ; InstallNICI=Yes ; ; ForceReboot=No ; Force the computer to reboot after installing the Novell Client ; ForceReboot=No ; ; DisplayRebootDialog=Yes ; Display the Reboot dialog after installing the Novell Client ; If ForceReboot=Yes, DisplayRebootDialog is ignored ; DisplayRebootDialog=no [ACU] ; ; Novell Client for Windows ACU Configuration ; ; ACU determines if the Novell Client for Windows needs to be upgraded ; by comparing the Major version, Minor version, Support Pack version, Build Number ; ACU Major version, and the ACU Minor versions. ; If ACU determines that the Novell Client does need to be upgraded ; it launches Setup to perform the upgrade. ; ; ; DisplayUpgradeDialog=Yes ; Display the Novell Automatic Client Upgrade dialog before launching the upgrade ; DisplayUpgradeDialog=no ; ; Message= ; Additional text displayed on the Novell Automatic Client Upgrade dialog ; Message= [UpdateAgent] ; ; Novell Client for Windows Update Agent Configuration ; ; Update Agent updates the Novell Client for Windows by launching ; ACU to determine if an update is needed and Setup to perform ; the upgrade. ; ; ; Disabled=No ; Enable or Disable the Update Agent ; Disabled=No ; ; DisplayUpdateDialog=Yes ; Display the Update Agent dialog before launching the update ; DisplayUpdateDialog=no ; ; DisplayUpdateLocation=No ; Display the location that the Novell Client will be updated ; from on the update dialog ; DisplayUpdateLocation=No ; ; ApplyNovellClientPropertiesFile=Yes ; Apply the contents of the Novell Client Properties file ; referenced in the [NovellClient] section of this ini file ; to the registry separate from the install or upgrade process. ApplyNovellClientPropertiesFile=Yes ; ; Message= ; Additional text displayed on the Update Agent dialog ; Message=
×
×
  • Create New...