Skip to content

Commit fe06f8e

Browse files
notes, bold heading script ran
1 parent db1f8b8 commit fe06f8e

Some content is hidden

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

59 files changed

+430
-211
lines changed

docs/passwordpolicyenforcer/11.0/admin/administration_overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ not jeopardize network security.
1919
You can also use Password Policy Enforcer to ensure that passwords are compatible with other
2020
systems, and to synchronize passwords with other networks and applications.
2121

22-
**NOTE:** The [Evaluate Password Policy Enforcer](/docs/passwordpolicyenforcer/11.0/evaluation/evaluation_overview.md) contains
22+
:::note
23+
The [Evaluate Password Policy Enforcer](/docs/passwordpolicyenforcer/11.0/evaluation/evaluation_overview.md) contains
2324
step-by-step instructions to help you quickly install, configure, and evaluate Password Policy
2425
Enforcer. Consider using the Evaluation Guide if you are using Password Policy Enforcer for the
2526
first time, prior to installing and deploying on your domains.
27+
28+
:::

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdconnectppe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ sidebar_position: 10
88

99
The **Connect-PPE** cmdlet establishes a connection to the PPE Server.
1010

11-
SYNTAX
11+
**SYNTAX**
1212

1313
**Connect-PPE** [[__-Local__] `<_SwitchParameter_>`] [[__-Domain__] `<_string_>`]
1414
[`<_CommonParameters_>`]
1515

16-
PARAMETERS
16+
**PARAMETERS**
1717

1818
**-Domain** `<_string_>`
1919

