Skip to content

Commit fd70562

Browse files
committed
Merge branch 'fix/pathing-and-naming' into dev
2 parents 6a8e098 + 25e55f3 commit fd70562

File tree

13,749 files changed

+165398
-165101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,749 files changed

+165398
-165101
lines changed

docs/1secure/admin/login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Follow the steps to activate an account:
3434

3535
The Change Your Password page is displayed.
3636

37-
![Change Your Password page](/img/product_docs/groupid/groupid/admincenter/general/changepassword.webp)
37+
![Change Your Password page](/img/product_docs/directorymanager/directorymanager/admincenter/general/changepassword.webp)
3838

3939
**Step 2 –** In the **New password** field, enter a password to set for your account.
4040

@@ -104,7 +104,7 @@ click **Continue**. The Enter Your Password page is displayed.
104104

105105
**Step 4 –** Click the **Forgot password** link. The Change Your Password page is displayed.
106106

107-
![Change Your Password page](/img/product_docs/groupid/groupid/admincenter/general/changepassword.webp)
107+
![Change Your Password page](/img/product_docs/directorymanager/directorymanager/admincenter/general/changepassword.webp)
108108

109109
**Step 5 –** In the **New password** field, enter a password to set for your account.
110110

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Active Directory Action Operations
2+
3+
Use Operations page to select one or more operations for the action to perform on the targeted
4+
Active Directory objects. Some operations have wizard pages to specify the configuration settings.
5+
6+
![Active Directory Action Module Wizard Operations page](/img/versioned_docs/activitymonitor_7.1/activitymonitor/admin/monitoreddomains/admonitoringconfiguration/operations.webp)
7+
8+
The Operations drop-down menu contains the following operations:
9+
10+
- [Clear/Set SID History ](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/sidhistory.md)
11+
- [Computer Details](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/computerdetails.md)
12+
- [Disable/Enable Computers](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/disableenablecomputers.md)
13+
- [Create Groups](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/creategroups.md)
14+
- [Create Users](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/createusers.md)
15+
- [Delete Objects](#delete-objects)
16+
- [Disable/Enable Users](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/disableenableusers.md)
17+
- [Group Details](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/groupdetails.md)
18+
- [Group Membership](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/groupmembership.md)
19+
- [Groups Remove All Members ](#groups-remove-all-members)
20+
- [Move Objects](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/moveobjects.md)
21+
- [Set/Reset Users Password ](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/setresetpassword.md)
22+
- [Unlock Users ](#unlock-users)
23+
- [Users Details ](/docs/accessanalyzer/11.6/accessanalyzer/admin/action/activedirectory/operations/usersdetails.md)
24+
25+
Select an operation from the drop-down list and then click **Add**. The selection appears in the
26+
Selections pane as well as the navigation pane if there is an associated configuration page. If
27+
performing multiple operations, the action executes the operations in the order in which they appear
28+
here. To change the order, select an operation and use the **Down** and **Up** buttons.
29+
30+
## Delete Objects
31+
32+
**CAUTION:** Once deleted, objects from Active Directory cannot be restored.
33+
34+
Select this operation to delete objects from Active Directory, such as users, groups, or computers.
35+
The source table determines which objects are deleted from the Active Directory. Therefore, this
36+
operation does not possess its own wizard window.
37+
38+
## Groups Remove All Members
39+
40+
Select this operation to remove all members from groups located in the source table. There is not a
41+
wizard window associated with this operation. No configuration is required.
42+
43+
## Unlock Users
44+
45+
Select this operation to unlock the account of the specified users in the source table. There is not
46+
a wizard window associated with this operation. No configuration is required.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use the Computers Details page to select computer attributes to change.
44

5-
![Active Directory Action Module Wizard Computer Details page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/computerdetails.webp)
5+
![Active Directory Action Module Wizard Computer Details page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/computerdetails.webp)
66

77
Highlight the attribute to edit:
88

@@ -43,13 +43,13 @@ attributes list from the domain:
4343

4444
**Step 3 –** Click **Next**.
4545

46-
![Custom Attributes Import Wizard Attributes page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/attributescomputer.webp)
46+
![Custom Attributes Import Wizard Attributes page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/attributescomputer.webp)
4747

4848
**Step 4 –** The wizard populates available attributes from the domain specified on the Attributes
4949
page. Expand the desired object class and select the checkboxes for the custom attributes to be
5050
imported. Then click **Next**.
5151

52-
![Custom Attributes Import Wizard Completion page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/completionpage.webp)
52+
![Custom Attributes Import Wizard Completion page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/completionpage.webp)
5353

5454
**Step 5 –** On the Completion page, click **Finish**.
5555

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use the Create Groups page to configure the action to create groups on the selected target.
44

5-
![Active Directory Action Module Wizard Create Groups page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/creategroups.webp)
5+
![Active Directory Action Module Wizard Create Groups page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/creategroups.webp)
66

77
Use the following options to configure the action:
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use the Create Users page to create users on the selected target.
44

5-
![Active Directory Action Module Wizard Create Users page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/createusers.webp)
5+
![Active Directory Action Module Wizard Create Users page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/createusers.webp)
66

77
Use the following options to configure the action:
88

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Disable/Enable Computers
2+
3+
Use the (Disable/Enable Computers page to configure the action to enable or disable users' operation
4+
options on target computers.
5+
6+
![Active Directory Action Module Wizard Disable/Enable Computers page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/disableenablecomputers.webp)
7+
8+
Select the radio button for the desired option:
9+
10+
- Enable – Enables users' operation options
11+
- Disable – Disables users' operation options
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Disable/Enable Users
2+
3+
Use the Disable/Enable Users page to enable or disable target users.
4+
5+
![Active Directory Action Module Wizard Disable/Enable Users page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/disableenableusers.webp)
6+
7+
Select the radio button for the desired option:
8+
9+
- Disable – Select this radio button to disable users' operation options
10+
- Enable – Select this radio button to enable users' operation options
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use Groups Details page to edit selected group attributes.
44

5-
![Active Directory Action Module Wizard Group Details page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/groupdetails.webp)
5+
![Active Directory Action Module Wizard Group Details page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/groupdetails.webp)
66

77
Highlight the attribute to edit. Add or delete attributes using the buttons to the right of Insert
88
field.
@@ -46,13 +46,13 @@ attributes list from the domain:
4646

4747
**Step 3 –** Click **Next**.
4848

49-
![Custom Attributes Import Wizard Attributes page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/attributesgroup.webp)
49+
![Custom Attributes Import Wizard Attributes page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/attributesgroup.webp)
5050

5151
**Step 4 –** The wizard populates available attributes from the domain specified on the Attributes
5252
page. Expand the desired object class and select the checkboxes for the custom attributes to be
5353
imported. Then click **Next**.
5454

55-
![Custom Attributes Import Wizard Completion page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/completionpage.webp)
55+
![Custom Attributes Import Wizard Completion page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/completionpage.webp)
5656

5757
**Step 5 –** On the Completion page, click **Finish**. On the Completion page, click **Finish**.
5858

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use the Groups Membership page to add or remove group members. Values from the source table can also
44
be used to specify if the object will be added or removed.
55

6-
![Active Directory Action Module Wizard Group Membership page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/groupmembership.webp)
6+
![Active Directory Action Module Wizard Group Membership page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/groupmembership.webp)
77

88
Use the following options to configure the action:
99

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use the Move Objects page to specify the OU in which to move objects.
44

5-
![Active Directory Action Module Wizard Move Objects page](/img/versioned_docs/enterpriseauditor_11.6/enterpriseauditor/admin/action/activedirectory/operations/moveobject.webp)
5+
![Active Directory Action Module Wizard Move Objects page](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/admin/action/activedirectory/operations/moveobject.webp)
66

77
Use the following options to configure the action:
88

0 commit comments

Comments
 (0)