Tagged Questions

0
votes
0answers
13 views

VBSCipt LOGON Script - Evaluate two items and map shares accordingly

I have a logon script mapping user drives Windows Network. Some users are now logging into a terminal server these days and I'd like to map a different drive, based on computer name they are logging …
1
vote
5answers
55 views

LDAP Gettling a list of logon names

I have the need in my program to get the list of user logon names in a group. This is what I have so far but it only returns all the users...which I need cut down to those in a group, of which i …
0
votes
2answers
66 views

How to connect to remote Oracle DB with PL/SQL Developer?

I have a database "TEST", to which I connect at address 123.45.67.89:1521. How do I connect to it using PL/SQL Developer?
1
vote
3answers
56 views

How to create different View depending on logged in user’s role in ASP.NET MVC?

I am kind of new to ASP.NET MVC, so need your help getting me through a problem: In my application the LogOn will be done using the Role of the user. I have my custom database schema (like User, …
0
votes
2answers
67 views

programmatically login to OS X

Hi, I am trying to create a program which will receive user credentials from a remote machine (where the user will be working), and forward these credentials to the login window of OS X. I know it …
1
vote
3answers
34 views

How do I logon Via a Windows Service?

Basically I want a windows Service that at a particular time, Logon on a windows (XP/Vista/7/2008) Machine? If this is Possible, Please show me the way?
1
vote
2answers
167 views

ASP.NET MVC + modelstate and partial view

I have a partial view called LogOn where i basically copied the logon inputs into a control. I am using Html.RenderPartial to place the control in my Index.Html inside of an Ajax.BeginForm <div …
0
votes
2answers
50 views

Display popup message when user login to site in J2EE(Filters)

Hi, I would like to show a popup message to the users when ever login to my site, only when login( later on it is not required). we are using java/j2ee for my application, and authentication …
0
votes
1answer
59 views

Changing background image of logon screen programmatically?

I'd like to replace the bitmap on the logon screen of Windows 7 64-bit with one that is on disk. I have a program that periodically switches the background image of my desktop, and it has a …