Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ncotton

    Access Request Email Notification not being sent

    I'm trying to get access requests setup on a document library, and the request comes through the pending access requests portal, however the access request recipient never receives an email notification. Checking the UML logs gives me the following error. Failed attempt 1 sending mail to...
  2. ncotton

    Compiling a Presentation At Interview

    @Ekster - Devious indeed. I had an interview for an engineering position where I started with a one hour exam that was IQ style, maths, physics, general knowledge, chemistry (everything other than IT). When the interviewer came back in the room... he flicked through, and said "not bad... but did...
  3. ncotton

    Selective Check In/Out Based on File Type

    Is it at all possible to set up an environment where by certain file types do not require check out/in, within a library where it is required. Neil J Cotton
  4. ncotton

    Unable to change settings / modify views etc - _vti_bin/owssvr.dll?CS=65001

    I've finally resolved this, however I cant find any reference to this issue on the internet ANYWHERE so hopefully this may help someone. Under the site in IIS, Handler Mappings, Edit Feature Permissions, CHECK/ENABLE “Execute”, Restart site This was to be DISABLED to allow for the copying of...
  5. ncotton

    Unable to change settings / modify views etc - _vti_bin/owssvr.dll?CS=65001

    Hi all, I'm very much a SharePoint Newbie, but I've come across an issue that has stopped me dead in my tracks. Anytime I try and create/modify a view, change versioning settings etc I get a blank page with the following suffix in the address bar ..._vti_bin/owssvr.dll?CS=65001 If I do the...
  6. ncotton

    Migrating Hyper-V Services across Storage Platforms

    Good morning all. I am in the process of migrating my environment from old slow EMC to a shiny new NetApp system. I've done live storage migrations for my Hyper-V servers using SCVMM (System Center Virtual Machine Manager). And that is all hunky-dory. However, I cant find a tidy way of doing an...
  7. ncotton

    Replacing/Removing SPECIFIC Characters From AD Fields

    Blister, you are an absolute star. That worked perfectly, and also given me a great footstep on to doing other things myself, never really programed scripts in powershell before so it's pretty new to me. Only ever run single exchange commands really. So a big BIG thank you for your effort. Very...
  8. ncotton

    Replacing/Removing SPECIFIC Characters From AD Fields

    That's worked a treat, thanks blister. I made some amendments and managed to get myself in a little bit of a mess. I added a mobile phone number field, and wasn't paying attention and I passed the LAND LINE (phone) AD field to it. So now I've written over everybodies mobile phone field with a...
  9. ncotton

    Replacing/Removing SPECIFIC Characters From AD Fields

    Hi Blister. We seem to be pretty much there. However the debug output shows that it strips the 0 out of the bracket, however it leaves the bracket. Also, when I take out the comments to write back, it doesn't seem to overwrite the user :-/ DisplayName : Phone User Fax...
  10. ncotton

    Replacing/Removing SPECIFIC Characters From AD Fields

    Good afternoon guys and girls. I would love it if you could help with me with my quandry. Currently, I have an active directory structure with users all having 4 separate phone numbers. All phone numbers are stored in the following format. +44 (0) 1234 987654 HOWEVER, I need to get all the...
  11. ncotton

    Global Address List Segregation with multiple conditions

    I've cracked it. Very strange. Seems to be a problem with the ASCII character inputs. Even though the text in the custom attributes is correct (identical and spelt correctly compared to the PS condition), it only seems to work when I copy the text from the actual line of PS, or build the PS...
  12. ncotton

    Global Address List Segregation with multiple conditions

    Hi guys, I'm trying to create a second Global Address list that only contains 2 things. Mailboxes from my domain (not including external contacts that have been made into custom address lists), and also any distribution groups. I have tried several comands, which all "complete", but show no...
  13. ncotton

    Create Mail Contact with PS, Company and Department Attributes Error

    Hi all, I'm looking for some help with a PS script I'm using to import users from CSV. Import-Csv "C:\PSScripts\MailContact.csv" | ForEach-Object { New-MailContact -Name $_.Name -ExternalEmailAddress $_.Email -FirstName $_.FirstName -LastName $_.LastName -Company $_.Company -Department...
  14. ncotton

    A word with two opposing meanings

    James, is that like Jeff Foxworthy's, "You Know You're a Redneck When..." routine (Very funny if you haven't seen it, YouTube it)
  15. ncotton

    A word with two opposing meanings

    A female complete sentence that is full of these. "No, nothing's wrong. Everything's fine. You go out and have fun.
  16. ncotton

    Software Restriction Policy when running code from VisualStudio

    Hey all, looking for some advice. Environment : SCHOOL Network : Win 2K/2K3 Hosts: Win XP with Visual Studio 2010 Students can code a module, and run it with the debugger it works fine (when it has not yet been saved). As soon as you save the project. Trying to run it from the debug command, or...
  17. ncotton

    Can not browse to dir in explorer, but can access it via typing path

    Solved this issue. Removed READ access to the DESKTOP.ini file for the Administrator. This stops the LocalizedResourceName attribute. This appears to be a common issues when creating redirected home folders from a Windows7/Blista machine. Neil J Cotton Technical Consultant Anix
  18. ncotton

    Can not browse to dir in explorer, but can access it via typing path

    Update, the folder IS there, but it is named DOCUMENTS in explorer.... when you click on D:\Users\DOCUMENTS, it takes you into the correct directory (showing D:\Users\JohnSmith. I'm lead to believe that just renaming this documents folder to JohnSmith is a bad idea.
  19. ncotton

    Can not browse to dir in explorer, but can access it via typing path

    Hi guys, A very weird one here. Location : D:\Users\ There are 78 directories, one for each user in this folder, however there is one missing, JohnSmith. It is juts not listed at all. However, if you type D:\Users\JohnSmith in the explorer address bar, it bring the directory up as expected. I...
  20. ncotton

    Messages stuck in queue

    sorry mailroot\vsi 1\queue all the emails are legitimate and to correct addresses.

Part and Inventory Search

Back
Top