Search results

  1. PCDave

    Office 365 SSO & SMTP relay

    Thanks for the reply, we resolved this in the end by recreating the relay.
  2. PCDave

    Office 365 SSO & SMTP relay

    Has anyone ever setup Office 365 where the domain has SSO enabled then tried using an SMTP relay for a scanner? It was created before we moved to SSO but now I just can't figure out where its going wrong... I have disabled anonymous authentication and ensured Windows authentication is...
  3. PCDave

    Active Directory modifying IP phone via powershell

    I have managed to complete it using the following. Thanks for your help on this :) $fn = Read-host "Enter first name" $ln - Read-host "Enter Late Name" $ipp = Read-Host "Enter IP phone of user. If it does not exist then exit" $SETIPPHONE = GET-ADUSER "$FN $LN" -PROPERTIES ipPhone...
  4. PCDave

    Active Directory modifying IP phone via powershell

    Thanks for your reply.Below is the code I am using. I tried doing this but received the error at the bottom. This is not something I can do with a CSV either as it is to be used as a when needed basis and we cannot give the user direct access to the AD console either. they will just be given...
  5. PCDave

    Active Directory modifying IP phone via powershell

    I am writing a script to automate user creation and one of the fields I need to edit is the ipPhone field. The script will prompt the user to enter a value for the ipPhone and store it as a variable. I looked at using Set-Aduser but it does not have a property for ipPhone. Is anyone...
  6. PCDave

    Video Spliting

    I have a MPG file which I need to split into two chunks. Please can you recommend a piece of software that will do the job? It has to be free and not leave a watermark or any kind of symbol etc on the video once it is done.
  7. PCDave

    Dissertation help!

    Done :)
  8. PCDave

    Entering the BOIS (first boot new build) question

    http://www.msi.com/service/biosupdate/ that is how you update the bios if needed. other thing to check are ram timings to make sure they match up to the manufactures settings
  9. PCDave

    Spec me a...Disaster recovery USB stick!

    Have you checked out Hirens Boot Disk combined with Sardu?
  10. PCDave

    Entering the BOIS (first boot new build) question

    What parts did you buy?
  11. PCDave

    Issues with old sony vaio laptop

    Do you get any error messages? Tried reseating the drive? Ran any disk checking tools on Hirens Boot CD? Tried putting a Windows disk in to check for startup errors? Those would be the best places to start.
  12. PCDave

    Anyone got a HP networked printer?

    Not sure if this might help...http://blog.rtwilson.com/how-to-fix-a-network-printer-suddenly-showing-as-offline-in-windows-vista/
  13. PCDave

    Just got hit by nasty virus!

    Google hirens boot disc. It will boot into a cutdown version of XP from CD (maybe from a USB) and give you access to a whole range of antivirus and spyware.
  14. PCDave

    Steam Causing Lock Ups

    Also have you checked for Steam Client updates?
  15. PCDave

    Steam Causing Lock Ups

    Have you tried reinstalling steam?
  16. PCDave

    Excel help

    Thanks to both of you for your help. With a bit of modding to the formula above I now have it working.
  17. PCDave

    Excel help

    Thanks for your help. It does unfortunately otherwise I would post it here. A B C D E F ------------------------------------------------------------------------ 1 ID Name Status ID...
  18. PCDave

    Excel help

    I have found a formula which achives what I want but I am not sure how to configure it to work in mine. Sub Filter() With Sheet1 ' .Range("Data").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:=.Range( _ "Criteria"), Unique:=False...
  19. PCDave

    Excel help

    A Solution which would update itself would be preferred. I have filters on them already if I need to find the data out manually but just as a small project want to get all the info I need in one place instead of going to about 15 different sheets each time and running filters...any ideas?
  20. PCDave

    Excel help

    ITs been a while since I have used Excel and cannot quite remember how to do this. I have multiple sheets with data of the same value e.g. sheet 1 columns- id - name - status sheet 2 coloumns - id - name - status etc On the last sheet I want to pull all the rows from each sheet...
Back
Top Bottom