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
Access qurery not showing the right data with linked SQL 2005 tables
Loading gif images
Stop Error on Windows Server 2003
Windows 7 and .NET compatibility
I am a little confused how the right outer join on #d knows which table is to the right?
Resize all controls before form shows
Centrally run macro - deployment
Sql query returning different results each time it is run even though conditions are the same.
error opening a website
Uploading image cropping area settings to server side aspx