Rydema
Members-
Posts
9 -
Joined
-
Last visited
Reputation
0 NeutralAbout Rydema

Personal Information
-
Occupation
IT Technician
-
Interests
Gaming, Music, Graphics
-
Location
Torquay
-
Hi DrCheese Thanks for coming back to me, we were in the process of getting one of their software in place but its not officially rolled out yet so that can be ruled out However most places like you say point to 3rd Party AVs - The only thing that puts me off this, we have a U6 Pros in other site and have had no mention at all of issues. It's literally isolated to one location (doesn't even happen when users are WFH)
-
Morning all Having a weird issue in one of our locations. Currently the setup is Unifi 6 Pro AP in one office (that we are hiring) connected to a dream machine. The issue in question is that every so often a whole range of laptops (HP Elitebooks, Probooks, ASUS Elitebook) with a range of different wifi adaptors (Realtek, Intel) all seem to BSOD with the error of driver irql less or equal with the suspected file being NETIO.SYS However, we have another site that uses U6 Pros and myself and the company who run the IT there are both scratching our heads because we are unsure what is causing it. The state of the laptops are that they are up to date with drivers, bios and windows - we run Sophos AV and iBoss filtering. The office use a VPN (Cisco Secure Connect 5) to connect to our datacenter and to all school networks. Heres the kicker: we changed out the AP to an OLDER model which I think is even below the 5 and AC HD models. The issue disappeared. The Company ordered a brand new U6 Pro and the issue returned... It always fails on the same section on the memory.dmp file. SYMBOL_NAME: NETIO!StreamInvokeCalloutAndNormalizeAction+5cMODULE_NAME: NETIOIMAGE_NAME: NETIO.SYS This issue has been going on for 2 weeks and fast approaching 3
-
Not enough i don't think, there are all refurb macs with little drives in them.
-
Morning all, I've been battling with these macs for a while now, and I'm close to grabbing the closest hammer (preferably Thors) The issue is basically that Sibelius has a sound library that runs of the SMB which all macs have access to and is located where children and adults (login automatically) have access to. The issue is that they refuse to load. I thought I had it but apparently not. I've tried adjusting the files that tell it where to point with no success. Macs are Yosemite presently and there is quite a bit of push back to upgrade them as they won't Sibelius 7 apparently doesn't work on newer versions of OS. Any help greatly appreciated!
-
Morning all, Part 1 of my Project has been successful in regards to making folders on the nas drive that we have built from scratch. And it also utilises the AD Users from our DC however, this is part 2 now! Part 2 consists of a room full of macs which also connects to AD Creds via our mac server (hosted on site). The problem i'm facing is even with profiling them they still aren't doing as they are told (What else is new) I am trying to run a script that upon login, it maps the network drive (the nas) but every plist I seem to do works perfectly fine against local users but soon as you use a AD user it doesn't do anything. local.job.plist RunAtLoad Label user.script.runatload Program ~/Library/script/mount.sh StartInterval 60 mount.sh #!/bin/bash [ ! -d "/Volumes/MusicFiles" ] && open -g -j smb://truenas/musicfiles This all works on a local account.... but not ad....
-
Morning All, I have been setting up this little script that pulls user accounts in from a csv file and then creates the folders accordingly. That bit works. However, Setting the ACL is another matter!? All I'm after doing is putting that user account on to Modify and remove a group called Students so that said user has access but no other students do. Heres the code #Locators $Domain = "NAC.local" $Server = "\\truenas\MusicFiles\Script" $NAS = "\\truenas\MusicFiles\Script\Intake 20$Intake\$User" $Users = Get-Content C:\Temp\Users.csv #Script Start cls Set-Location $Server #Intake Year Creation Write-Output "Creating new users folders, Please provide intake year (Example: 21Jblogs is 21)" $Intake = Read-Host -Prompt 'Intake year' New-Item "Intake 20$Intake" -ItemType directory cd "Intake 20$Intake" #Student Home Drive for TrueNas ForEach ($user in $Users) { $sam = $User If (Test-Path $NAS -PathType Container) {Write-host "$sam already exists"} Else {New-Item -path $NAS -ItemType directory -Force} #Permissions Section Write-Output "Now setting permissions, please wait...." $acl = Get-Acl -Path $NAS #Access Rules Inherited from Parent Folders $acl.SetAccessRuleProtection($true, $false) $perm_user = "$domain\$user",@('Modify'), "ContainerInherit,ObjectInherit","None","Allow" $userpermissions = New-Object System.Security.AccessControl.FileSystemAccessRule($perm_user) $acl.AddAccessRule($userpermissions) Set-ACL "$NAS" $acl }Write-Output "Folder Creation Completed."Pause CSV File basically uses first column and each row for the username Anyone possibly tell me what the heck is going on!
-
Good afternoon all! I am looking to find a way of basically replicating the same functionality as onedrive with known folders etc. The school uses G suite and file stream and we do not have a onedrive (otherwise this would probably be a lot easier) Basically i'm looking to Move known folders to the users G Drive (Default map: G:\My Drive\) automatically as I know when a user first logins it won't map straight of the bat I suppose making it so it recognises the user and signs them on upon logging into so it can pull the desktop etc Has anyone managed to achieve these things? I was looking down the route of making file stream a service which makes it boot upon the machine and folder redirection via user level policy
-
Needed to get some grime of my dog, decided to use Cilit bang, dog went bang now the cat is gone.
-
Is anyone using Rift S presently? Just wondered if anyone found tracking issues when it came to specific batteries being used in the hand controls
