-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
243 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
### YamlMime:Landing | ||
title: PowerShell Security | ||
summary: Learn about PowerShell's best practices and features for security. | ||
|
||
metadata: | ||
title: PowerShell Security | ||
description: Learn about PowerShell's best practices and features for security. | ||
ms.topic: landing-page | ||
ms.date: 03/28/2024 | ||
|
||
# linkListType: architecture | concept | deploy | download | get-started | | ||
# how-to-guide | tutorial | overview | quickstart | reference | | ||
# sample | tutorial | video | whats-new | ||
|
||
landingContent: | ||
# Card | ||
- title: Security features | ||
linkLists: | ||
- linkListType: overview | ||
links: | ||
- text: PowerShell security features | ||
url: security-features.md | ||
- text: Using Windows Defender Application Control | ||
url: application-control.md | ||
- linkListType: how-to-guide | ||
links: | ||
- text: Preventing script injection attacks | ||
url: preventing-script-injection.md | ||
- text: Securing a restricted PowerShell remoting session | ||
url: securing-restricted-sessions.md | ||
|
||
# Card | ||
- title: PowerShell remoting | ||
linkLists: | ||
- linkListType: concept | ||
links: | ||
- text: Running remove commands | ||
url: remoting/running-remote-commands.md | ||
- text: Using WS-Management (WSMan) Remoting in PowerShell | ||
url: remoting/wsman-remoting-in-powershell.md | ||
- text: Security Considerations for PowerShell Remoting using WinRM | ||
url: remoting/winrm-security.md | ||
- text: PowerShell Remoting FAQ | ||
url: remoting/powershell-remoting-faq.yml | ||
- linkListType: how-to-guide | ||
links: | ||
- text: Making the second hop in PowerShell Remoting | ||
url: remoting/ps-remoting-second-hop.md | ||
- text: PowerShell remoting over SSH | ||
url: remoting/ssh-remoting-in-powershell.md | ||
|
||
# Card | ||
- title: Just Enough Administration (JEA) | ||
linkLists: | ||
- linkListType: concept | ||
links: | ||
- text: Overview | ||
url: remoting/jea/overview.md | ||
- text: Prerequisites | ||
url: remoting/jea/prerequisites.md | ||
- text: JEA Role Capabilities | ||
url: remoting/jea/role-capabilities.md | ||
- text: Session configurations | ||
url: remoting/jea/session-configurations.md | ||
- text: Security considerations | ||
url: remoting/jea/security-considerations.md | ||
- linkListType: how-to-guide | ||
links: | ||
- text: Registering JEA Configurations | ||
url: remoting/jea/register-jea.md | ||
- text: Using JEA | ||
url: remoting/jea/using-jea.md | ||
- text: Auditing and Reporting on JEA | ||
url: remoting/jea/audit-and-report.md | ||
|
||
# Card | ||
- title: Managing secrets | ||
linkLists: | ||
- linkListType: concept | ||
links: | ||
- text: Overview of the SecretManagement and SecretStore modules | ||
url: /powershell/utility-modules/secretmanagement/overview | ||
- text: Understanding the security features of SecretManagement and SecretStore | ||
url: /powershell/utility-modules/secretmanagement/security-concepts | ||
- linkListType: how-to-guide | ||
links: | ||
- text: Managing a SecretStore vault | ||
url: /powershell/utility-modules/secretmanagement/how-to/manage-secretstore | ||
- text: Use the SecretStore in automation | ||
url: /powershell/utility-modules/secretmanagement/how-to/using-secrets-in-automation | ||
- text: Use Azure Key Vault in automation | ||
url: /powershell/utility-modules/secretmanagement/how-to/using-azure-keyvault | ||
- linkListType: reference | ||
links: | ||
- text: Microsoft.PowerShell.SecretManagement module | ||
url: /powershell/module/microsoft.powershell.secretmanagement | ||
- text: Microsoft.PowerShell.SecretStore module | ||
url: /powershell/module/microsoft.powershell.secretstore |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters