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
How to create a copy of table from one database to another(need schema as well)+sql server 2005
uninstall this application when it falls out of the scope of managment
How to export ipconfig results to a text file via VB.net
Using IF in SQL SELECT
Simple archive trigger for SYBASE table
some Image control events not firing... Acess 2007
How to reinstall Vista USB Drivers?
KMS and MAK
Populate Table from Multiple Calculated Field on a Form in Access
Excel VBA - see gridlines on Listbox