Skip to content

System Admin

General discussions on System Administration and support. Are you your company's IT expert?

This category can be followed from the open social web via the handle system-admin@forum.codeproject.com

3.7k Topics 12.3k Posts
  • Change Permissions, Skip on Error

    csharp com help question
    4
    0 Votes
    4 Posts
    16 Views
    J
    Thank you for the update. It is always good to find a ready-to-use solution which might be also helpful for others.
  • 0 Votes
    1 Posts
    5 Views
    No one has replied
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • Autodiscover service couldn't be located

    help sysadmin sharepoint
    8
    0 Votes
    8 Posts
    42 Views
    J
    Hi Michael, Thanks for your response. My apologies, I posted about this problem on another forum as well, and forgot to update this one. As it turns out, our firewall wasn't blocking any ports, it was just not allowing other SMTP traffic than specified, and nothing was specified. Anyway my code was good, including TLS, so the question remains, how come Outlook was not blocked by our firewall, when my code was. Regards, Johan My advice is free, and you may get what you paid for.
  • PC PROTECTION

    graphics tutorial question
    4
    0 Votes
    4 Posts
    17 Views
    Z
    :confused: Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
  • Twice Posts Marked as Spam??

    question
    6
    0 Votes
    6 Posts
    20 Views
    L
    Yesterday showed how speedy the algorithm learns and adapts. The robots will not be taking over any time soon. Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
  • Windows Resource Kits

    tutorial question announcement learning
    3
    0 Votes
    3 Posts
    12 Views
    L
    I just assumed the "SDK's" came to replace the resource kits: [Windows 10 SDK and developer tools - Windows app development](https://developer.microsoft.com/en-us/windows/downloads) [Windows 10 deployment tools (Windows 10) | Microsoft Docs](https://docs.microsoft.com/en-us/windows/deployment/windows-deployment-scenarios-and-tools) "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
  • 0 Votes
    1 Posts
    4 Views
    No one has replied
  • FBWF to protect files against a sudden power outage

    help question com
    9
    0 Votes
    9 Posts
    26 Views
    J
    Joan M wrote: The problem is that the user will unplug it without shutting the Operating System down properly. Reading the thread below I want to repeat what was already said...there is NO way to protect it as described. Best you could do would be to re-engineer/re-spec the device so it has a onboard battery that has sufficient juice to allow an automatic shutdown once the real power is interrupted. The alternative to that is that users that do not do it property are disciplined up to including being fired. After a while you will only have users that always do it "properly". If it was me I would propose both solutions to management and let them decide. Option one is of course more expensive and requires quite a bit more code. And code that is quite complicated also.
  • How do Email groups work between Lotus Notes and Outlook

    question
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • ws 2003 to 2008R2 iis web apps

    csharp windows-admin question
    2
    0 Votes
    2 Posts
    8 Views
    A
    I didn't have any issues, either from WS 2003 to WS 2008R2 or from that to WS 2012. IF you have an option to go WS 2012 I would recommend you go straight to that. This will a make installing and maintaining SSL certificates for multiple domains much easier - and free, from Lets Encrypt. However, I am not in a position to guarantee you no problems, if you have some particularly esoteric settings in web.config
  • ws 2003 to 2008R2 console app com object

    com
    2
    0 Votes
    2 Posts
    8 Views
    L
    You could try looking up the product on MSDN, go the the correct version and read the "what's new" section. You could also install it on another server and do the update there first; would give you a reasonable idea of what to expect. No, you can use trial-versions for that. Let us know how it went :) Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
  • ipsec as unique access control

    sysadmin windows-admin tutorial
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Codeproject newsletter

    question
    6
    0 Votes
    6 Posts
    21 Views
    J
    Well that is interesting.
  • Creator's Update on limited-space netbook

    announcement
    3
    0 Votes
    3 Posts
    13 Views
    J
    hairy_hats wrote: the upgrade is supposed to offer to use it for temporary files, but I don't get that option regardless of what I plug in Basically a guess but as I read that... The installer doesn't offer that. What you need to do is 1. Plug in the external driver 2. Alter the OS to use the external drive for temporary storage. There might actually be several such configurations (or just one.) 3. Do the install 4. Undo step 2 5. Undo step 1
  • 0 Votes
    3 Posts
    15 Views
    S
    OK, I see. I was getting confused because I still wanted to have the files sorted by Name. :thumbsup:
  • Find File Upload URL (Gmail/Yahoo/Outlook) using Wireshark

    question
    2
    0 Votes
    2 Posts
    11 Views
    J
    Not exactly sure what you mean but perhaps... Basically when you "upload" a file to an email what the client, not server, does is add the file to the email. So there is no URL. There is a specification for how this is done somewhere. You should be able to see this for yourself by sending a short file to yourself then, in your email client, find the "view source" button (which you might need to hunt for) and then look at that. The "file" will be at the end with some header information. It will look something like the following ... --------------1C04F503A23694EFB77EC37B Content-Type: text/xml; name="pom.xml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment;
  • 0 Votes
    3 Posts
    14 Views
    N
    That's a hell of a project. You'll need to attempt to parse files as specific file types and make sure that they can be read. That means you'll need the spec or a fast execution environment for each and every file type on the system. If you generally have a lot of one sort of file (say, .pdf) you can speed your search up by making a script that verifies that it can open each with itextsharp, for instance. "There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli
  • 0 Votes
    17 Posts
    50 Views
    Richard Andrew x64R
    I see that some of our users can be difficult, let me put in my two cents. All 64-bit versions of Windows from Vista onward include a technology that prevents kernel hooks. If a kernel hook is somehow successfully installed, the machine will blue screen. It's called Kernel Patch Protection - Wikipedia[^] Therefore, I don't think the scenario that you suspect is what's actually going on. The difficult we do right away... ...the impossible takes slightly longer.
  • Experiences with Log Analysis Tools?

    security tools question lounge
    5
    0 Votes
    5 Posts
    17 Views
    M
    We use a customized version of YALV[^] This, of course, means that we're bound to use log4net and the XML specification YALV supports - Of course it is open source and we could adjust it any time needed - But c'mon, it's a log file. These things don't get any more spectacular when changin the formatting :laugh: