Skip to content

Commit 6ac1e89

Browse files
committed
PPE 11.1: Updated: images, install path, added win 2025 to list o supported, minor text fixes
1 parent 7fe21cf commit 6ac1e89

File tree

21 files changed

+20
-18
lines changed

21 files changed

+20
-18
lines changed

docs/passwordpolicyenforcer/11.1/admin/cmdlets/cmdlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To establish the connection:
1515
the **Run as Administrator** option.
1616

1717
**Step 2 –** Import the PPE cmdlets module:
18-
**Import-Module "C:\Program Files\Password Policy Enforcer\PS\PPEConf.PowerShell.dll"**
18+
**Import-Module "C:\Program Files\Netwrix\Password Policy Enforcer\PS\PPEConf.PowerShell.dll"**
1919

2020
**Step 3 –** Connect to your domain:
2121
**Connect-PPE -d "_domain_"** where _domain_ is the full name of your domain controller.

docs/passwordpolicyenforcer/11.1/admin/command_line_interface.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ sidebar_position: 70
1111
Replace _version_ with the complete version and build number of the **msi** file. For example,
1212
11.1.0.74.
1313

14-
Install only PPE Server: msiexec /i Netwrix_PPE_Server**version**x64.msi ADDLOCAL=FeatureServerPPE
14+
Install only PPE Server: msiexec /i Netwrix_PPE_Server_**version**_x64.msi ADDLOCAL=FeatureServerPPE
1515
/q
1616

17-
Install only Console: msiexec /i Netwrix_PPE_Server**version**x64.msi ADDLOCAL=FeatureConsole /q
17+
Install only Console: msiexec /i Netwrix_PPE_Server_**version**_x64.msi ADDLOCAL=FeatureConsole /q
1818

19-
Install only Mailer Server: msiexec /i Netwrix_PPE_Server**version**x64.msi
19+
Install only Mailer Server: msiexec /i Netwrix_PPE_Server_**version**_x64.msi
2020
ADDLOCAL=FeaturePPEMailerServer /q
2121

2222
Install all 3 components:
2323

24-
msiexec /i Netwrix_PPE_Server**version**x64.msi
24+
msiexec /i Netwrix_PPE_Server_**version**_x64.msi
2525
ADDLOCAL=FeaturePPEMailerServer,FeatureConsole,FeatureServerPPE /q
2626

27-
By default Console only installed: msiexec /i Netwrix_PPE_Server**version**x64.msi /q
27+
By default Console only installed: msiexec /i Netwrix_PPE_Server_**version**_x64.msi /q
2828

29-
Uninstall all: msiexec /uninstall Netwrix_PPE_Server**version**x64.msi /q
29+
Uninstall all: msiexec /uninstall Netwrix_PPE_Server_**version**_x64.msi /q
3030

3131
Uninstall only particular feature: msiexec /i _path_to_your_msi_file.msi_ REMOVE=_FeatureName_ /qn
3232

docs/passwordpolicyenforcer/11.1/admin/manage-policies/manage_policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ enforced for a particular user.
125125

126126
## Export
127127

128-
Exports your policy configuration to **C:\Program Files\Password Policy
129-
Enforcer\Report\report.html**
128+
Exports your policy configuration to **C:\Program Files\Netwrix\Password
129+
Policy Enforcer\Report\report.html**
130130

131131
## Make Copy
132132

docs/passwordpolicyenforcer/11.1/admin/password-policy-client/configuring_the_password_policy_client.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ HKLM\SOFTWARE\Policies\ANIXIS\Password Policy Client\ registry key.
2626
**Step 1 –** Connect to any Domain Controller where you have Password Policy Enforcer installed and
2727
have the group policy management console available.
2828

29-
**Step 2 –** Go to Password Policy Enforcer install directory (C:\Program Files or C:\Program Files
30-
(x86)\Password Policy Enforcer) and copy the **PPEClt.adml** and **PPEClt.admx** files (highlighted
31-
in yellow):
29+
**Step 2 –** Go to Password Policy Enforcer install directory (C:\Program Files\Netwrix\Password
30+
Policy Enforcer) and copy the **PPEClt.adml** and **PPEClt.admx** files (highlighted in yellow):
3231

3332
![ppc_configuration](/images/passwordpolicyenforcer/11.1/administration/ppc_configuration.webp)
3433

docs/passwordpolicyenforcer/11.1/admin/ppe_tool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ options in the PPE Tool.
2222
## Using the PPE Tool
2323

2424
The PPE Tool installs with the default installation of Password Policy Enforcer under the
25-
`C:\Program Files (x86)\Password Policy Enforcer\ppetool` folder. Once installed, the PPE Tool
25+
`C:\Program Files\Netwrix\Password Policy Enforcer\ppetool` folder. Once installed, the PPE Tool
2626
allows users to perform a number of operations related to Password Policy Enforcer functionality
2727
which are described in the table below.
2828

