itgeek
Members-
Posts
496 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by itgeek
-
Hi I am running iis7 server 2008. I have setup a website in php and want to block all from the admin section of the site. Any ideas how to do this, just want to add 5 users manually please? Thanks
-
Hi i have upgraded ranger to v7. The problem I am having is that ranger v7 does not support local start menu and you have to re-direct this to a shared start menu. the problem I am having is that this will be the same on all machines, even if this has the software on or not. Can I do this via gpo and link it computer ou and not user? Thanks
-
Hi Please could somebody tell me how to create the default user profile in windows 7. I have deployed win 7 via mdt clean installation and it works well, how do I create the default user? I deploy the software after via gpo. Thanks
-
Hi I have setup mdt 2010 and deployed a clean image to a test machine. The problem I am having is that I dont think that it is completing because its not deleting the two folders in the c: drive. When I delete them I can see the network drives fine. Could somebody please tell me how I set the default user, this was easy in xp just install the software and copy it over, but I want to deploy this via gpo?. Should I create a reference machine then clone that back to the server for deployment? Thanks
-
mdt Litetouch has encountered an environment error...
itgeek replied to itgeek's topic in O/S Deployment
Thanks How would I do that then? Thanks -
Hi I have deployed windows 7 uning mdt and wds, it works well. I went to re-image the machine and it bring up the following error (Litetouch has encountered an environment error...) I have deleted the two folders in the c drive and it is still happening.... Thanks
-
Any advise on the security of the new share on another server? Thanks
-
Hi we currently have our software deployment share on the dc, the problem is the hd is full. can I re-create the share on our fs and point it? Thanks
-
Hi I am currently in the process deploying windows 7. What would you use for os deployment, sccm or wds? Could you point me in the right directions for default user sysprep etc Thanks
-
Hi I am looking to buy papercut or printmanager plus. Any advise please? Thanks
-
Ok I am looking to go virtual this summer. Looking at a netapp fas2020 dell md300i and a hp msa. Does anybody have any recommendations. I am thinking veeam for back to our dr site and testing upgrades and backups. Any advise guys? Thanks
-
Hi I am looking for a way to lock down windows 7 with gpo. Does any templates exist for this that are locked down for school? Thanks
-
Hi Please could somebody tell me how to setup a cron schedule on our moodle server to run and test to see if it has ran? Thanks
-
Hi I want to be able to open a webpage only once, when a user log in for the first time. Is this possible? I want to be able to display an ICT Support Help and support page for new members of staff? Thanks
-
Here is the script, I cant find the /s we set the oct tool to suppress modal?? setlocal REM ********************************************************************* REM Environment customization begins here. Modify variables below. REM ********************************************************************* REM Get ProductName from the Office product's core Setup.xml file, and then add "office14." as a prefix. set ProductName=Office14.PROPLUS REM Set DeployServer to a network-accessible location containing the Office source files. set DeployServer=\\server REM Set ConfigFile to the configuration file to be used for deployment (required) set ConfigFile=\\server REM Set LogLocation to a central directory to collect log files. set LogLocation=\\server REM ********************************************************************* REM Deployment code begins here. Do not modify anything below this line. REM ********************************************************************* IF NOT "%ProgramFiles(x86)%"=="" (goto ARP64) else (goto ARP86) REM Operating system is X64. Check for 32 bit Office in emulated Wow6432 uninstall key :ARP64 reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName% if NOT %errorlevel%==1 (goto End) REM Check for 32 and 64 bit versions of Office 2010 in regular uninstall key.(Office 64bit would also appear here on a 64bit OS) :ARP86 reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName% if %errorlevel%==1 (goto DeployOffice) else (goto End) REM If 1 returned, the product was not found. Run setup here. :DeployOffice start /wait %DeployServer%\setup.exe /adminfile %DeployServer%\Updates\Office2010ProPlus.msp echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt REM If 0 or other was returned, the product was found or another error occurred. Do nothing. :End Endlocal
-
We have created a computer startup script for office 2010, the installation works but takes about 10 mins per machine!! Could I ask is it possible to display a message when running startup?
-
Hi Below is what I have. All I want is to send all traffice to the proxy, address below and then if laptops not on network ignore. Is this possible? Thanks function FindProxyForURL(url, host) { return "10.170.10.200:3128; DIRECT"; }
-
Thanks FN-GM below is the file function FindProxyForURL(url, host) { return "ip:port; DIRECT"; }
-
Hi its version 7.0 Guardian web security. Thanks
-
Help.... I have created a proxy.pac file and am testing it on my local machine file://c:\proxy.pac The problem is that its not hitting my proxy server???? Any ideas?? Thanks
-
Hi Does anybody have a custom smoothwall block page they could upload to share?
-
ok do I deploy this in gpo Automatic browser Configuration? Thanks for your help
-
Thanks do you have any info on how to create proxy.pac and I need to exclude some websites from the list.
-
Thanks, how do you use proxy.pac files?? We make the teachers administrators, but I want to lock this so they cant change the proxy. Thanks
