Skip to content

Commit

Permalink
Code refactor and addition of computer object creator info.
Browse files Browse the repository at this point in the history
  • Loading branch information
TahiTi committed Apr 26, 2022
1 parent 6e0d471 commit 0138ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/machineAccountQuota.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# Description:
# This module will try to get the Machine Account Quota from the domain attribute ms-DS-MachineAccountQuota.
# If the value is superior to 0, it tries to list any computer object created by a user and returns the machine name and its creator sAMAccountName and SID.
# If the value is superior to 0, it tries to list any computer object created by a user and returns the machine
# name and its creator sAMAccountName and SID.
#
# Author:
# TahiTi
Expand Down

0 comments on commit 0138ae4

Please sign in to comment.