plumyeti
Members-
Posts
95 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by plumyeti
-
Yes I have. Usually, works completely fine when enrolling Macs
-
The phones are on contract through our Phone company. They were unable to add them.
-
I think I should've been more specific. My main issue is getting them into Apple School manager. Once they are in Apple School manager. I can get them into Jamf. When trying to enroll them into Apple School Manager, using Apple Configurator on an iPhone, I get a cannot get an internet connection or similar error.
-
I have been using Apple Configurator on a personal iPhone. Not sure if that's 2.5 or not. Enrolling fails and gives an error of not being able to get an internet connection.
-
Yes, MDM is assigned in Apple School manager. The bigger issue it being able to get them onto Apple School manager. To be able to assign the MDM.
-
Hello, Having some trouble enrolling iPhones to our Apple School Manager. Currently using my personal phone with configurator. (iPhone 14 using mobile data) I have 2 issues. Fails enrollment due to network issue. Doesn't appear in JAMF after being assigned. If I manually enter the WiFi it goes onto the next screen so I can't enroll it. Any suggestions, I'm still very new to all Apple School Manager?
-
What do you guys display on digital signage? Are you updating it daily or weekly? We are currently using Xibo and looking at ways to improve how we do things.
-
My code is not actually all on one line. It looks more like this: Import-Module ActiveDirectory Import-Csv "C:\Temp\Users.csv" ForEach-Object{ $Pass = ConvertTo-SecureString $_."Password" -AsPlainText -Force Set-ADAccountPassword -Identity $_."Username" -NewPassword $pass –Reset Write-Host " AD Password has been reset for: "$samAccountName }
-
Sorry to jump on this again. Kind of new to powershell. I tried running my new script again and am getting errors. I'm pretty sure it worked the first time... Import-Module ActiveDirectoryImport-Csv "C:\Temp\Users.csv"ForEach-Object{$Pass = ConvertTo-SecureString $_."Password" -AsPlainText -Force Set-ADAccountPassword -Identity $_."Username" -NewPassword $pass –ResetWrite-Host " AD Password has been reset for: "$samAccountName} ConvertTo-SecureString : Cannot bind argument to parameter 'String' because it is null.At line:4 char:32+ $Pass = ConvertTo-SecureString $_."Password" -AsPlainText -Force+ ~~~~~~~~~~~~~ + CategoryInfo : InvalidData: ( [ConvertTo-SecureString], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertToSe cureStringCommand Set-ADAccountPassword : Cannot validate argument on parameter 'Identity'. The argument is null. Provide a valid valuefor the argument, and then try running the command again.At line:5 char:33+ Set-ADAccountPassword -Identity $_."Username" -NewPassword $pass –Res ...+ ~~~~~~~~~~~~~ + CategoryInfo : InvalidData: ( [set-ADAccountPassword], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ActiveDirectory.Management.Commands.SetADAcco untPassword Please help!
-
Thank you so much! You just saved me like 2 hours of work.
-
Hello, We have lots of international students here temporarily. Accounts are created from a CSV via a powershell script, sets random password to not be changed. Only problem is the password don't sync to Google until reset. I have tried doing this via another powershell script but no luck Any ideas before I rest over 30 accounts manually one by one? Import-Module ActiveDirectoryImport-Csv "C:\Temp\Users.csv" | ForEach-Object {$samAccountName = $_."Username"$Password = $_."Password"$newPassword = ConvertTo-SecureString -AsPlainText $Password -ForceWrite-Host " AD Password has been reset for: "$samAccountName
-
Please someone help! On friday we enrolled a macbook which had been reset. Was previously managed a different way. Applied all the correct group to apply policies and apps. The issue is some of our apps are stuck on "Installing" with nothing happening on the macbook. I've added a screenshot below from Jamf. Any help appreciated, have taken over Jamf with little knowledge due to someone leaving the team.
-
Looking to get into some different hobbies other then binge watching Netflix after work. What do you guys do in your free time to relax?
-
How would I go about setting this up via GPO?
-
Trying to get auto login to work via GPO on exam laptops. Everything I've tried isn't working. Anyone got an example of a working GPO?
-
BETT 2023 GIVEAWAY - What is your earliest gaming memory?
plumyeti replied to VeryPC's topic in Our Advertisers
My earliest memory was properly when my parents bought a Wii when it first came out (yes I am that young!). Playing Wii sports for hours as it came with the console. -
-
Just a bit of a bug... When using the PDF viewer the screen is no longer in full screen. When you close the file explorer window it doesn't revert back to full screen.
-
Thanks. However, I'm still getting the Internet connection required.
-
Hi, Thanks for your help. However, it seems that, the page doesn't exist on your website.
-
we used lansweeper at a pervious school. Seems pretty simple but looks a bit old. https://www.lansweeper.com/
-
Is there anyway I can run the installer in an offline mode? I'm getting this error when running the .msi on the exam laptops.
-
I completed an apprenticeship couple years ago. First day I was given full admin privileges, Google Admin, Domain Admin, etc.... It depends on trust... Do you trust that person? I knew my manager at the time before I started the role so he knew my abilities and was a bit different. Obviously I wouldn't do this if I didn't trust them. Only give them the access require for each task they complete. Don't allow them access until you've walked them through what everything is.
-
It seems I don't have access to this .
-
Hi, Does anyone know how accurate the recent users list is in Google Admin? It's showing me left (suspended) students, are the most recent users. I know they're not!
