https://github.com/raandree/powershell240812
https://github.com/raandree/powershell240812
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/raandree/powershell240812
- Owner: raandree
- License: mit
- Created: 2024-08-12T09:45:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T14:23:30.000Z (9 months ago)
- Last Synced: 2025-02-10T20:12:14.188Z (3 months ago)
- Language: PowerShell
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell 240812
## Links and References
- [AutomatedLab](https://automatedlab.org/en/latest/)
- [NTFSSecurity](https://github.com/raandree/NTFSSecurity)## Topics
- Git
- DSC
- Loops and arrays
- Credential handling
- General best practices
- Pester
- Profiler- Introdution Desired State Configuration
- PowerShell Code Design and Best Practices
- Code Security und Code Signing
- Execution Policy is not a security tool: [15 Ways to Bypass the PowerShell Execution Policy](https://www.netspi.com/blog/technical-blog/network-pentesting/15-ways-to-bypass-the-powershell-execution-policy). AppLocker is the way to go.
- Module Entwicklung und Bereitstellung über Azure DevOps Artifact Feeds
- [Functions: From one-liner to a full featured advanced function] (https://github.com/raandree/PowerShellTraining)
- [How to create intuitive cmdlets your audience likes - Raimund Andrée - PSConfEU 2024](https://www.youtube.com/watch?v=DlMOXDyvYIE)
- Credential Handling.