ewfmgr.exe c: -enable
ewfmgr.exe c: -commitanddisable
Kategorie: Uncategorized (Seite 3 von 7)
Command+F1
Get-MessageTrackingLog -Recipients nick@domain.com
netsh advfirewall firewall add rule name=“Allow PING“ dir=in action=allow enable=yes
profile=any localip=any remoteip=any protocol=icmpv4:8,any interfacetype=any
Enable signing on the third-party file server.
NetApp CLI:
options cifs.smb2.signing.required on Disable "Secure Negotiate" on the client.
PowerShell in Windows8 oder Windows Server 2012:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
auth_param digest program /usr/lib/squid3/digest_pw_auth -c /etc/squid3/passwords auth_param digest realm proxy acl authenticated proxy_auth REQUIRED http_access allow authenticated http_port 3128 htdigest -c /etc/squid3/passwords proxy user
parted /dev/sdb
(parted) mklabel gpt
(parted) unit TB
(parted) mkpart primary 0.00TB 3.00TB
(parted) print
(parted) quit
easyrule pass wan tcp x.x.x.x y.y.y.y 443
apt-get -y install gcc cpp make automake autoconf binutils psmisc
apt-get install linux-headers-$(uname -r)
/etc/vmware/snmp.xml
<?xml version=“1.0″?>
<config><snmpSettings><enable>true</enable><port>161</port><communities>PUT-YOUR-SNMP-PASSWORD-HERE</communities><targets>MONITORING-SERVER-IP-ADDR-HERE</targets></snmpSettings></config>