ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Lakshmana
    3. Posts
    • Profile
    • Following 66
    • Followers 3
    • Topics 313
    • Posts 1,763
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Task Scheduler not running when system is locked

      @black3dynamite said in Task Scheduler not running when system is locked:

      using a domain admin account instead.

      For that domain admin also throws the same error

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      I have tried to run calc.exe but that is also giving the same error

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      @dafyre May i know what changes you are speaking about ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      @black3dynamite said in Task Scheduler not running when system is locked:

      @lakshmana said in Task Scheduler not running when system is locked:

      0_1519152485441_446a4b74-2b22-4ac4-aad3-aad56e811210-image.png

      When checking the Run with Higher Privileges and checked on Run Whether user is logged on or not also.But at that time only above error comes here

      Ever consider running the task using the Administrator account?

      Tried from my AD Admin Login there is not local admin present in the machine.Where the task needs to be run as AD user if possible

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      @dafyre the above one is internet image that \domain\User is the concept

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      The machine will be locked state and the task should run from the same without user help.Tried this link

      https://jetsupport.jetreports.com//hc/en-us/articles/219402177-Scheduler-Permissions-Running-Scheduled-Tasks-When-Logged-Off#backupop

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      0_1519152485441_446a4b74-2b22-4ac4-aad3-aad56e811210-image.png

      When checking the Run with Higher Privileges and checked on Run Whether user is logged on or not also.But at that time only above error comes here

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Task Scheduler not running when system is locked

      0_1519152270756_test.jpg

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Allowing Root Password Login via SSH to Dragonfly BSD

      What is Drangonfly ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Task Scheduler not running when system is locked

      I have created a .bat file to run at evening at 05:59 PM everyday but the task is not running in the machine when the system is locked.I have selected the option as provided in this link

      https://superuser.com/questions/1214736/windows-10-scheduled-tasks-with-workstation-lock-unlock-not-being-triggered

      But I am getting error while changing the Security Option in Print Screen A.Can anyone help me on the same.

      Error is provided below for reference
      "Task Scheduler cannot apply your changes.The user account is unknown,the password is incorrect or the user account does not have permission to modify the task"

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @lakshmana The above helps me and its working but i need the output of that file to be append at the same .csv file which is not working.How to do that ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @scottalanmiller Through the powershell i am running this

      $UsersFromFile = Get-Content -Path 'd:\temp\UserList.csv'
      ForEach ($Username in $UsersFromFile)
      {(Get-ADUser -Identity $UserName).Enabled}

      Where the data is fetching but error comes there for all the users.I need to append the status in the .csv too

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      the command to get the output in powershell is (Get-ADUser Username).Enabled.

      Need to use this in powershell

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      Need to have .csv in two different location ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @scottalanmiller How to do that ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @scottalanmiller said in Verify the Logid status:

      @lakshmana said in Verify the Logid status:

      @scottalanmiller 1500 Numbers of Different Usernames

      Okay, then write it like this.... 1,500 usernames. The comma, the capital letter, the lack of plural ending all indicate something other than you were intending.

      Now that we have an idea of what we are trying, which 1,500 as it is not all that are in the file? How do we determine which 1,500?

      Whether the above powershell can be used for my commands ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      The .csv file have Serial Number staring from 1-1500 numbers where the usernames are mentioned where i need to check whether it is disabled or not from AD

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @scottalanmiller 1500 Numbers of Different Usernames

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @scottalanmiller said in Verify the Logid status:

      @lakshmana said in Verify the Logid status:

      @scottalanmiller said in Verify the Logid status:

      @lakshmana said in Verify the Logid status:

      @scottalanmiller I don't need whole list but need to get the details of my 1500 User Id only.I just need information regarding whether its enabled or disabled ?.Whether this link helps

      http://community.idera.com/powershell/ask_the_experts/f/active_directory__powershell_remoting-9/20099/ad-accounts-disabled-enabled-query

      Oh, only one user? Why not check ID 1500 manually then?

      Need to confirm True or False from AD all the 1500 Users in the .Csv file

      I'm confused. You need which 1500 users?

      @scottalanmiller said in Verify the Logid status:

      @lakshmana said in Verify the Logid status:

      @scottalanmiller said in Verify the Logid status:

      @lakshmana said in Verify the Logid status:

      @scottalanmiller I don't need whole list but need to get the details of my 1500 User Id only.I just need information regarding whether its enabled or disabled ?.Whether this link helps

      http://community.idera.com/powershell/ask_the_experts/f/active_directory__powershell_remoting-9/20099/ad-accounts-disabled-enabled-query

      Oh, only one user? Why not check ID 1500 manually then?

      Need to confirm True or False from AD all the 1500 Users in the .Csv file

      I'm confused. You need which 1500 users?

      Actually I am having .csv with 1500 Username and i need to check the same username with the AD for the Disabled status.How to do with the above powershell command ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Verify the Logid status

      @scottalanmiller said in Verify the Logid status:

      @lakshmana said in Verify the Logid status:

      @scottalanmiller I don't need whole list but need to get the details of my 1500 User Id only.I just need information regarding whether its enabled or disabled ?.Whether this link helps

      http://community.idera.com/powershell/ask_the_experts/f/active_directory__powershell_remoting-9/20099/ad-accounts-disabled-enabled-query

      Oh, only one user? Why not check ID 1500 manually then?

      Need to confirm True or False from AD all the 1500 Users in the .Csv file

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • 1 / 1