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
windows xp privilidge problem
Printing question
I need some help with a batch file
MS Access Where to put the code to calculate a field using data from a record selected in a subform
How to add country flags near username on the forum topics?
How to display full path in SHBrowseForFolder edit box when BIF_EDITBOX is set?
SSRS 2005 - Multiple IIF Statement
SQL Query - Syntax ( SQL 2005 / 2008 )
Setting up ASPX application on IIS - Could not load file or assembly
Adding attachments to an Access form during dataentry