This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-Mailbox -ResultSize Unlimited | Select-Object DisplayName,PrimarySmtpAddress, @{Name="EmailAddresses";Expression={$_.EmailAddresses | Where-Object {$_.PrefixString -ceq "smtp"} | ForEach-Object {$_.SmtpAddress}}} | Export-Csv email-addresses.csv | |
Get-DistributionGroup -ResultSize Unlimited | Select-Object DisplayName,PrimarySmtpAddress, @{Name="EmailAddresses";Expression={$_.EmailAddresses | Where-Object {$_.PrefixString -ceq "smtp"} | ForEach-Object {$_.SmtpAddress}}} | Export-Csv group-addresses.csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application\\115.0.1901.188\\Installer\\setup.exe\" --force-uninstall --uninstall --msedgewebview --system-level --verbose-logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RIBCL VERSION="2.0″> | |
<LOGIN USER_LOGIN=”Administrator” PASSWORD=”INSERT_PASSWORD_HERE“> | |
<RIB_INFO MODE=”write”> | |
<FORCE_FORMAT VALUE=”all” /> | |
</RIB_INFO> | |
</LOGIN> | |
</RIBCL> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Script: nvidia-error43-fixer | |
:: Author: (C) 2018-2021 [email protected] | |
:: | |
:: Homepage: https://egpu.io/nvidia-error43-fixer | |
:: | |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Changelog | |
:: | |
:: Version 1.1.3 (Feb-2021) | |
:: * bug: gather GPUs from currentcontrolset rather than controlset001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iptables -t nat -I POSTROUTING -s 10.0.0.0/24 -j SNAT --to 10.0.0.1 | |
iptables -I FORWARD -i br1 -o br0 -j ACCEPT | |
iptables -I FORWARD -i br0 -o br1 -j ACCEPT | |
iptables -t nat -I POSTROUTING -o `get_wanface` -j SNAT --to `nvram get wan_ipaddr` | |
iptables -I FORWARD -i br1 -m state --state NEW -j ACCEPT | |
iptables -I FORWARD -i br1 -o br0 -m state --state NEW -j DROP | |
iptables -A FORWARD -i br1 -o br0 -m state --state NEW -j DROP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Region ;**** Directives created by AutoIt3Wrapper_GUI **** | |
#AutoIt3Wrapper_UseX64=y | |
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** | |
#cs ---------------------------------------------------------------------------- | |
AutoIt Version: 3.3.14.3 | |
Author: myName | |
Script Function: | |
Template AutoIt script. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/init.d/hp-snmp-agents stop | |
/etc/init.d/hp-health stop | |
/etc/init.d/hp-ams stop | |
rmmod hpilo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
· Disable "Bluetooth Audio Gateway Service" in services. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /usr/share/wazuh-indexer/opensearch-security/internal_users.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -ti wazuh/wazuh-indexer:4.7.1 bash /usr/share/wazuh-indexer/plugins/opensearch-security/tools/hash.sh |