C3sium
Members-
Posts
27 -
Joined
-
Last visited
Reputation
0 NeutralAbout C3sium

Personal Information
-
Occupation
IT Admin
-
Location
Australia
-
Hello, I have fixed it for the time by adding the address to the local intranet safe list in internet explorer. Which also fixed a few scripts that ran on that site. Thank you, C3sium
-
Hello, Yes there is 2 DNS server. What sort of nslookup commands should I use to check the records Thank you, C3sium
-
' Computer Logging VBS script ' ---------------------------------------------------------------' ' Defines Option Explicit Dim objFSO, objFolder, objShell, objTextFile, objFile, objNetwork Dim strDirectory, strFile, strText, strCompName, strUserName ' Get Detials Set objNetwork = WScript.CreateObject("WScript.Network") ' Sets Variables strCompName = objNetwork.ComputerName strUserName = objNetwork.UserName strDirectory = "\\mserver\NETLOGON\Logs" strFile = "\" & strCompName & ".txt" strText = "Logged On , "& strUserName & ", " & strCompName & ", " & NOW ' Create the File System Object Set objFSO = CreateObject("Scripting.FileSystemObject") ' Check that the strDirectory folder exists If objFSO.FolderExists(strDirectory) Then Set objFolder = objFSO.GetFolder(strDirectory) Else Set objFolder = objFSO.CreateFolder(strDirectory) End If If objFSO.FileExists(strDirectory & strFile) Then Set objFolder = objFSO.GetFolder(strDirectory) Else Set objFile = objFSO.CreateTextFile(strDirectory & strFile) End If set objFile = nothing set objFolder = nothing ' OpenTextFile Method needs a Const value ' ForAppending = 8 ForReading = 1, ForWriting = 2 Const ForAppending = 8 Set objTextFile = objFSO.OpenTextFile _ (strDirectory & strFile, ForAppending, True) ' Writes strText every time you run this VBScript objTextFile.WriteLine(strText) objTextFile.Close ' Close Script WScript.Quit Above is the script I am using to track who logs on to what machine and when. The problem is that they are unable to run at line 32 which is; Set objFile = objFSO.CreateTextFile(strDirectory & strFile) I have given permission for full control to the 'logs' folder fro everyone and on this file. But where am I going wrong? and How cand I fix it? Thank you in advance, C3sium
-
Hello, The Primary DNS Suffix is emty Thank you, C3sium
-
Hello, Just have a little problem, I have a server which is hosting a website, some teachers can access this site by just typing in the name of the server in Internet Explorer while other have to type the servername.domain.local, to access it. Does anyone know how to make it so that they just have to type in the servername. Thank you, C3sium
-
Wpad you dont need to push out with GPO it is picked up as soon as they connect to the network. Ipads are unable to pick up on my .pac or .dat file. There is a firebox x550e installed, I have contacted them to see what I can do with that. They said I can block all traffic with that except for my proxy server, or the proxy that servers will be on. But he won't tell me how to do it, as the registered installer we had install it, had 2 or more days training on how to install it. He doesn't know that at the end of the year I have to decide if we keep the firebox or not. By the way I like the way you speak about Cats! Thank you, C3sium
-
That is even better, Do you know if this works with iphone, ipads, ipods? Do you know of any good resources for this procedure? It took me a week to figure out why Wpad wasn't working, due to hep files leaving out a regedit modification Thank you, C3sium
-
Hello, I am wanting to setup a captive protal if the proxy is not set, The captive portal only has to say "setup your proxy please", No login or paying screen. I would not want to setup another computer to do this. Is there an easy way to do this? I have internal Windows 2003 server to reside this page on. Thank you, C3sium
-
Also, does anyone know of any good tutorials websites that will be able to assist me in the implementation of windows server 2008? For example the WSUS, Web and print services. I am new to the setup of a netowrk from scratch. Thank you, C3sium
-
Hello all, I am trying to setup a few machines running in VMware workstation 7.x, I have a Windows 2008 server, Windows 7 x64 and Untangle server. I have a question about how to network them so that they run Windows 7 connects to Windows server then to the Untangle box. What is the best option to run these connection in? such as the untangle to the Host machine in "Host-only" or "Nat". Also someone might know this I also want to run a DCHP service were would this be best placed, on the untangle or server 2008? I am doing this as a test setup to see how / if untangle would work for my employer. Thank you, C3sium
-
Hello, I am back to this job now. Here is an event log in which occurs Thank you, C3sium
-
Yeah, I just booted into safe mode and used the 'Administrator' account to change the one I had there. But that just wrecked my syspreped image C3sium
-
Hello, My first 'What The ...' moment with Win7, It allowed me to sysprep without making an admin account, meaning no way to login, and change settings.... **Palm Face** Stupid me. C3sium
-
Hello, I have found a work around for the moment It is to add the script to run at login int the reg under 'Local machine' 'Run' But the user still have to press 'Open' to run it. Anyone know a way around this? Thank you, C3sium.
-
Hello, mac_shinobi, I have tired those commands this morning and it still failed. I have no idea what to do.... Here is the script some one asked for..
