We have 12 windows 2008 R2 servers running Citrix XenApp 6.5.
User profiles are located on a CIFS share.
Random users are getting a temp profile instead of their TS profile loaded on random servers.
Removing key registries under profilelist fixes it.
We have about 700 users and we usually...
We have 12 windows 2008 R2 servers running XenApp 6.5.
Profiles are located on a CIFS share.
Random users are getting a temp profile instead of their TS profile loaded on random servers. Removing key registries under profilelist fixes it.
We have about 700 users and we usually get about 30 a...
you could map the client local drive.
To enable legacy client drive mapping on XenApp 6 and XenApp 6.5, the following registry key must be set on the server:
Caution! This procedure requires you to edit the registry. Using Registry Editor incorrectly can cause serious problems that might...
We are implementing xenapp 6.5 and having slow log on issues.
Users that are members of a particular OU IN AD are experiencing extremely slow log on when launching an app. Those users have a log on script running, set by a GPO.
If I remove the script form AD, their log on process is normal...
When launching SAP 710 app from Citrix, under systems entry properties, the tab for Connection appears to be fully accessible to users and they could ( as they have) change settings, they apparently are able to delete a system entry.
How can we lock that window so that all users can do is...
When launching SAP 710 app from Citrix, under systems entry properties, the tab for Connection appears to be fully accessible to users and they could ( as they have) change settings, they apparently are able to delete an system entry.
How can we lock that window so that all users can do is...
function getOUMembers(strDN)
'Default return value
getOUMembers = "None"
'Prepare to query LDAP for a User's memberships (.MemberOf property)
set objCommand = CreateObject("ADODB.Command")
set objConnection = CreateObject("ADODB.Connection")
objConnection.Provider =...
ok... so if i run it and nothing shows up on the screen... it means that I am doing something wrong.... but what??
'wscript.echo getOUMembers(strDN)
strMembers = getOUMembers(strDN)
intGroupA = instr(strMembers, "julestest")
'intGroupB = instr(strMembers, "GroupB")
if (intGroupA > 0) then...
I did enter the wrong stuff, now it's working...
If a user is member of 5 groups but I only care and need to query 2 specific groups, where and how to I input that in the script?
and this should be my final question, I promise! THANK YOU SO MUCH FOR YOUR HELP!!!!!
hum... regardless of what I enter it keeps teling me that there is no such object on the server, and I know I am there... :)
Below is the code I have.
function getOUMembers(strDN)
'Default return value
getOUMembers = "None"
'Prepare to query LDAP for a User's memberships...
This kind of stuff makes me what to take some programming classes. Thanks for helping me.
When I run your script I get a “Table does not exist." Line 16 Char 5
I alos found this one but i am getting an "object required: 'objTextFile' on line 7 char 1
set xapp = WScript.CreateObject("Excel.Application")
xapp.Visible = True
set workbook = xapp.Workbooks.Add
set worksheet = workbook.Worksheets("sheet1")
i = 0
Do Until objTextFile.AtEndOfStream...
First of all, I need to specify that I am NOT a programmer what so ever, I just need to find a way to get this part of my new job more productive.
Searching online and trying things I got a script to tell me who is member of what group but what I need is the other way around.
Below is what I...
The subject line says it all, I need a quick way to find out what users are members of in AD.
To go a step further, if it's all possible, I would like to be able to select specific groups and export that to an Excel doc.
Can I run a query against an entire OU and only get the names of those...
I am not able to install a program on a 2003 Windows Server SP2 64 bit.
Every time I do try install I get Event ID 11719.
“The description for the Event ID 11719 in source MsiInstaller cannot be found….”
I tried to fins the installer online so that I could reinstall it but no luck.
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.