An open API service indexing awesome lists of open source software.

https://github.com/raandree/powershell240812


https://github.com/raandree/powershell240812

Last synced: about 1 month ago
JSON representation

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.