poweradmin Powershell scripts useful for Windows enterprise administration. All scripts are written by me, if not stated otherwise. For a detailed description refer to the header's .DESCRIPTION field, here's just a quick summary: Active Directory AD-Add-Users-To-Group.ps1 Add multiple users fro...
Shell $gitstatusOn branch mainnothing to commit, working tree clean You can see in the output that there’s nothing to commit, meaning that all changes have been successfully committed. The workflow that you used in this section is typical when you use Git in the terminal. You use thegit...
yet another wrapper that focuses on just the Voodoo Glide API. Translates Glide into Vulkan or DX9. Put this in Powershell as admin to download:winget install ZeusSoftware.nGlide Recommended Apps to Download: (My Winget Scripts contain most of these so you can quickly install these)...
You may use the powercfg command-line tool tochange the power plan to ‘High Performance’via the Command Prompt (CMD) in Windows 11/10. PressWin + Xand selectTerminal (Admin)from the menu. Typepowercfg -LISTin the PowerShell window and pressEnterto see the list of all available power p...
foreach ($Userin$Users) { $UPN=$User.‘SamAccountName’+"@zhgplc.com" Get-MsolUser-UserPrincipalName"$UPN"|ftDisplayName, UsageLocation, Licenses } -Eric Categories:Azure,Commands,Microsoft,Office 365,Powershell,ScriptsTags:Azure AD,Microsoft,Office 365,Powershell,Scripts ...
Analysing mongodb logs for connections I use a little app calledmtoolsdeveloped by Thomas Rückstieß who works at mongodb.It is a collection of helper scripts to parse, filter, and visualize MongoDB log files (mongod,mongos). You can pick it up here –http://blog.rueckstiess.com/mto...
It's good to be reminded that you can customize almost everything in Windows. You can make scripts and batch files to your heart's content, and most importantly, any shortcut to nearly anything can be pinned to both the Taskbar and the Start Menu. Here's some examples just to make ...
3. 'Domain Admins' credentials hunting --- ➤ Windows native commands (e.g. 'qwinsta /server:hostname' OR 'query user /server:hostname') ➤ PowerView and various PowerShell scripts (e.g. Invoke-UserHunter, Get-NetLoggedon, ADrecon) ➤ Windows Sysinternals command-line tool 'PsLogged...
Some useful (batch) scripts Last updated: 22.12.2023Most of the scripts are used in daily work and are well tested. Some of them are less tested. They all may have bugs or just work in some specific environments or for specific tasks....
Automate the username enumeration process for SNMPv3: apt-get install snmp snmp-mibs-downloader wget <https://raw.githubusercontent.com/raesene/TestingScripts/master/snmpv3enum.rb> SNMP Default Credentials /usr/share/metasploit-framework/data/wordlists/snmp_default_pass.txt Linux OS Enumeration List...