-
Posts
89 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Carrot63
-
No we don't have an internal proxy.
-
No but I have tried it on a couple of different machines at work.
-
Hi Sorry about this but do you have any other suggestions as we cannot find anything blocked on the Firewall and our ISP have had a look and cannot see anything either? thanks
-
I have tried it at home and it works so I am assuming it must be the firewall however I am not seeing anything blocked through the firewall but I will continue to search. Thanks for you help. Carolyn
-
Joanne - 3 installers? I did 2 perhaps that is what I am missing. I will have a look again at the article and see if I have missed anything. Matt_Renato - No it gives the same error. I don't think I have multi factor authentication on it, how do I check?
-
Thanks, that is what I have been trying with and it logons to the web portal fine so I am using the correct details it just isn't working via the powershell command.
-
Hi This is really helpful for me also thank you and putting info in the department field is a great easy idea. So my problem is like others I don't have it in currently and would like to use the powershell option to import a csv file with this info in it. I am afraid I am falling at the first hurdle. When I try the login it says I have invalid credentials (see screen shot) however I have entered the correct details and double-checked. Has anyone else experienced this issue? Am I missing something obvious? Thanks
-
Plus 1 for Stone. Have always built well for us and their support has been very good on the odd occasion we have had an hardware issue. We have also built the Zoostorm (like the old rmone) machines onto CC4 without any issue. Some of these we bought through RM and some through Misco.
-
Hi We have a working party assessing the merit of starting a 1:1 project. We would like to visit/chat with a few schools who already have a 1:1 deployment who could show us the benefits they have found with such a project and the ways they overcame the technological challenges they faced. If you would be prepared to initiate a chat/visit to show off your achievements please PM me. Thank you Carolyn
-
I would also really appreciate a copy if you don't mind. Thank you
-
Hi We have been having this issue for ages and have not found a good solution, so we would also appreciate any suggestions anyone may have. We have noticed that the user library folder has messed up permissions that even an admin cannot read. I have created a ps script to change the ownership and permissions and then delete the library folder for all users and it helps for a little while and then gets itself messed up again. Thanks Carolyn
-
Script to delete a named folder from all users
Carrot63 replied to Carrot63's topic in How do you do....it?
Hi Thanks very much for your assistance. You showed me the way and after a bit of trial and error the following script deletes nearly all of the library folders in the students folders. The takeown struggles with a handful of files that are a real issue but it gets the majority. $RootFolder = "\\servername\studentshare\year12" $UsersFolders = Get-ChildItem -Path $RootFolder foreach ($Folder in $UsersFolders) { if (Test-Path "$RootFolder\$Folder\Library") { takeown /F "$RootFolder\$Folder\Library" /R /A /d Y cmd /C rmdir $RootFolder\$Folder\Library /s /q } } The rmdir at the end allows all of the the longfile names to also be deleted. Thanks -
Script to delete a named folder from all users
Carrot63 replied to Carrot63's topic in How do you do....it?
Sorry - one extra thing. The directories I am removing come up with a lot of access denied errors and directory not empty, presumably because of the access denied (even though I am admin). I think this has been caused because of a corruption caused by the link between the Macs and AD network, we think because dedupe is now on the servers. Do you know what extra switches we could add to take ownership/change permissions or force it to allow this to work? -
Script to delete a named folder from all users
Carrot63 replied to Carrot63's topic in How do you do....it?
That is absolutely fab thanks. I had to change the $Root\ to $RootFolder but it is now perfect for what I need. Thank you -
Script to delete a named folder from all users
Carrot63 replied to Carrot63's topic in How do you do....it?
Thanks. I would ideally like to have it as a script that I can run as a one off this evening but then retain in case I need it again. Therefore it would need to be able to automatically pick up all of the individual usernames in the Year12 folder. There are also a number of awkward files in each of them with long filenames etc.. -
Hi Please could anyone offer advice as to the quickest and most reliable way to delete a particular named folder and all of its subfolders and files from within all students home areas? The folder would effectively be "Users\Year12\fredbloggs\Library" and all that is below it. Thanks Carolyn
-
Hi Yes we are using WPA2 enterprise authentication. How would I setup a configuration profile for this and how do I apply it? Thanks for your advice
-
Hi We have a suite of Macs linked with a Mac server and AD. On the whole everything works fine when physically connected to the lan however if you want to use a macbook or an imac on wifi they are unable to logon unless you create the user a mobile account or localadmin account first. I am sure I must be doing something stupid but I have read somewhere that others have this problem and it is that the Macs do not initialise the wifi until after the logon, which obviously would be no use at all. We use our AD home directory as the home folder on the mac rather than a local home folder or storing it on the Mac server. Has anyone had this problem and if so how have they got round it? Thanks
-
Hi I am implementing O365 however primarily to be able to offer students/Staff Office freely for all of their devices and to give them onedrive access. We use Gmail so do not want the exchange setup. At present we do not wish to enable Lync. In order to use onedrive I believe we need to enable Sharepoint however we do not want to use the sites areas so do not want to have links that can be used to create sites. So far I have tested with Staff on the A3 plan and they can use office on demand, download the software and use onedrive. The only problem is they do get links to creating sites. Is there a way to remove this option? The Student Proplus setup is currently not working with onedrive nor office on demand. Microsoft say there is a problem with this that will only be resolved by December. Is anyone else experiencing this problem? Will the proplus version have the same access to sharepoint sites and if so is there any way that I can disable this whilst still allowing onedrive? Ultimately I want this to be as easy as possible for students and staff to be able to use online office and onedrive with the added benefit of the ability to download office to other devices. Thanks
-
[for sale] Compucharge Charebox15 Laptop Trollies (7)
Carrot63 replied to eyetea's topic in Classified Adverts
Hi Thanks very much but unfortunately we acted a bit too soon and earlier this week I had to order a new one!! I am gutted :-( -
[for sale] Compucharge Charebox15 Laptop Trollies (7)
Carrot63 replied to eyetea's topic in Classified Adverts
Hi Do you still have any of the laptop trolleys left? -
Office file compression using NXPowerLite for file servers
Carrot63 replied to lewisburgess's topic in Office Software
Hi Did you ever get NXPowerlite and if so have you been happy with it? Do you have any cautionary notes? Thanks -
Hi Sorry I am being rather dim but which instructions? I had a look on the ninja link but I cannot understand any of those instructions and how they could be done in CC4. We also have no trace of M070 or M040 anything, the folder in our install is M010. Also where do I find the extra msi's they do not appear for us. I am really sorry but I have been messing with this for weeks and PTC have told me I just have to do it all manually on each machine. I am really confused. I know I do sound dim but I have hundreds of other pieces of software that I have installed perfectly happily. It is just this one that is beating me. Sorry :-(
-
Hi Has anyone managed to package this up on an RM CC4 network? PTC support have said that I have to manually copy the 3gb files to each machine and then run it manually as administrator on each machine to let it install the thumbviewer etc... As it needs to go out to over one hundred machines I do not wish to manually install it. Also where are the msi's for the Creo agent, thumb viewer and express? Thanks in advance for any help. carolyn
-
No worries. thanks for trying anyway