@@ -30,7 +30,7 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
3030
**OutVariable**. For more information, see about_CommonParameters
3131
[about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
3232

33-
EXAMPLE
33+
**EXAMPLE**
3434

3535
PS C:\> Connect-PPE -d "DCNAME1.COMPANY.COM"
3636

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdcopyppepolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ sidebar_position: 20
88

99
The **CopyPPEPolicy** cmdlet makes a copy of a PPE policy.
1010

11-
SYNTAX
11+
**SYNTAX**
1212

1313
**Copy-PPEPolicy -DestPolicyName** `<_string_>` **-SrcPolicyName** `<_string_>`
1414
[`<_CommonParameters_>`]
1515

16-
PARAMETERS
16+
**PARAMETERS**
1717

1818
**-SrcPolicyName** `<_string_>`
1919

@@ -29,7 +29,7 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
2929
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
3030
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
3131

32-
EXAMPLE
32+
**EXAMPLE**
3333

3434
PS C:\> Copy-PPEPolicy -s "Eval Policy" -d "User Policy"
3535

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdexportppeconfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebar_position: 30
88

99
The **Export-PPEConfig** cmdlet exports the Password Policy Enforcer configuration to a file.
1010

11-
SYNTAX
11+
**SYNTAX**
1212

1313
**Export-PPEConfig** [__-File__ `<_string_>`] [`<_CommonParameters_>`]
1414

15-
PARAMETERS
15+
**PARAMETERS**
1616

1717
**-File** `<_string_>`
1818

@@ -24,7 +24,7 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
2424
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
2525
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
2626

27-
EXAMPLE
27+
**EXAMPLE**
2828

2929
PS C:\> Export-PPEConfig -file c:\ppe\ppe_config
3030

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdexportppepolicy.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ sidebar_position: 40
88

99
The **Export-PPEPolicy** exports a Password Policy Enforcer policy to a file.
1010

11-
**NOTE:** This cmdlet calls the **PPE Tool**. You must be an administrator to run this cmdlet. Start
11+
:::note
12+
This cmdlet calls the **PPE Tool**. You must be an administrator to run this cmdlet. Start
1213
PowerShell with the **Run as Administrator** option.
14+
:::
1315

14-
SYNTAX
16+
17+
**SYNTAX**
1518

1619
**Export-PPEPolicy** -PolicyName `<_string_>` [__-File__ `<_string_>`] [`<_CommonParameters_>`]
1720

18-
PARAMETERS
21+
**PARAMETERS**
1922

2023
**-PolicyName** `<_string_>`
2124

@@ -31,7 +34,7 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
3134
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
3235
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
3336

34-
EXAMPLE
37+
**EXAMPLE**
3538

3639
PS C:\> Export-PPEPolicy -PolicyName "Eval Policy" -File C:\ppe\EvalPolicy
3740

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdgetppebulkpasswordtest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ sidebar_position: 50
99
The **Get-PPEBulkPasswordTest** cmdlet runs the Password Policy Enforcer bulk password test of the
1010
specified policy.
1111

12-
SYNTAX
12+
**SYNTAX**
1313

1414
**Get-PPEBulkPasswordTest** **-PasswordFile** `<_string_>` **-Policy** `<_string_>`
1515
**-ResultFolder** `<_string_>` [`<_CommonParameters_>`]
1616

17-
PARAMETERS
17+
**PARAMETERS**
1818

1919
**-PasswordFile** `<_string_>`
2020

@@ -35,7 +35,7 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
3535
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
3636
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
3737

38-
EXAMPLE
38+
**EXAMPLE**
3939

4040
PS C:\> Get-PPEBulkPasswordTest -PasswordFile C:\PPE\password.txt -Policy "Eval Policy"
4141
-resultFolder C:\PPE

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdgetppeconfigreport.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ sidebar_position: 60
88

99
The **Get-PPEConfigReport** cmdlet saves a Password Policy Enforcer configuration report.
1010

11-
**NOTE:** This cmdlet calls the PPE Tool. You must be an administrator to run this cmdlet. Start
11+
:::note
12+
This cmdlet calls the PPE Tool. You must be an administrator to run this cmdlet. Start
1213
PowerShell with the **Run as Administrator** option.
14+
:::
1315

14-
SYNTAX
16+
17+
**SYNTAX**
1518

1619
**Get-PPEConfigReport** **-Folder** `<_string_>`
1720

18-
PARAMETERS
21+
**PARAMETERS**
1922

2023
**-Folder** `<_string_>`
2124

@@ -27,7 +30,7 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
2730
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
2831
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
2932

30-
EXAMPLE
33+
**EXAMPLE**
3134

3235
PS C:\> Get-PPEConfigReport -Folder C:\PPE
3336

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdgetppedefaultpolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ sidebar_position: 70
88

99
The **Get-PPEDefaultPolicy** cmdlet reports the name of the Password Policy Enforcer default Policy.
1010

11-
SYNTAX
11+
**SYNTAX**
1212

1313
**Get-PPEDefaultPolicy** [`<_CommonParameters_>`]
1414

15-
PARAMETERS
15+
**PARAMETERS**
1616

1717
`<_CommonParameters_>`
1818

1919
This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorAction**,
2020
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
2121
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
2222

23-
EXAMPLE
23+
**EXAMPLE**
2424

2525
PS C:\> Get-PPEDefaultPolicy
2626

27-
Default policy : Eval Policy
27+
**Default policy : Eval Policy**

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdgetppeenabled.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ sidebar_position: 80
88

99
The **Get-PPEEnabled** cmdlet returns the enabled/disabled status of the PPE Server.
1010

11-
SYNTAX
11+
**SYNTAX**
1212

1313
**Get-PPEEnabled** [`<_CommonParameters_>`]
1414

15-
PARAMETERS
15+
**PARAMETERS**
1616

1717
`<_CommonParameters_>`
1818

1919
This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorAction**,
2020
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
2121
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
2222

23-
EXAMPLE
23+
**EXAMPLE**
2424

2525
PS C:\> Get-PPEEnabled
2626

27-
Status PPE : Enabled
27+
**Status PPE : Enabled**

docs/passwordpolicyenforcer/11.0/admin/cmdlets/cmdgetppehelp.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ sidebar_position: 90
99
The **Get-PPEHelp** cmdlet lists the available Password Policy Enforcer cmdlets. If a cmdlet is
1010
specified, returns help for the cmdlet.
1111

12-
SYNTAX
12+
**SYNTAX**
1313

1414
**Get-PPEHelp** [[__-Cmdlet__] `<_string_>`]
1515

16-
PARAMETERS
16+
**PARAMETERS**
1717

1818
**-Cmdlet** `<_string_>`
1919

@@ -25,36 +25,36 @@ This cmdlet supports the common parameters: **Verbose**, **Debug**, **ErrorActio
2525
**ErrorVariable**, **WarningAction**, **WarningVariable**, **OutBuffer**, **PipelineVariable**, and
2626
**OutVariable**. For more information, see [about_CommonParameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5).
2727

28-
EXAMPLE
28+
**EXAMPLE**
2929

3030
PS C:\> get-ppehelp get-ppehelp
3131

32-
NAME
32+
**NAME**
3333

3434
Get-PPEHelp
3535

36-
SYNOPSIS
36+
**SYNOPSIS**
3737

3838
Get a list of the PPE Cmdlet
3939

40-
SYNTAX
40+
**SYNTAX**
4141

4242
Get-PPEHelp [[-Cmdlet] `<string>`] `[<CommonParameters>]`
4343

44-
DESCRIPTION
44+
**DESCRIPTION**
4545

4646
Get a list of the PPE Cmdlet
4747

48-
RELATED LINKS
48+
**RELATED LINKS**
4949

5050
https://www.netwrix.com/password_policy_enforcer.html
5151

52-
REMARKS
52+
**REMARKS**
5353

5454
To see the examples, type: "get-help Get-PPEHelp -examples".
5555

5656
For more information, type: "get-help Get-PPEHelp -detailed".
5757

5858
For technical information, type: "get-help Get-PPEHelp -full".
5959

60-
For online help, type: "get-help Get-PPEHelp -online"
60+
**For online help, type: "get-help Get-PPEHelp -online"**

0 commit comments

Comments
 (0)