Afternoon, Morning and Evening depending on when you are reading this. I’ve come across this one recently and thought I would post it. You know those situations where you need to copy a file from a machine, but can’t as it’s blocked in RDP, but you can still copy text through RDP. Well, you still […]
Windows
In PowerShell on a Windows machine, Create event logs and detect errors in my code.
You can create custom event logs in PowerShell using the New-EventLog cmdlet, and then use the Write-EventLog cmdlet to write events to the log. Here’s an example: In this example, the New-EventLog cmdlet is used to create a new event log named “MyScriptLog” with a source of “MyScript”. The Write-EventLog cmdlet is then used to […]
Joining machines to a domain without credentials
Need to join a machine to a domain, but don’t want to give out any credentials?