Jump to content

ShellfishClive

Members
  • Posts

    371
  • Joined

  • Last visited

Everything posted by ShellfishClive

  1. 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
  2. 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"
  3. Looks likes it's everywhere!
  4. Is the correct region set in the Region settings too?
  5. 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.
  6. How is it hosted? Is it on IIS?
  7. 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.
  8. 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!
  9. 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]
  10. 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
  11. 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.
  12. HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge\Enabled = 0 (DWORD) That reg key will disabled them for Edge.
  13. Whats the load like on the Smoothwall? We currently have a cluster setup and when the load is high the Auth boxes pop up.
  14. 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.
  15. 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!
  16. There isn't a way that your windows logon can single sign you into Google unfortunately.
  17. 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.
  18. The site licensing do apply for both Windows and Macs, I have no idea how you are going to get the Mac installer though.
  19. 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
  20. I've never heard of the Feem app that @DaveAshworth linked but it looks really good. Might be the easier option.
  21. 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?
  22. I believe you can only Enable or Disable this GPO. There is a thread here: https://community.spiceworks.com/topic/1945820-windows-10-gpo-usb-selective-suspend-setting This should explain how do to it, it needs reg keys as the GPO aren't available for this setting you want.
  23. 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.
  24. 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.
  25. I'm not an apple fan at all so I'm not sure, but as long as it works!
×
×
  • Create New...