@@ -58,7 +58,7 @@ Operations PPE Tool options are as follows:
5858
| /e | export [out file name] | <ul><li>Exports config data (default) from the Password Policy Enforcer instance to the file.</li><li>This operations is enabled by default.</li><li>This operation can not be used with /c (Config [in file name]) or i/ (Import) operations, but can be combined with /h (Human [out file name]).</li></ul> |
5959
| /i | import | <ul><li>Imports the config file.</li><li>Imports existing configuration using the input configuration file defined by the /d (Domain [in controller]) . If the /c (Config [in file name]) operation is omitted, the PPE Tool will display an error message and exit the application.</li><li>When i/ (Import) is used with the /h (Human [out file name]) or /r (Report [out file name]) operations, the latter will be ignored.</li><li>/d (Domain [in controller]) and /m (Minimal) operations my affect the result of the import.</li></ul> |
6060
| /h | human [out file name] | <ul><li>Converts the config file to a human-readable format and produces a human-readable report based on the current Password Policy Enforcer instance configuration or the configuration provided by the /d (Domain [in controller]).</li><li>If no custom file name is provided, the default file name will be `config_human_readable.xml`.</li></ul> |
61-
| /r | report [out file name] | <ul><li>Converts the config file to HTML and produces an HTML report file based on the current Password Policy Enforcer instance configuration or the configuration provided by the /d (Domain [in controller]).</li><li>Generates the HTML report into `C:\Program Files (x86)\Password Policy Enforcer\Report` alongside the .css file.</li><li>The default files name is `report.html`.</li></ul> |
61+
| /r | report [out file name] | <ul><li>Converts the config file to HTML and produces an HTML report file based on the current Password Policy Enforcer instance configuration or the configuration provided by the /d (Domain [in controller]).</li><li>Generates the HTML report into `C:\Program Files\Netwrix\Password Policy Enforcer\Report` alongside the .css file.</li><li>The default files name is `report.html`.</li></ul> |
6262

6363

6464
### PPE Usage Samples
@@ -176,7 +176,7 @@ The `<tag>` tag can also contain the child `<FLAGS>` tag. This tag can have an o
176176
### Customize HTML Report
177177

178178
The PPE Tool comes with a pre-defined template.css file in the configuration folder, found here:
179-
`C:\Program Files (x86)\Password Policy Enforcer\config`. The template.css defines the visual design
179+
`C:\Program Files\Netwrix\Password Policy Enforcer\ppetool\config`. The template.css defines the visual design
180180
(formatting, colors, fonts etc.) of HTML report. See the
181181
[XSLT - Transformation](https://www.w3schools.com/xml/xsl_transformation.asp) article for additional
182182
information of transforming .xml to .xhtml.

docs/passwordpolicyenforcer/11.1/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Here are the requirements for both the full and evaluation Password Policy Enfor
3737
- 2016
3838
- 2019
3939
- 2022
40+
- 2025
4041

4142
- Windows Workstation Versions (64 bit only)
4243

@@ -52,6 +53,7 @@ Here are the requirements for both the full and evaluation Password Policy Enfor
5253
- 2016
5354
- 2019
5455
- 2022
56+
- 2025
5557

5658
- Windows Workstation Versions (64 and 32 bit)
5759

@@ -67,13 +69,14 @@ Here are the requirements for both the full and evaluation Password Policy Enfor
6769
- 2016
6870
- 2019
6971
- 2022
72+
- 2025
7073

7174
- Windows Workstation Versions (64 and 32 bit)
7275

7376
- 10
7477
- 11
7578

76-
- .net framework 4.7.2 or higher
79+
- .NET 8.0.15 or higher
7780

7881
## Password Policy Enforcer Web
7982

docs/passwordpolicyenforcer/11.1/installation/installationserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ controller. You must repeat these steps for each server where the features are i
3939
:::
4040

4141

42-
**Step 3 –** Click on the **Netwrix_PPE_Server**version**x64.msi** installation package. The
42+
**Step 3 –** Click on the **Netwrix_PPE_Server_version_x64.msi** installation package. The
4343
installer is launched.
4444

4545
![Server Setup](/images/passwordpolicyenforcer/11.1/install/serversetup1.webp)

docs/passwordpolicyenforcer/11.1/web-overview/web_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ policies and help users set compliant passwords.
1212

1313
Download Password Policy Enforcer Web:
1414

15-
[Password_Policy_Enforcer_WEB_7.11.zip](https://www.netwrix.com/download/commercial/Password_Policy_Enforcer_WEB_7.11.zip)
15+
[PasswordPolicyEnforcer-Web-10.2.0.1.msi](https://releases.netwrix.com/products/passwordpolicyenforcer/10.2/passwordpolicyenforcer-web-10.2.0.1.msi)
1616

1717
![introduction_4](/images/passwordpolicyenforcer/11.1/web/introduction_4.webp)
1818

11.2 KB
Loading
15.2 KB
Loading

0 commit comments

Comments
 (0)