Sign Up

Create your WindowsTechno Community account. It’s free and only takes a minute.

Have an account? Sign In
Continue with Facebook
Continue with Google
or use

Have an account? Sign In Now

Sign In

Continue with Facebook
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Continue with Facebook
Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Continue with Facebook
Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

WindowsTechno Community

WindowsTechno Community Logo WindowsTechno Community Logo

WindowsTechno Community Navigation

  • Home
  • About Us
  • Write For Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Write For Us
Home/ Vipan Kumar/Answers
Ask Vipan Kumar
  • About
  • Questions
  • Answers
  • Joined Groups
  1. Asked: May 31, 2023In: Active Directory

    Issue with last logon/Timestamp information

    Vipan Kumar
    Added an answer on September 11, 2023 at 6:25 pm

    Please go through this article, YOu will get the idea of timestamp. https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/8220-the-lastlogontimestamp-attribute-8221-8211-8220-what-it-was/ba-p/396204

    Please go through this article, YOu will get the idea of timestamp.

    https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/8220-the-lastlogontimestamp-attribute-8221-8211-8220-what-it-was/ba-p/396204

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: May 26, 2023In: Active Directory

    How to find differences between two types computer accounts in Active Directory?

    Vipan Kumar
    Added an answer on May 26, 2023 at 12:28 am

    Are you saying that pre-staging the computer in AD, then joining the workstation to the domain using the pre-stage name, results in an authentication failure with Cisco software/hardware....? But NOT pre-staging has no problems? Are ALL the computer accounts still sitting in the default Computers OURead more

    Are you saying that pre-staging the computer in AD, then joining the workstation to the domain using the pre-stage name, results in an authentication failure with Cisco software/hardware….?

    But NOT pre-staging has no problems? Are ALL the computer accounts still sitting in the default Computers OU?

    TBH Have never heard of that being an issue. You can manually compare object attributes from ADUC for two computer objects, but have no idea what you’d be looking for.

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: May 26, 2023In: Active Directory

    KRBTGT password reset trouble

    Vipan Kumar
    Added an answer on May 26, 2023 at 12:27 am

    Did you use the Microsoft one or Jorges one(the best one)? I’ve used Jorges a bunch and never had an issue but I can always ask him if he has see such issues. https://windowstechno.com/is-there-a-script-to-help-reset-krbtgt/

    Did you use the Microsoft one or Jorges one(the best one)?

    I’ve used Jorges a bunch and never had an issue but I can always ask him if he has see such issues.

    https://windowstechno.com/is-there-a-script-to-help-reset-krbtgt/

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: May 26, 2023In: Active Directory

    How do sites connect to LDAP?

    Vipan Kumar
    Added an answer on May 26, 2023 at 12:25 am

    Most apps need a hard-coded server name, so you can use a proxy to provide HA instead of specifying a specific domain controller. It's very app-specific, but most will use a URI of LDAP(s)://servername.fqdn.tld:389 (or 636) if your DCs have SSL certs. If you're talking about how Windows clients do iRead more

    Most apps need a hard-coded server name, so you can use a proxy to provide HA instead of specifying a specific domain controller.

    It’s very app-specific, but most will use a URI of LDAP(s)://servername.fqdn.tld:389 (or 636) if your DCs have SSL certs.

    If you’re talking about how Windows clients do it, they use “[DCLocator process](https://servergurunow.wordpress.com/2017/10/14/dc-locator-process-2/)” to find a “close” DC, which are all LDAP servers.

    Also check this website
    https://windowstechno.com/

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: May 26, 2023In: Active Directory

    How to remove msDS-KeyCredentialLink value

    Vipan Kumar
    Added an answer on May 26, 2023 at 12:23 am

    `set-ADObject -Identity '' -clear "msds-keycredentiallink"` I had a computer account in my lab where that attribute was populated (no AZAD sync, solely on-prem) and the above works for me.

    `set-ADObject -Identity ” -clear “msds-keycredentiallink”`

    I had a computer account in my lab where that attribute was populated (no AZAD sync, solely on-prem) and the above works for me.

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: May 8, 2023In: Others

    Azure AD Connect

    Vipan Kumar
    Added an answer on May 8, 2023 at 8:34 pm
    This answer was edited.

    Setup AADConnect health in the portal to alert you for any issues. Set up a staging server for AAD connect . Keep an eye on the AAD agent updates. You can use the Standby Server to test updates The support window for AADConnect is 12 months after a new version is released. Treat AADConnect as a TierRead more

    Setup AADConnect health in the portal to alert you for any issues.

    Set up a staging server for AAD connect .
    Keep an eye on the AAD agent updates.
    You can use the Standby Server to test updates

    The support window for AADConnect is 12 months after a new version is released.

    Treat AADConnect as a Tier 0 service ie the same as a dc

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: February 26, 2023In: Active Directory

    Create AD User To Be A Local Admin On All Domain Joined Endpoints But NOT Domain Admin

    Vipan Kumar
    Replied to answer on March 7, 2023 at 8:32 am

    Thank you for responding to question, Raghav.

    Thank you for responding to question, Raghav.

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: February 20, 2023In: Active Directory

    Unable to create backups with a gMSA account after installing Microsoft feb month patches

    Best Answer
    Vipan Kumar
    Added an answer on February 20, 2023 at 8:17 pm

    Yes this can be solved either Uninstall the latest patches from RMAD server or convert your gmsa to non-gmsa as we investigated and found that RMAD software is not compatible with gmsa after installing these security patches since Nov 2022. Regards Vipan

    Yes this can be solved either Uninstall the latest patches from RMAD server or convert your gmsa to non-gmsa as we investigated and found that RMAD software is not compatible with gmsa after installing these security patches since Nov 2022.

    Regards
    Vipan

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: February 17, 2023In: Active Directory

    January 2023 Patch – Kerberos Hardening questions

    Vipan Kumar
    Added an answer on February 17, 2023 at 4:30 pm

    Thank you so much , we will create gpo for RC4 encryption support.

    Thank you so much , we will create gpo for RC4 encryption support.

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: February 17, 2023In: AGPM

    In AGPM, the controlled GPO is not visible.

    Vipan Kumar
    Added an answer on February 17, 2023 at 12:04 am

    You might not have permission to list the GPO if the name of the GPO does not display on the Controlled, Uncontrolled, or Pending tab. Get in touch with an AGPM Administrator to ask for permission.

    You might not have permission to list the GPO if the name of the GPO does not display on the Controlled, Uncontrolled, or Pending tab. Get in touch with an AGPM Administrator to ask for permission.

    See less
    • 0
    • Share
      Share
      • Share onFacebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2

Sidebar

Ask A Question

Stats

  • Questions : 119
  • Answers : 26
  • Posts : 15
  • Comment : 1
  • Best Answers : 4
  • Users : 8
  • Groups : 2
  • Group Posts : 0
  • Popular
  • Comments
  • Tags
  • Vipan Kumar

    DFSR no longer replicates files

    • 1 Comment
  • Vipan Kumar

    Wintel Administrator Interview Questions

    • 0 Comments
  • Vipan Kumar

    What is Active Directory?

    • 0 Comments
  • Vipan Kumar

    Active Directory Domain Services Overview

    • 0 Comments
  • Vipan Kumar

    How to fix the issue with the slow authentication

    • 0 Comments
  • Manoj
    Manoj added a comment Nice explanation ? February 4, 2023 at 11:21 am

Users

Shawn Davis

Shawn Davis

  • 0 Questions
  • 0 Answers
Manoj Kumar

Manoj Kumar

  • 0 Questions
  • 0 Answers
Vipan Thakur

Vipan Thakur

  • 0 Questions
  • 0 Answers

Explore

  • Home
  • Questions

Footer

© 2023 WindowsTechno. All Rights Reserved
by WindowsTechno.