Hi Script Master...sorry Danielle
Yes it 's very easy.
You need to go to WAS_HOME\profiles\PROFILE\properties.
Depending on your conntype SOAP or RMI
SOAP->soap.client.props
com.ibm.SOAP.securityEnabled=true
com.ibm.SOAP.loginUserid=ADMIN_USER
com.ibm.SOAP.loginPassword=ADMIN_PASSWORD->you can use if want ResponseFilePasswordEncoder script to obfuscate the password and put in {xor} mode
#Left to nothing loginSource so the properties are take from properties file
com.ibm.SOAP.loginSource=
RMI->sas.client.props
com.ibm.CORBA.securityEnabled=true
#In this case put properties
com.ibm.CORBA.loginSource=properties
# RMI/IIOP user identity
com.ibm.CORBA.loginUserid=ADMIN_USER
com.ibm.CORBA.loginPassword=ADMIN_PASSWORD
IPC->ipc.client.props
com.ibm.IPC.securityEnabled=true
com.ibm.IPC.loginUserid=ADMIN_USER
com.ibm.IPC.loginPassword=ADMIN_PASSWORD
#Left to nothing loginSource so the properties are take from properties file
com.ibm.IPC.loginSource=
If you customize your wsadmin.properties saying conntype, ports,...you can call directly to wsadmin with out parameters only -f with your script.
Hope this helps,
Regards,