Big picture...
I'm running the following in the command shell to create 1500 users in AD.
FOR /L %i in (1,1,1500) DO dsadd user "cn=Test User%i,cn=MyUsers,dc=mydomain,dc=local" -samid testuser%i -upn testuser%i@mydomain.local -fn Test -ln User%i -display "Test User%i" -pwd P@ssw0rd -disabled...
Hi,
I have two tables: Users and metadata
Users:
id
userid
username
Metadata:
id
userid
value
I would like to extract a list of the userid's from the users table and enter them into the metadata table, with an additional value.
Example:
I want to take all of the userid's from the User...
HI all,
I am using the following javascript to display some world time clocks on a webpage, however, it appears that this script is using the time from the DNS server or the local machine(I'm not entirely sure). What I do know is that the time often changes unpredictably, and I'm sure this is...
Hi all,
I have the following script that will populate fields within a form from data extracted from the database.
Here is the code
global $db;
$groups = array();
$res = $db->query(new Query("SELECT groupid,groupname FROM groups ORDER BY groupname ASC"));
while...
Hi All,
I have a bit of code that should go through every file in the folder specified and insert a bit of text. This is fine, except it doesn't work.
Could anyone advise why this doesn't work?
Sub replacetxt()
Dim fso, fol, f
Dim a As String
Set fso =...
Hi All,
I have a bit of code that should go through every file in the folder specified and insert a bit of text. This is fine, except it doesn't work.
Could anyone advise why this doesn't work?
Sub replacetxt()
Dim fso, fol, f
Dim a As String
Set fso =...
Hi all,
I have two power point presentations I would like to open at the same time, in seperate windows.
I cannot seem to do this. If I open the application again it opens the original window.
is there any way of running 2 instances of powerpoint?
(I have dual screens and I am trying to...
Hi, forgive me if this is a repeated question, I cannot seem to find anything like this.
I have a link to an excel document on my website. The link works fine, and I can configure my local machine it to open in the Excel application each time and not the browser(haven't found a way to force...
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.