Code Monkey home page Code Monkey logo

Comments (3)

aaronparker avatar aaronparker commented on April 27, 2024 2

Replace logon scripts with Group Policy Preferences or a signed PowerShell script.

from aaronlocker.

AaronMargosis avatar AaronMargosis commented on April 27, 2024

I think when something like that has come up before, the issue was that a logon script on the DC called something else, and the way it got invoked, the full path became rendered with the specific server name rather than the domain name. I don't know what the best way is to resolve that, or whether any of these are feasible:

  • find a way to keep everything within one script so it doesn't invoke other things on the DC;
  • alter the scripts so that it explicitly specifies the domain's FQDN when invoking other things;
  • add corresponding path rules for every DC (if there aren't too many);
  • move away from using logon scripts to initialize user session configuration.
    Hope this helps!

from aaronlocker.

opoplawski avatar opoplawski commented on April 27, 2024

Thanks for the response. I think the issue is with the logon script itself. The logon scripts do make use of scripts in another share that they mount explicitly with net use \DOMAIN\SYSVOL.... and those scripts are allowed via the aaronlocker policy. So it seems like something in the logon script setup is using the domain controller name directly. I wonder if our use of sites has anything to do with it. I having trouble finding documentation of the process though.

We might be able to add all the domain controllers - there aren't too many (~7).

I'm not sure what would replace logon scripts. Any suggestions?

from aaronlocker.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.