Adam Cushing Blog
Adam Cushing's Blog. Information interesting to Adam Cushing
Monday, April 6, 2020
Delete files over 30 days old.
›
forfiles /p "E:\DatabaseBackups" /s /m *.* /D -30 /C "cmd /c del @path"
Monday, February 3, 2020
Domain Controller (DC) booting into safe mode/DSRM after backup with Veeam
›
bcdedit /v To disable directory services restore mode, type the following in a command prompt: bcdedit /deletevalue safeboot
Thursday, January 30, 2020
ASA Disable Aggressive Mode
›
crypto isakmp am-disable
Tuesday, January 28, 2020
Bond two NICs on RHEL (LACP, 802.3ad)
›
/etc/sysconfig/network-scripts nmcli con nmcli con add type bond ifname bond1 nmcli con mod id bond-bond1 ifname bond1 mode 802.3ad ip4 ...
Saturday, January 11, 2020
Outlook 2019 won't autodiscover and keeps prompting for password with on-prem Exchange.
›
If you have your domain associated with an Office 365 account, Outlook will completely ignore autodiscover and try to authenticate to Offi...
Thursday, January 2, 2020
Unlock VMware ESXi root account
›
Procedure to unlock the ESXi host account at the console Login to the DCUI (to enable the ESXi Shell if not already done) Login with roo...
Friday, December 20, 2019
How to migrate from FRS to DFS on a domain
›
Ensure the health of AD and FRS on all domain controllers is known to be healthy. Ensure SYSVOL and NETLOGON are shared on all DCs. Migrat...
1 comment:
‹
›
Home
View web version