Skip to content

Commit 335c1a1

Browse files
committed
currently on passwordsecure
1 parent 2149cc2 commit 335c1a1

File tree

165 files changed

+795
-914
lines changed

Some content is hidden

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

165 files changed

+795
-914
lines changed

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/analysis/notification/timewindow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Use this page to specify whether to include only rows collected in the last exec
66

77
The following option is available:
88

9-
- Only include rows from most recent run for [<table name>] – Select the checkbox to scope the task to the most recent data
9+
- Only include rows from most recent run for `[table name]` – Select the checkbox to scope the task to the most recent data
1010

1111
__NOTE:__ The checkbox is only enabled if the table selected on the Select Table page has a Access Analyzer __JobRunTimeKey__ property. Otherwise, the checkbox is cleared by default.

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/datacollector/script/methodsproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Query and Working Query objects support the following methods and properties
88
| --- | --- |
99
| Execute | Executes the object query. Use this to perform the query after setting the source, path, and properties. |
1010
| Reset | Resets the object’s properties to their original values. Use this if the source, path, or properties have been modified, but the original values are desired. |
11-
| AddProperty (attributes : string) | Adds a property to the query. Using the following format: NAME=<value>;COLUMN=<value>;VALUE=<reserved>;DATATYPE=<datatype>;SIZE=<value>;KEY=<value> |
11+
| AddProperty (attributes : string) | Adds a property to the query. Using the following format: NAME=`<value>`;COLUMN=`<value>`;VALUE=`<reserved>`;DATATYPE=`<datatype>`;SIZE=`<value>`;KEY=`<value>` |
1212
| DeleteProperty (propertyname : string) | Removes a property from a query. |
1313

1414
## Supported Properties

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/datacollector/wmicollector/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ On the Properties page, select the properties to extract.
44

55
![WMI Browser wizard Properties page](/img/product_docs/activitymonitor/activitymonitor/install/agent/properties.png)
66

7-
If the __Extract only selected instances__ checkbox is not selected, data is returned from all process instances displayed in the __Instances of <namespace>\<class>__ box. To return data from a single process instance, select an instance and select the __Extract only selected instances__ checkbox. Only one instance can be selected at a time.
7+
If the __Extract only selected instances__ checkbox is not selected, data is returned from all process instances displayed in the __Instances of `<namespace>\<class>`__ box. To return data from a single process instance, select an instance and select the __Extract only selected instances__ checkbox. Only one instance can be selected at a time.
88

99
In the __Instance data__ box, select the checkboxes next to the desired properties to return during query execution.

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/maintenance/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ FSAA Applet Logs:
5151

5252
All FSAA applet logs have the following naming convention for permissions, activity, sensitive data, and DFS scan types:
5353

54-
- [SCAN TYPE]\_[HOSTNAME]\_[YEAR]\_[MONTH]\_[DAY]\_[TIME]\_{JOB\_GUID}\_[SessionID].log
54+
- `[SCAN TYPE]_[HOSTNAME]_[YEAR]_[MONTH]_[DAY]_[TIME]_{JOB_GUID}_[SessionID].log`
5555

5656
FSAA Trace Logs:
5757

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/report/interactivegrids/searchfilter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To change the enumeration in the report, select an option from the enumerated co
2222

2323
## Filtering on Dates & Times
2424

25-
Data can also be filtered on dates and times. Expanding the columns width activates hyperlinks to filter on specific time periods.
25+
Data can also be filtered on dates and times. Expanding the column's width activates hyperlinks to filter on specific time periods.
2626

2727
![Date column filter](/img/product_docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/report/interactivegrids/datefilter.png)
2828

@@ -36,9 +36,9 @@ Comparison operators can also be used for filtering. Comparison operators which
3636
| --- | --- |
3737
| Equal to | = |
3838
| Greater than | > |
39-
| Less than | < |
40-
| Less than or equal to | <= |
41-
| Greater than or equal to | >= |
39+
| Less than | &lt; |
40+
| Less than or equal to | &lt;= |
41+
| Greater than or equal to | &gt;= |
4242
| A range of values | n1..n2 |
4343

4444
## Adding & Removing Columns
@@ -47,4 +47,4 @@ Columns can be added or removed from the table.
4747

4848
![Add and remove columns](/img/product_docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/report/interactivegrids/addremovecolumns.png)
4949

