How to force persistent privacy & security best practice settings on Windows

Some of you might know privacy.sexy. It gives you plenty of options regarding your Windows privacy and security settings. However, after a major Windows update, those settings will be reset by Windows.
I developed some code to keep my sett… Continue reading How to force persistent privacy & security best practice settings on Windows

Set-ExecutionPolicy – Mastering PowerShell Execution Policy

PowerShell is considered secure by default due to various design principles and features that Microsoft incorporated into its architecture. These measures aim to ensure that PowerShell provides a robust, yet safe, scripting environment for system administration tasks. One feature of PowerShell that contributes to this are known as execution policies, which can be set using…

The post Set-ExecutionPolicy – Mastering PowerShell Execution Policy appeared first on Petri IT Knowledgebase.

Continue reading Set-ExecutionPolicy – Mastering PowerShell Execution Policy

Get-ADComputer: The PowerShell Command for Managing Active Directory Computers

The Get-ADComputer PowerShell cmdlet is a powerful tool for managing AD computers. It can be used to retrieve information about computer objects, search for computer objects based on specific criteria, and perform various actions on computer objects. What is Get-ADComputer used for? Get-ADComputer is a PowerShell cmdlet that retrieves one or more computers from Active…

The post Get-ADComputer: The PowerShell Command for Managing Active Directory Computers appeared first on Petri IT Knowledgebase.

Continue reading Get-ADComputer: The PowerShell Command for Managing Active Directory Computers

Can already opened event logs of PowerShell’s event properties screens on Windows be hacked by hackers in milliseconds?

I am wondering some issues about event log safety of powershell. I think is it possible to alter the powershell itself. But theorically the event log should show us every attempt made in powershell such as opening commands or codes that ma… Continue reading Can already opened event logs of PowerShell’s event properties screens on Windows be hacked by hackers in milliseconds?

Can already opened event logs of PowerShell’s event properties screens on Windows be hacked by hackers in milliseconds?

I am wondering some issues about event log safety of powershell. I think is it possible to alter the powershell itself. But theorically the event log should show us every attempt made in powershell such as opening commands or codes that ma… Continue reading Can already opened event logs of PowerShell’s event properties screens on Windows be hacked by hackers in milliseconds?