Microsoft
Software
Hardware
Network
Question : Scripting Problem with IFMEMBER
I have a group in ADUC called AG-CRM_Installation to test I add and remove myself from the group, however no matter what I do when I run the script it just does nothing, help is appreciated. I need to roll this out to client computers.
REM **************** MS CRM Client Installation **************************
*
set SCRIPTPATH=%LOGONSERVER%\N
ETLOGON
"%SCRIPTPATH%\tools\ifmemb
er" "AG-CRM_Installation"
if errorlevel 1 goto CRM
GOTO WTS
:CRM
rem Check CRM install
if not exist "C:\Program Files\Microsoft Dynamics CRM" GOTO CRM_INSTALL
:CRM_INSTALL
rem CRM Outlook Client silent install
\\server-app01\PublicInsta
lls\Outloo
kClient\se
tupclient.
exe /q
GOTO WTS
REM **************************
**********
**********
**********
**********
******
:WTS
REm do stuff here
Answer : Scripting Problem with IFMEMBER
Perhaps you need to put your domain name before the group name?
LIke this:
"%SCRIPTPATH%\tools\ifmemb
er" "mydomain\AG-CRM_Installat
ion"
Random Solutions
Outlook 2007 Continuous Authencication
XP display set to 4 bit color depth after Remote Desktop session
Error when assigning value to textbox in footer during runtime
Code works fine in debug mode, but not at run time
Flash will only work when I run IE in admin mode
Make minimized application window visible
to_date MS-Access
Operator '>' can not be applied to operands of type double or decimal
Cannot delete users from site collection on wss 3.0
How to keep the same machine name after re-imaging with SCCM 2007