Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To establish the connection:
the **Run as Administrator** option.

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

**Step 3 –** Connect to your domain:
**Connect-PPE -d "_domain_"** where _domain_ is the full name of your domain controller.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ sidebar_position: 70
Replace _version_ with the complete version and build number of the **msi** file. For example,
11.1.0.74.

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

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

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

Install all 3 components:

msiexec /i Netwrix_PPE_Server**version**x64.msi
msiexec /i Netwrix_PPE_Server_**version**_x64.msi
ADDLOCAL=FeaturePPEMailerServer,FeatureConsole,FeatureServerPPE /q

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

Uninstall all: msiexec /uninstall Netwrix_PPE_Server**version**x64.msi /q
Uninstall all: msiexec /uninstall Netwrix_PPE_Server_**version**_x64.msi /q

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ enforced for a particular user.

## Export

Exports your policy configuration to **C:\Program Files\Password Policy
Enforcer\Report\report.html**
Exports your policy configuration to **C:\Program Files\Netwrix\Password
Policy Enforcer\Report\report.html**

## Make Copy

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ HKLM\SOFTWARE\Policies\ANIXIS\Password Policy Client\ registry key.
**Step 1 –** Connect to any Domain Controller where you have Password Policy Enforcer installed and
have the group policy management console available.

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

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

Expand Down
6 changes: 3 additions & 3 deletions docs/passwordpolicyenforcer/11.1/admin/ppe_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ options in the PPE Tool.
## Using the PPE Tool

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

Expand Down Expand Up @@ -58,7 +58,7 @@ Operations PPE Tool options are as follows:
| /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> |
| /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> |
| /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> |
| /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> |
| /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> |


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

The PPE Tool comes with a pre-defined template.css file in the configuration folder, found here:
`C:\Program Files (x86)\Password Policy Enforcer\config`. The template.css defines the visual design
`C:\Program Files\Netwrix\Password Policy Enforcer\ppetool\config`. The template.css defines the visual design
(formatting, colors, fonts etc.) of HTML report. See the
[XSLT - Transformation](https://www.w3schools.com/xml/xsl_transformation.asp) article for additional
information of transforming .xml to .xhtml.
5 changes: 4 additions & 1 deletion docs/passwordpolicyenforcer/11.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Here are the requirements for both the full and evaluation Password Policy Enfor
- 2016
- 2019
- 2022
- 2025

- Windows Workstation Versions (64 bit only)

Expand All @@ -52,6 +53,7 @@ Here are the requirements for both the full and evaluation Password Policy Enfor
- 2016
- 2019
- 2022
- 2025

- Windows Workstation Versions (64 and 32 bit)

Expand All @@ -67,13 +69,14 @@ Here are the requirements for both the full and evaluation Password Policy Enfor
- 2016
- 2019
- 2022
- 2025

- Windows Workstation Versions (64 and 32 bit)

- 10
- 11

- .net framework 4.7.2 or higher
- .NET 8.0.15 or higher

## Password Policy Enforcer Web

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ controller. You must repeat these steps for each server where the features are i
:::


**Step 3 –** Click on the **Netwrix_PPE_Server**version**x64.msi** installation package. The
**Step 3 –** Click on the **Netwrix_PPE_Server_version_x64.msi** installation package. The
installer is launched.

![Server Setup](/images/passwordpolicyenforcer/11.1/install/serversetup1.webp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ policies and help users set compliant passwords.

Download Password Policy Enforcer Web:

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

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

Expand Down
17 changes: 17 additions & 0 deletions sidebars/passwordpolicyenforcer/11.1.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// DIAGNOSTIC TEST: const generateKBSidebar = require('../../src/utils/generateKBSidebar');

module.exports = {
sidebar: [
{
type: 'autogenerated',
dirName: '.',
},
// DIAGNOSTIC TEST: Comment out entire KB section
// {
// type: 'category',
// label: 'Knowledge Base',
// collapsed: true,
// items: generateKBSidebar('passwordpolicyenforcer')
// },
],
};
10 changes: 8 additions & 2 deletions src/config/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,16 @@ export const PRODUCTS = [
categories: ['Directory Management'],
icon: '',
versions: [
{
version: '11.1',
label: '11.1',
isLatest: true,
sidebarFile: './sidebars/passwordpolicyenforcer/11.1.js',
},
{
version: '11.0',
label: '11.0',
isLatest: true,
isLatest: false,
sidebarFile: './sidebars/passwordpolicyenforcer/11.0.js',
},
{
Expand All @@ -340,7 +346,7 @@ export const PRODUCTS = [
sidebarFile: './sidebars/passwordpolicyenforcer/10.2.js',
},
],
defaultVersion: '11.0',
defaultVersion: '11.1',
},
{
id: 'passwordreset',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.