-
Posts
43 -
Joined
-
Last visited
Reputation
1 NeutralAbout Caffeine11

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I was wondering if anyone had issues with Word when accessing files stored on Google Drive using Google Drive for Desktop. We have Windows 10/11 with the current version of Drive for Desktop installed. We are using Office 2010, which I know is probably the reason, but we are hoping to purchase A3 licences to give us the latest 365. However, we need a fix until they are rolled out or I need to prove that the version of Office is the problem. However, staff are also having performance/save issues with the up-to-date version of Lynx Whiteboard when working with files on Drive for Desktop. I am doing the usual, safe mode, remove add-ins one at time etc. but I am wondering if it is something to with network traffic. Have you had to limit the cache size or use the bandwidth settings? However, if the user is connected in school and then connects at home, I would have thought there would be little to sync.
-
My screen shot is now unavailable. It is of User Accounts, Additional User Attributes Tab, Synchronise Passwords section.
-
Hi All Thank you for taking the time to reply. GCPW looks interesting. What settings would you would advise here? I cannot seem find the documentation for this section.
-
Hi All We are a primary school and the new Head wants the pupils to log on to windows devices and ipads with their own user name and password and use SSO where possible. However, she also wants to move to the cloud and remove our domain server but we have no budget for Google device licences for Chrome OS Flex so we are stuck with windows in our Computer Room for the moment. I was looking for a simple way to setup SSO between AD and Google Workspace, since we will be moving away from AD but, according to my research, I have to use Google Cloud Directory Sync with Google Password Sync. Is this correct? However, it appears that the password sync only happens when the password is changed so you force the user to change their password at logon. We want to give our pupils a fixed password which they cannot change. If I use Powershell and a CSV file to set a password for every pupil, will that be detected as a password change and synced to the pupil's Google account? I don't see any reason why this would not work and I am in the process of writing a script to test but I thought I'd check with you kind people to make sure I am heading in the right direction and not making it more difficult then it should be. Thank you.
-
Hi 6Foot2 Thank you for taking the time to reply. The missing dll is ADsSecurity.dll. It is part of the ADSI SDK (version 2.5) which is no longer available. I looked at Bulk AD Users but the documentation suggests it is to modify existing user accounts, not to create new ones. I was rather surprised when the only options for creating AD user accounts appeared to be paid for products or a powershell script and a csv file. The example powershell scripts don't add users to groups or create work folders etc which is why I am using the Account Management Excel spreadsheet. It does the lot. I am just irritated that I cannot seem to get the right syntax to get the folder name out of the path.
-
Hi All I need to create 300 AD user accounts. I have created the accounts and work folders using AccountManagement_release13072011.xls which still seems to work but I cannot change folder permissions as a required DLL is no longer available. The work folder name is the account name so Joe Bloggs has the account name 25Joe and his work folder is called 25Joe. There are no subfolders so recursion is not necessary. There is just a top level folder like this. test|_25Joe |_25Sid |_25Mary I am testing a simple batch script. echo off for /D %%a in ("C:\Users\user\Desktop\test\*.*") do ( echo %%a REM use icacls here ) pause Echo %%a gives the expected result "C:\Users\user\Desktop\test\25Joe" but I just cannot find the correct command to get the folder name 25Joe off the end and stored to a variable.
-
Hi Everyone The school where I work want to replace the Windows machines in their Computer Room with Chromebooks. I have not used a Chromebook yet, just Windows laptops, and we have a minimum Windows laptop spec, i5, 8GB RAM, 256SSD. What is your minimum spec for a shared student Chromebook? Obviously, most of the user's data is in the cloud, but, like windows, some storage is used for their profile. On some Windows machines, in multi-user settings, you have to delete old profiles to free storage space. Is this an issue on the cheaper Chromebooks with 128GB or 64GB drives? Ideally, I would like them to be responsive enough so pupils don't get frustrated because they are slow, staff have a relatively stress free computing lesson and I only have to worry about wiping them once a year.
-
Hi All We are looking at installing Chrome OS Flex on some Dfe supplied laptops that have not got the guts for Windows. According to my research so far, the only downside is that there is no Play Store so we cannot use software or hardware that requires you to download and use an app. However, we do have iPads so we could use them instead. We use Papercut for printing. We can install it with WDS and manage it within Google Workspace if we buy a licence. Before we go ahead and install it on 75 devices, I was wondering if anyone has come across any other possible show stoppers we should be aware of.
-
Hi All Spiceworks have announced that they will be charging for their cloud help desk from June. "Beginning June 01, 2025, all accounts with 6+ employees must be on a Premium Plan. Upgrade your account now to avoid service interruptions in accessing Cloud Help Desk. Learn more" Can anyone recommend a free or relatively cheap and simple IT help desk system?
-
PDC has failed so need to promote SDC
Caffeine11 replied to Caffeine11's topic in Windows Server 2012
Hi All I have seized the roles and run dcdiag on both servers. They are showing the errors I would expect. failed test DFSREvent (SYSVOL is being shared) failed test Replications According to Google, I can disable DFS replication using DFS Manager but that role is not installed on the server? Can I just install the role or is there another way of stopping the sharing of SYSVOL? Again, according to Google, I can fix the replication issue using the following commands: repadmin /option +Disable_Outbound_repl repadmin /option +Disable_Inbound_repl Once I have cleared these errors, am I OK to follow the Microsoft docs and delete the server from AD? -
PDC has failed so need to promote SDC
Caffeine11 replied to Caffeine11's topic in Windows Server 2012
Hi TwistedHelixis Thanks for the post. What did you use for backups? I am using Windows Server Backup (because it is free and we have no budget) to swapped external drives but people seem to have very mixed opinions of Windows Server Backup. How did you test a bare metal restore. Did you use a VM? -
PDC has failed so need to promote SDC
Caffeine11 replied to Caffeine11's topic in Windows Server 2012
Thank you all for taking the time to reply. *Then build another DC with a supported OS and transfer everything to that.* Yes I would but the school wants to move entirely to the cloud. -
I have a Windows Server 2012 r2 primary domain controller that has failed and is not going to be repaired. I want to move the fsmo roles to our secondary domain controller and make it the primary domain controller i.e. we had two domain controllers, now we only have one. There are plenty of articles on the net explaining how to move the roles but I have not had to do this before. What I want to know is is there anything I should do/need to/must do before I start moving the roles. According to netdom query fsmo, I need to move: schema master domain naming master PDC RID pool manager infrastructure manager Thank you
-
Individual user accounts/profiles on a single iPad
Caffeine11 replied to Caffeine11's topic in Mobile Devices & Tablets
Thank you all for taking the time to reply. Apologies for not replying sooner. I will pass on your comments at our next IT meeting and post if I need any more help. -
Hi All We are a primary school and currently have one AD account for each class as it is easier for younger pupils to type in a class like "1ab" then it is their name. However, filtering and monitoring works better if we have individual user accounts so we are considering individual user accounts for years 5 and 6. We have ipads (iPadOS 17) that are shared between classrooms and it is my understanding that they can be setup so pupils can log on with their own username and password in the same way that multiple users can log on and use a single windows PC. We have Active Directory, Apple School Manager and Jamf School. Could someone point me in the right direction so I can set this up. Thank you.
