Jump to content

Saints

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Saints

  1. HP8300 or maybe 800 G1 with SSD and 8 GB ram fine for me. Esp as can get 3 year warranty with them.
  2. https://www.fejobs.com/microsite/jobdetails.aspx?level+2+it%2fav+technician&vacno=807908
  3. We do the same as MicrodigitUK but I have hit a small issue that Microsoft don't seem to want to help with. We populate ours with some AD attributes that we sync from AD - %%Firstname%% %%Lastname%% %%Title%% %%Department%% Direct Line: xxxxxxxxxxx Ext: %%phonenumber%% Mobile: %%mobilenumber%% Fax: xxxxxxxxxxx The problem I have is that as an admin I have set a recovery number in O365 for my account and in AD I have no mobile number. Microsoft are populating the field in my signature with my personal mobile number (I have no work mobile, and don't want one!). I have put a dummy number in AD but that doesn't work, so I am stuck with my number in my signature unless I really complicate things and have an exception set just for me. I tried hiding the number in O365 profile too, but that failed. Really annoying. If anyone knows a way to stop this easily, I would love to know.
  4. Thanks ADMaster. With your start and few links finally got it sorted! Needed the primarySMTP address setting to the correct one too. This seems to work. Looks like 2 SMTP addresses in proxyaddresses but on sync to azure it takes the new one as primary. $users = get-aduser -filter * -searchbase "OU=users,DC=domain,DC=local"foreach ($user in $users){$user = get-aduser $user -properties emailAddress,userPrincipalNameif ($user.userPrincipalName -ne $user.emailAddress){set-aduser -identity $user -emailAddress $user.userPrincipalNameset-ADUser $user -Add @{proxyAddresses = "SMTP:"+$user.userPrincipalName}}}
  5. OK, so i have a new system to generate student accounts which has just thrown an issue. i have students with an initial in name and for some reason now have upn set correctly but primary email missing the initial. can anyone help me compare the two in AD and if they don't match set primary email to equal upn. i have found several scripts to do it the other way around but not as a comparison. We have O365 but sync from AD to cloud only, not two way. Just changing email attribute and primary smtp in proxy addresses works, but there are probably couple of hundred! Any help gratefully received.
  6. Only if doing simple recovery. If set to Full it doesn't of course. Need to ship logs elsewhere.
  7. https://www.fejobs.com/job.aspx?web+and+systems+developer&vacno=781594&Page=1
  8. https://www.fejobs.com/microsite/jobdetails.aspx?computer+services+it%2fav+technician&vacno=775987
×
×
  • Create New...