233 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
57
views
Grabbing User Lockout location in C#
I would like if anyone knows a way to retrieve the lockout location of a user. Is the best way to do that is to read the eventlog from the domain and extract the location from the security event or is ...
0
votes
0
answers
50
views
Windows Server 2019 Default Administrator Permissions
I installed Windows Server 2019(Datacenter) on my laptop in preparation to start learning MS Sharepoint. Everything runs fine. I can install and uninstall applications with the default Administrator ...
0
votes
1
answer
138
views
"The service cannot accept control messages at this time" when trying to re-join Exchange Server to domain
An Exchange Server that was not running for an extended period of time, was brought back up again. A domain user could not interactively logon because the workstation lost the trust relationship with ...
0
votes
0
answers
84
views
How to resync date and time of vm with the host machine's time after guest additions installation
Recently I have been doing soc Home lab making course from let's defend platform.
The iso file is of 2022 version and while making this vm the server for windows was windows server 2022.
The problem ...
0
votes
0
answers
301
views
Active directory using Powershell on Windows server 2019, argument ‘NewDomain’ not recognised
I am trying to set up an active directory forest on Windows server 2019 through powershell. This server will be the only domain controller for now. I have set my static IP address, the DNS is set to ...
0
votes
1
answer
138
views
How to handle DC replication delay when enabling users and setting properties?
I am working on an application where I need to perform some operations on users fetched from a Domain Controller (DC). The operations involve enabling the users and then setting properties for them. ...
0
votes
0
answers
95
views
How to get information about Domain Controller, status and Replication status using LDAP and C#?
I am trying to use LDAP to get information about domain controllers and to know about its status and Replication status using C#. I am trying to do this approach remotely; for example, I am running ...
1
vote
2
answers
201
views
How to get Active Directory information remotely using c#?
I am trying to get Active directory information like AD replication status and other types of information. For now, I am just concentrating on the AD replication status. I used this code to login to ...
user avatar
user23077506
0
votes
0
answers
43
views
Issue with User Required to Enter Username and Password on Logon in Windows 7
I am encountering an issue with a Windows 7 machine that is part of a domain. When a user attempts to log on, they are prompted to enter their username and password. Ideally, I would like the logon ...
0
votes
2
answers
951
views
PowerShell Script Install-ADDSDomainController Error
I'm having an issue with a PowerShell script I am writing to automate Domain Controller promotions in AD.
I get the following error when run:
Install-ADDSDomainController : Object reference not set to ...
1
vote
0
answers
308
views
Invoke-Command to a DC for replication not working in Windows 11
I have a weird problem hoping someone can help with this.
So I have 2 systems. One is Windows 10 22H2, one is Windows 11 23H2. Both are brand new installs. Both are on the domain, in the same OU, ...
0
votes
1
answer
4k
views
Switching from a hybrid AD (Active Directory) to cloud only
I am currently doing an internship, and at the moment, I am working on figuring out how the company where I am interning can transition from a hybrid Active Directory to a cloud-only setup. This is ...
0
votes
1
answer
941
views
Active Directory stops responding after loosing a domain controller
One of my domain controllers corrupted and the secondary DC has not come online since. I have found the following error message in the event log with event ID 1126.
Active Directory Domain Services ...
0
votes
0
answers
148
views
AD domain controller user replication with group membership
Trying to figure out why a PowerShell domain controller replication job for a user object does not sync groupmemberships (memberOf).
$users = 'wtst, tst'
$usersArray = $users.Split(',')
Invoke-...
0
votes
1
answer
1k
views
How to Get User belong to different group in Different domain along with passing authentication using powershell script?
How to Get User belong to different group in Different domain along with passing authentication using PowerShell script?
Should get different groups in different domain also how to pass authentication ...