����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!powershell
# Copyright: (c) 2023, Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
#AnsibleRequires -CSharpUtil Ansible.Basic
#AnsibleRequires -PowerShell ..module_utils._ADObject
$setParams = @{
PropertyInfo = @(
[PSCustomObject]@{
Name = 'type'
Option = @{ type = 'str' }
Attribute = 'objectClass'
StateRequired = 'present'
New = {
param ($Module, $ADParams, $NewParams)
$NewParams.Type = $Module.Params.type
$Module.Diff.after.type = $Module.Params.type
}
Set = {
param ($Module, $ADParams, $SetParams, $ADObject)
$Module.Diff.after.type = $ADObject.ObjectClass
if ($ADObject.ObjectClass -ne $Module.Params.type) {
$msg = -join @(
"Cannot change object type $($ADObject.ObjectClass) of existing object "
"$($ADObject.DistinguishedName) to $($Module.Params.type)"
)
$Module.FailJson($msg)
}
}
}
)
}
Invoke-AnsibleADObject @setParams
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| computer.ps1 | File | 7.18 KB | 0644 |
|
| computer.py | File | 9.35 KB | 0644 |
|
| debug_ldap_client.py | File | 6.15 KB | 0644 |
|
| domain.ps1 | File | 6.91 KB | 0644 |
|
| domain.py | File | 5.4 KB | 0644 |
|
| domain_controller.ps1 | File | 10.2 KB | 0644 |
|
| domain_controller.py | File | 6.49 KB | 0644 |
|
| group.ps1 | File | 8.13 KB | 0644 |
|
| group.py | File | 6.57 KB | 0644 |
|
| membership.ps1 | File | 8.1 KB | 0644 |
|
| membership.py | File | 4.99 KB | 0644 |
|
| object.ps1 | File | 1.21 KB | 0644 |
|
| object.py | File | 4.08 KB | 0644 |
|
| object_info.ps1 | File | 11.58 KB | 0644 |
|
| object_info.py | File | 7.3 KB | 0644 |
|
| offline_join.ps1 | File | 6.33 KB | 0644 |
|
| offline_join.py | File | 4.57 KB | 0644 |
|
| ou.ps1 | File | 1.19 KB | 0644 |
|
| ou.py | File | 3.8 KB | 0644 |
|
| user.ps1 | File | 15.67 KB | 0644 |
|
| user.py | File | 13.25 KB | 0644 |
|