Hello,
We are running 3300 ICP, I have a device that when plugged into the network displays 'Use Superkey To SEND PIN'.
I can see the device (MAC Address) in the Telephones - Unprogrammed form with a registration reason of unknown.
I have tried the Feature Access Codes to login / assign the...
Not from within WSUS, look at the actual file in x:\wsus\updateservicesdbfiles\susdb.mdf, run a sync in WSUS and see if the date modified changes, this will confirm it is the database in use.
Hi,
Just wondering what are your thoughts on best practices for including a TS in a WSUS update schedule and also how often to re-boot a TS.
A previous company I worked at had Citrix server and they were reboot once a week.
Thanks
Andrew
Hi,
For example I have a list and when entering a new item I have a drop box with "machine" names in, depending on what I select here I want a second drop-box with "models" in to change.
Is this possible, east, please advise.
Ta
A
Hello,
I have Office 2002 (old I know) installed and running in a Citrix environment (PS4.5), this has been up and running for years without problem. Now, When I launch Word as a published app (as a user or a Domain Admin) and 'Insert Microsoft Excel Worksheet' (from the Formatting toolbar) it...
Hi,
I used to know a little about VB Script... I must have had a knock on the head or something?!?
I want to run a script depending on computer name. I have a bunch of machines I do not want it to run on when a user logs on. Basically:
Dim obj
Set obj = CreateObject("Wscript.Network")
If...
That option was not checked, when I do, I can see that user / computer objects etc expand in the treeview, but when this is not ticked contacts still expand when nothing else does... it doesn't bother me too much, I was just curious as to why this is now happening.
No, that is not what I mean.
I have an OU called 'Contacts', if I highlight it all my contacts show up in the right hand pane. However there is a + meaning I can expand it, if I do all the contacts are displayed in the treeview, the same as sub OUs would be displayed.
Hello,
We are running a native 2k3 domain, recently I have noticed that when using ADUC any OU with 'contacts' in now shows them in the treeview (i.e. expands the OU in the treeview) and the right hand pane. This is new and never used to happen, do any of you know why? The only change I can...
Hi,
We have a domain policy that disables the option to 'Play a sound when new mail arrives' in Outlook 2007.
Somes people would like this feature enabled, I am thinking a script that they could run at startup is the easiest way?!?
I cannot find the entry in the registry...
Any ideas...
...drives and printers and runs various bits and pieces. I recently added some code (below) to map a users home folder depending on their username.
*****
strUserName = WSHNetwork.UserName
WSHNetwork.MapNetworkDrive "H:", "\\servername\home$" & "\" & strUserName
*****
Now, I am having trouble...
Hi,
So, I have an XP laptop running Office 2007 and a 2003 R2 server running Exchange 2003 SP3.
I have a 500MB limit on user mailboxes at the moment. We a user exceeds that limit they get a message from the System Administrator.
Now the problem is I have a user with a US locale and no...
Hi,
So, I want to clear all GPO settings that have every been applied to a machine. This machine has moved OUs and domains a few times... I was under the impression it would just get the GPO settings applied to a specific OU... How do I start from fresh without moved the computer object/user...
Hi, I have a new problem now...
The script above works a treat unless the home folder does not exist (new user)... I guess I need it to create a folder as the username if it is not there...
Any ideas?
Yep, seen that before, very useful.
I managed to work my way through it in the end:
Dim objNetwork
Dim strDriveLetter, strRemotePath, strUserName
strDriveLetter = "H:"
strRemotePath = "\\servername\home$"
Set objNetwork = WScript.CreateObject("WScript.Network")
strUserName =...
Hi,
I need to map users home folders via vbscript. The path is the following:
\\server1\home$\%username%
I can map to home$ but not get the username part working... please help me...
Thanks
Andy
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.