Jump to content

ZakFarnworth

Members
  • Posts

    25
  • Joined

  • Last visited

Reputation

10 Good

About ZakFarnworth

Personal Information

  • Biography
    I work in IT
  • Occupation
    ICT Technician
  • Interests
    IT & Vinyl Collecting
  • Location
    Bolton

Employer (optional)

  • Company Represented
    Albany Learning Trust
  1. Hello! I’m unfortunately having to move our Class devices & office devices, anything that isn’t going to move on-site to a Hybrid AD deployment as we’ve been having a range of issues with Cloud only, particularly printers… I’ve got the connector for it all setup and I know it works. But, when I come to deploy a device on MDT, I don’t sysprep or anything like that as those days are over for me, I have been able to just deploy the device on a fresh image, and it join the domain, got the GPO setup for automatic enrolment and set to user credentials. One thing I’m concerned with, is that I’d have to wait until someone has logged into that PC for it then to install apps. I just wondered whether there was a way around this? I know I can use the domain join profile in Intune with Autopilot for Existing Devices template on MDT but I can’t get around the 15 characters limit, nothing I put in works. Any ideas? Thanks 🙂 Zak
  2. That worked a treat, thanks so much!
  3. Hi, Just wondering if anyone would be willing to share their HTML Email Signature template, I’ve done our own but wanting to get some inspiration on how to improve our current one. Thank you!
  4. Hello, I've setup an Apple TV app called exhibit which I have used a managed configuration, I just wondered if anyone has used this app and have it setup and working on Jamf School? Thanks, Zak
  5. Hmm... That could work. I'll look into that Thanks!
  6. Yes we could but if two of us in our office need to use it then it doesn't achieve what we want. Is there not a fersion out there with support for 4.8?
  7. Hi All, We currently use PDQ Connect to deploy out Windows Updates and from searching around on the internet there is no way to add a package for .net 3.5. We are wanting to use Bulk AD Users as it's an easy interface and has great features for us to use. Does anyone know how to get it working with .NET 4.8 or something similar as 3.5 isn't working? Thanks
  8. Yes they do, that would probably be the way to go but we used a similar thing in the past never worked. Wanting a script to use the code I provided and run for each user in a security group. I have tested the code and does exactly what I want but cant figure out how to make it apply for everyone in a group.
  9. Hi All, I have found a working solution to create shortcuts in a users OneDrive to SP Libraries which removes the need to have users do it themselves. I need to be able to automate this to only run for users in a group in Office 365, I have tried everything but just need it to run for all users in a certain group. The code connects to MS Graph API and does its magic there and then If I run this New-OneDriveShortcut -Uri "https://farno365.sharepoint.com/sites/ITSupport" -DocumentLibrary "TestLib" -UserPrincipalName "[email protected]" it runs fine for when specifying the users email but not a great solution when there are 200 users in a group. All help most appreciated!
  10. Hi, I've been experimenting with Microsoft PowerApps Service. Happy with how my app has come out so far however the email formatting bit isn't as easy as I thought. When the user enters all the relevant information into the form fields, I have code that will create an email and send it through a mailbox, I would like to have the email not on one line. I have tried using variables to make the email come out as a normal looking one but I can't seem to get it to work. Here is my code (info removed) Office365Outlook.SendEmailV2( "[email protected]", "Subject: AV Equipment Booking Request", "Display Name (Requester): " & DisplayNameText.Text & Char(10) & "Location of Event: " & LocationValue.Text & Char(10) & "Date of Event: " & Text(DateEventValue.SelectedDate, "[$-en-GB]dd-mm-yyyy") & Char(10) & "Start Time/End Time: " & StartTimeEndTimeValue.Text ) The email and information works but when I receive the email, it's all on one line. Thanks, Zak
  11. I’ll take a look into this. A HTA might work or a WPF/UWF app maybe? Just want it to show a service status of external things like Office 365 using the graph api, email status, and any internal messages/bulletins. Need to look into it further
  12. Hello, Not sure if this is the right place on the forum but here goes. I have the idea of a widget that sticks to the desktop, it cannot be closed by the user, and it shows service statuses of the network in a minimised view that doesn’t block out the full desktop and shows statuses of external services. I know Microsoft 365 allows you to integrate there services api to show service status etc so would it be possible to make this in a HTA? I wondered whether someone has implemented something similar?
  13. That was a fake scenario I was using, I’m testing intune on a personal dev home tenant and only have 3 laptops to test. If you have 150+ a usb deployment method would really kill your thumbs by the end of the day (no joke intended)
  14. What if you are imaging 150 laptops to Intune, what is the deployment process for that? I wouldn’t want to have to go around 150 laptops with a usb stick personally
  15. Yeah, it’s a fairly easy process getting in touch with them and getting it resolved, going to save the case notes and things for when it might happen again. Scripting is the only way to do stuff like this at the moment without paying for a cloud service to do it! MS need to design some sort of portal that allows you to create signatures and set for certain groups etc, would be a great and overall liked feature!
×
×
  • Create New...