-
Posts
382 -
Joined
-
Last visited
Reputation
216 ExcellentAbout techy32

Personal Information
-
Occupation
ICT Technician
-
Location
London
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Try accessing the problematic clocks using a Chromebook, as this resolved the issue for us. The configuration on certain clocks was not successfully applied via Windows; however, it worked fine when accessed through a Chromebook.
-
SC-900: Microsoft Security, Compliance, and Identity
techy32 replied to Mark182's topic in Cloud Services
SC-900 Am I late? -
Trelson is good but will it give access to Google Docs as required in this instance?
-
Who does what in the SAR process?
techy32 replied to leegcvcc's topic in Data Protection & Information Handling
In our school, the head's PA and SLT now handle it. We previously had a DPO managing it, but we opted for outsourcing, requiring us to handle it internally. -
Who does what in the SAR process?
techy32 replied to leegcvcc's topic in Data Protection & Information Handling
The IT department collects data from various sources such as email, Workspace, Arbor (typically managed by the MIS personnel), and CPOSM (DSL). The responsibility for deciding on data redaction lies with the school, and ultimately, it is the headteacher who holds the responsibility for determining which data is disclosed. -
Zoho desk is working well for us in a MAT, SSO integration with Google, different level of permissions, works out around £18 per technician per month.
-
I completely agree with the concerns raised by RichP about Edval, as the software does automate 98% of the timetable, but the remaining 2% has proven to be a major challenge or impossible. Additionally, its cost of £3.5K makes it significantly more expensive compared to other options such as Timetabler. Given these challenges, we have begun the process of moving away from Edval, but unfortunately, we had originally signed a three-year contract. We are currently reviewing the terms and conditions to see if we can cancel the contract. Any tip/guidance on this matter will be greatly appreciated. While Edval has a nice interface, it is not tailored to the needs of the UK market, as it is owned by an Australian company.
-
CB Nuggets is a good source but another option, which I like the most is https://www.itpro.tv/ Their talk show format to learn IT is really engaging for me. You can also watch the live program free of cost (at least few months ago) before buying it. They also do free weekend, where you can have access to all the courses free of charge for the weekend.
-
All the way cloud helpdesk. Make your life easier.
-
Sad to see such a legend to depart so early [emoji24]
-
Win a Western Digital 1TB MyPassport portable drive
techy32 replied to VeryPC's topic in Our Advertisers
Not Me please because I never win! Lol -
Ohh Sorry got it... No we have just discovered this method so don't have any older exe... Google should find those if there are any...
-
We upgraded PCs from 1903 and 1909 to 20H2. This script will upgrade PCs from any version (at least from 1903 and 1909). The good thing is that no user interaction required. Simply select the PCs and run the script from SCCM. It will upgrade in the background and restart the PC. One thing to note that the PC should have 30 GB space available for Windows.old folder which will automatically be deleted after 10 days.
-
Create a powershell script in config Mgr (SCCM), see the picture attached $dir = 'C:\packages' mkdir $dir $webClient = New-Object System.Net.WebClient $url = 'https://go.microsoft.com/fwlink/?LinkID=799445' $file = "$($dir)\Windows10Upgrade9252.exe" $webClient.DownloadFile($url,$file) Start-Process -FilePath $file -ArgumentList '/quietinstall /skipeula /auto upgrade /copylogs $dir'
-
If you are looking to run Windows update ( or even features update) manually then Windows 10 update assistant is your friend https://support.microsoft.com/en-us/topic/windows-10-update-assistant-3550dfb2-a015-7765-12ea-fba2ac36fb3f It will update your pc with a single click to 20H2... We used this recently with SCCM via powershell script and it was amazing... All PCs are upgraded to 20H2 from 1903. I can share the script if it is required by anyone.