50-
Right-click on a column to display a list of the available columns. Select the checkboxes of the columns you want to be displayed. Click the up or down arrows to scroll through the list of columns.
50+
Right-click on a column to display a list of the available columns. Select the checkboxes of the columns you want to be displayed. Click the up or down arrows to scroll through the list of columns.

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/settings/connection/profile/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The information in this section applies to Select Account Type > Task (Local) or
99
The required credentials for Task (Local) and Task (Domain) are:
1010

1111
- Domain
12-
- Local – Not a field for this type of credential, defaults to <TASK>
12+
- Local – Not a field for this type of credential, defaults to `<TASK>`
1313
- Domain – Drop-down menu with available trusted domains displays. Either type the short domain name in the textbox or select a domain from the menu.
1414
- User name – Type the user name
1515
- Password Storage: Application – Uses the configured Profile Security setting as selected at the __Settings > Application__ node

docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/settings/connection/profile/webservices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ The information in this section applies to Select Account Type > Web Services (J
66

77
The required credentials for Web Services (JWT) are:
88

9-
- User name – {not a field for this type of credential}
9+
- User name – `{not a field for this type of credential}`
1010
- Password Storage: Application – Uses the configured Profile Security setting as selected at the __Settings > Application__ node
1111
- Access Token – Copy and paste the StealthDEFEND App Token after it has been generated within StealthDEFEND. See the [FS\_DEFEND\_SDD Job](/docs/accessanalyzer/accessanalyzer/enterpriseauditor/admin/jobs/instantjobs/fs_defend_sdd.md) topic for additional information.

docs/accessanalyzer/accessanalyzer/enterpriseauditor/install/application/database.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ The account configured in the storage profile to be used by Access Analyzer to a
1212

1313
___RECOMMENDED:___ The account used by Access Analyzer should have database owner (DBO) level access to the database.
1414

15-
If database owner rights cannot be obtained, the following SQL script can be executed by a database administrator (DBA) against the Access Analyzer database to grant the necessary permissions to the appropriate users (replacing ```<SA User ID>``` and ```<SA Database>``` with the appropriate values):
15+
If database owner rights cannot be obtained, the following SQL script can be executed by a database administrator (DBA) against the Access Analyzer database to grant the necessary permissions to the appropriate users (replacing `<SA User ID>` and `<SA Database>` with the appropriate values):
1616

17-
```
18-
USE [master]GRANT VIEW ANY DEFINITION TO [<SA User ID>]
17+
```sql
18+
USE [master]
19+
GRANT VIEW ANY DEFINITION TO [<SA User ID>]
1920
GO
2021
USE [<SA Database>]
2122
GO

docs/accessanalyzer/accessanalyzer/enterpriseauditor/install/application/reports/adfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __Step 3 –__ Navigate to __Relying Party Trusts__ and click __Add Relying Part
2727

2828
![Add an Endpoint window](/img/product_docs/accessanalyzer/accessanalyzer/enterpriseauditor/install/application/reports/addanendpointwindow.png)
2929

30-
__Step 4 –__ Double-click on the newly added relying party trust to open it's Properties window. Navigate to the Endpoints tab and click __Add WS-Federation__. On the Add an Endpoint window, add ```https://<FQDN of the web server>:<port number>/federation``` as the Trusted URL, then click __OK__.
30+
__Step 4 –__ Double-click on the newly added relying party trust to open it's Properties window. Navigate to the Endpoints tab and click __Add WS-Federation__. On the Add an Endpoint window, add ```https://`<FQDN of the web server>`:`<port number>`/federation``` as the Trusted URL, then click __OK__.
3131

3232
- For example, ```https://app0190.train90.local:8082/federation```
3333

docs/accessanalyzer/accessanalyzer/enterpriseauditor/install/application/reports/entraidsso.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ __Step 4 –__ In your application, go to __Manage__ > __Single sign-on__. Selec
2323

2424
__Step 5 –__ On the Set up Single Sign-On with SAML page, click __Edit__ on the Basic SAML Configuration section. Add your Identifier and Reply URL, and then click __Save__.
2525

26-
- As the Identifier, enter ```https://<FQDN of web server>:<port number>```, for example:
26+
- As the Identifier, enter ```https://`<FQDN of web server>`:`<port number>` ```, for example:
2727

2828
```
2929
https://app0190.train90.local:8082
3030
```
31-
- As the Reply URL, enter ```https://<FQDN of web server>:<port number>/federation```, for example:
31+
- As the Reply URL, enter ```https://`<FQDN of web server>`:`<port number>`/federation```, for example:
3232

3333
```
3434
https://app0190.train90.local:8082/federation

0 commit comments

Comments
 (0)