Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [active-directory]

Active Directory (AD) is a distributed directory service created by Microsoft. It stores all information and settings for a deployment in a central database. AD allows administrators to assign policies, deploy and update software. AD networks can vary from a small installation with a few computers, users and printers to tens of thousands of users, many different network domains and large server farms spanning many geographical sites.

0 votes
0 answers
10 views

Users cant edit own personal info in AD

I faced such a problem that users cannot fill in the office and description fields in AD. Previously, a script worked to add the computer's name to the user when logging into the session. It stopped ...
0 votes
0 answers
13 views

How to filter active users in SQL dialect for ADSI search?

I tried to use SQL queries to get active users from ActiveDirectory, using SQL Dialect. However, documentation about it seems incomplete to me. For example, how can I get only active users? (Flag that ...
MSBear007's user avatar
1 vote
1 answer
52 views

Pull of AD users managers name and email to existing script powershell script

I currently have a script which I am trying to alter, which is able to pull of from AD groups Usernames, Name, Email and Managers: $ou = 'OU=OUoftheADgroups,OU=My,DC=Domain,DC=net' Get-ADGroup -Filter ...
S.Mahmood's user avatar
  • 141
-1 votes
0 answers
17 views

How to Create a Custom passfilt.dll for Active Directory Password Policy Enforcement? [closed]

I need to create a custom passfilt.dll to enforce a more stringent password policy in our Active Directory (AD) environment. The default AD password policy is not sufficient for our security ...
1 vote
1 answer
54 views

Unknown value in PowerShell Custom Object

I'm a beginner to PowerShell and Active Directory. I have grabbed below PowerShell script from the internet, intending to get all AD Users of Users type (in the Organization) and his all AD Groups he ...
Sandeep Kumar's user avatar
-2 votes
0 answers
26 views

Powershell script reset expired AD pw with random pw [closed]

Does anyone have any suggestions of a PowerShell script, or how to find one, that would allow us to search Windows AD for passwords expired 7 days or more and change the password to a new random ...
Thom's user avatar
  • 1
1 vote
0 answers
23 views

Getting Active Directory "SecurityDescriptor" attribute in .net core on linux machine

I'm using the following c# .net core code to get the ntSecurityDescriptor attribute from Active Directory server. I'm using the Novell.Directory.Ldap library because I need this code to run on a Linux ...
Amir M's user avatar
  • 536
0 votes
0 answers
21 views

LDAP Integration for Laravel Project

I am currently having a trouble when authenticating a default, non-modified AD user in my Laravel Project. I am using this extension called LdapRecord-Laravel Before making this post I made sure that ...
alex wang's user avatar
0 votes
0 answers
35 views

Change User's Active Directory Password using PHP Script [closed]

I am quite new to PHP so I suspect I am doing something wrong. I have written the script below to change a user password in MS Active Directory. I have confirmed SSL port 636 is open and SSL ...
Kin Ben's user avatar
0 votes
1 answer
94 views

CryptAcquireCertificatePrivateKey() fails with error CRYPT_E_NO_KEY_PROPERTY

This is the setup AD CS (windows server 2019 Hyper-V VM) Created a new template by duplicating smartcard logon template. Changed provider to Microsoft Software Key Storage Provider. Algorithm is RSA ...
HNR's user avatar
  • 101
0 votes
0 answers
26 views

OpenID Connect authentication in ASP.NET Core: filter by tenant ID

I am developing an ASP.NET Core MVC application that uses Microsoft Entra ID for authentication. The application is designed to support multiple tenants, and I want to restrict access so that only ...
StanSm789's user avatar
0 votes
0 answers
24 views

Freeradius 3, how to allow upn login syntax against active directory?

I have a working freeradius 3.0 connected to active directory and an aruba access point. users are able to login using cn@domain. e.g. [email protected]. I'm now trying to also make it possible to allow ...
Jim Björklund's user avatar
0 votes
0 answers
32 views

Microsoft Graph API - access denied when trying to fetch permissions for a calendar with delegated permissions

I'm trying to fetch the permissions for a Microsoft 365 group calendar using delegated permissions in Microsoft Graph API. I've granted all the required API permissions, but I'm still get an access ...
CodeSeeker's user avatar
0 votes
0 answers
38 views

PowerShell is not launching explorer.exe using credentials stored in a .ps1 script - how can I correct the access is denied error that PsExec shows?

It has been a while since I've used PowerShell scripts, but we are trying to automate a process for an older software system in a market that is a few timezones removed from our normal IT crew's ...
KJR's user avatar
  • 1
0 votes
0 answers
7 views

How to trigger email using Quest (ARS) Active Roles Console

I'm new to Quest ARS tool and using Quest ARS v8.1.1. I'm trying to develop a workflow where, If any secondary account password reset the email will be triggered to account owner. In case account ...
AskMe's user avatar
  • 2,539

15 30 50 per page
1
2 3 4 5
1089