Jump to content

madurham

Members
  • Posts

    149
  • Joined

  • Last visited

Reputation

170 Excellent

About madurham

Personal Information

  • Occupation
    Senior IT Technician
  • Interests
    F1
  • Location
    Northampton
  1. I found the answer here: https://social.technet.microsoft.com/Forums/en-US/9b38855a-b9a3-47c0-a7d1-11a5f65102b3/rsat-windows-10-ad-remote-desktop-services-profile-tab?forum=win10itprosetup Copy the .dll from a working 2012/2012 R2 PC to C:\Windows\System32\ and the .mui to C:\Windows\System32\en-US Then run "regsvr C:\Windows\System32\tsuserex.dll"
  2. It seems several tabs are missing on the properties for user accounts in AD if using RSAT for Win10. All the features are ticked in 'Add/Remove Windows Features' and I've got 'Advanced Features' ticked under the 'View' menu. Anyone know how I can get them to show?
  3. I spotted where ours differ. I needed to pass the -credential to the Connect-MsolService cmdlet. Works fine now. Thanks.
  4. We're about to rename the UPNs of all staff in O365 so I'm trying to script it. But I can't get the PSSession to connect without prompting for credentials. Is this possible? $currUsername = "SmithJ" $newUsername = "John.Smith" $secpasswd = ConvertTo-SecureString "Password" -AsPlainText -Force $UserCredential = New-Object System.Management.Automation.PSCredential ("[email protected]", $secpasswd) $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session Connect-msolservice Set-MsolUserPrincipalName -UserPrincipalName "[email protected]" -NewUserPrincipalName "[email protected]" Bonus Error: This pops up when Import-PSSession is called. Verbs look fine to me.
  5. A few students (not all) are getting an error when opening a Premier Pro project from a Network share, I'm hoping someone has seen it before and can help me. "A disk error occurred while attempting to write the following file \\%SHARE%\%UESRNAME%\AppData\Adobe\..." (It's really long and I've not had a chance to copy the whole thing yet.) This is the users home folder, on a different share, on a completely different SAN. The 'AppData' folder doesn't exist. It looks like a permissions thing but if Adobe is trying to write settings shouldn't they go in the users profile not their home drive?
  6. Does anybody use or know of a product that can provide filtering of internal emails fro on-premise exchange? We're aware of keywords in exchange but we're looking for something a bit more feature rich like an external filter would provide.
  7. Nothing in particular, everything seems to be working fine. Just going around finding templates for the software we're deploying.
  8. Are there any ADMX files for Creative Cloud?
  9. I'm struggling to create a report/collection of all machines that don't have an SSD installled, but I'm not having much luck and my SQL is horrendous. Does anyone else have anything set up? Or have them set up looking for SSDs?
  10. I chose sheets because it represents the paper usage more than printer usage. We're not really duplexing that much at the moment so we'd like to see the sheet count drop while the page count stays the same when we do force it a bit more. We got our sheet count from Papercut but a guess or page count shouldn't be discouraged.
  11. Definitely. This was never meant to be an all encompassing review on UK schools' printing. I just wanted to be able to compare from a high level what our school prints compared to schools of a similar set up. We will never stop trying to reduce our printing regardless of how much that is and we will look at different ways to do that. I think it's always good to be able to provide numbers to SLT for anything, even if they're rough estimates.
  12. Of course: https://docs.google.com/spreadsheets/d/13wI0_CVytnZDecyg_dnfL9ngPtjTcgFN6r7RP0z92wo/edit?usp=sharing
  13. I was wondering were we stood compared to other schools on our annual printing as it seems really high but we actually have no idea if it really is. So I created a quick survey that I was hoping some Edugeekers wouldn't mind filling out. It's only a handful of questions and it's not comprehensive but the results are open so you can see where your schools printing ranks as well. https://docs.google.com/forms/d/11rU-GoTW35nmwBmh9dot2WnBh6sEe_kqVDfFZsG4Xgg/viewform?usp=send_form
  14. Sounds exactly like here. Also, the phrase "who was that?" is muttered quite often as well.
  15. Yes, same here. I used that exact thread to set it up. I'm just looking at alternatives and improvements and I've not seen any details on RDPing to a host of VMs.
×
×
  • Create New...