-
Posts
371 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by ShellfishClive
-
Have you tried using the Dell Command Update tool to update all the drivers? https://www.dell.com/support/kbdoc/en-uk/000177325/dell-command-update
-
how do I deploy an exe? or use a exe in a deploy..
ShellfishClive replied to chazzy2501's topic in Windows
I normally extract the MSI from the EXE (if it has one, most do) and then use GPO to deploy the software. /s /x /b"" /v"/qn"- 10 replies
-
- batch
- coreldraw2020
-
(and 3 more)
Tagged with:
-
Looks likes it's everywhere!
-
Is the correct region set in the Region settings too?
-
Internal Staff webpage not loading
ShellfishClive replied to TMBS's topic in Internet Related/Filtering/Firewall
If you have the IP of the web server try that, if not make sure there are no DNS records that could causing the issue. -
Internal Staff webpage not loading
ShellfishClive replied to TMBS's topic in Internet Related/Filtering/Firewall
How is it hosted? Is it on IIS? -
Office365 - message to sender for all mailboxes
ShellfishClive replied to timbo343's topic in Cloud Services
I can't give you a 100% answer on this as am I not to sure, my best guess would be it will only affect emails that make it into the inbox. If you have a spam filter that stops spam emails getting to the inbox then I would assume it doesn't forward it on. -
https://www.currys.co.uk/gbuk/audio-and-headphones/headphones/headphones/jbl-tune-120tws-wireless-bluetooth-earphones-black-10193377-pdt.html If you are willing to spend a bit more these are really nice, they are a bit weird to get used to but they were my first pair of in-ears like these but the sound is pretty good and they have no fallen out!
-
Office365 - message to sender for all mailboxes
ShellfishClive replied to timbo343's topic in Cloud Services
You could put an out of office for everyone that emails from outside the organisation. You'll have to connect to your Office 365 via Powershell get all the mailboxes and loop the usernames to do this on mass. Set-MailboxAutoReplyConfiguration -Identity "s.clive" -ExternalMessage "Sorry please email...put your message here." Something like this should do it: [font=Monaco]$UserCredential[/font][font=Monaco]=[/font][font=Monaco]Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking $mbNames = Get-Mailbox | Name foreach($mbName in $mbNames){ Set-MailboxAutoReplyConfiguration -Identity $mbName -ExternalMessage "This is your message." -AutoReplyState Enabled -EndTime "25/12/2019 9:00 PM"[/font][font=Monaco]} [/font] -
I believe the following will fix it. User Configuration > Admin Templates > Control Panel > Hide Specified Control Panel items: Microsoft.WindowsDefender - For Security Centre Microsoft.NetworkAndSharingCenter For Settings: Computer Configuration > Admin Templates > Control Panel > Settings Page Visibility: There is a list on here for which ones you need. https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-settings-app#ms-settings-uri-scheme-reference
-
Did that help? It looks fine on my side so I've no idea what happening, does this post look okay? That post does have a weird font too.
-
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge\Enabled = 0 (DWORD) That reg key will disabled them for Edge.
-
Whats the load like on the Smoothwall? We currently have a cluster setup and when the load is high the Auth boxes pop up.
-
Smoothwall UTM Licencing
ShellfishClive replied to aicrd's topic in Network and Classroom Management
You'd have to speak to Smoothwall and see what they say. Depending on what you actually want to test on the Smoothwall you may not need a license. Obviously, if you could get one it would be far better. -
I didn't know that was a way! I've tried looking into that before but couldn't see it working, I guess I'm mistaken!
-
There isn't a way that your windows logon can single sign you into Google unfortunately.
-
Smoothwall UTM Licencing
ShellfishClive replied to aicrd's topic in Network and Classroom Management
We currently have an old PC setup as a Smoothwall for testing, it's licensed though but it's cheaper to get the Smoothwall software and install it on some old kid that's semi decent to get up and running for testing. -
The site licensing do apply for both Windows and Macs, I have no idea how you are going to get the Mac installer though.
-
Zulu desk - can you set overnight scheduled updates
ShellfishClive replied to Mimi-'s topic in Mobile Devices & Tablets
I don't think this is possible yet, it looks like they are working on schedule updates though. https://support.jamfschool.com/hc/en-us/community/posts/360020621674-Scheduled-OS-Updates -
ipads - accessing work from another ipad
ShellfishClive replied to Mimi-'s topic in Mobile Devices & Tablets
I've never heard of the Feem app that @DaveAshworth linked but it looks really good. Might be the easier option. -
ipads - accessing work from another ipad
ShellfishClive replied to Mimi-'s topic in Mobile Devices & Tablets
You could setup a share on the Windows Server and use the Files app (if the iPads support iOS 13) to connect to the share, this can then be used as a central store for all children work? -
I wouldn't do it at the top level, you are technically right but it might cause issues for people down the line. If you can access the permissions of the files in the folders above, then it's likely that the issue is just in that folder. I'd go up folders and check permissions on those until you have permissions and that's where you know the issues ends if that makes sense. You could also try this: http://www.cjwdev.co.uk/Software/NtfsReports/Info.html?LMCL=ovIAfw It will audit the permissions on targeted folders for you.
-
Check the folders beforehand, if you didn't created the original folder it could be that someone else is the owner and you will need to make yourself the owner in order to overwrite this. Properties > Security > Advanced I'd do it on the folder rather than the file and make sure inherit is on, so it replicates to the files.
-
I'm not an apple fan at all so I'm not sure, but as long as it works!
