Menu

Close
  • Home
  • Login
Subscribe
Menu

Dan's Notes

My take on IT

Scroll Down

← Newer Posts Page 2 of 4 Older Posts →

Connect to remote windows share with other user account

In order to connect to a remote Windows server via CIFS using a different user account, enter the following command in a Command Prompt (CMD) window: »

Dan Anstis Dan Anstis on CMD 22 September 2015

KeePass Autotype string for creating AD users

In order to create an Active Directory (AD) user from a KeePass entry: Modify the KeePass group that contains the password entry On the Autotype tab, »

Dan Anstis Dan Anstis on AD, KeePass 22 September 2015

KeePass Autotype string for adding records to LastPass

In order to add a KeePass entry to LastPass: 1. Modify the KeePass group that contains the password entry 2. On the Autotype tab, enter the »

Dan Anstis Dan Anstis on LastPass, KeePass 22 September 2015

Using OpenSSL to convert a PFX Cert to PEM

Convert a PKCS#12 file (.pfx .p12) containing a private key and certificates to PEM openssl pkcs12 -in keyStore.pfx -out keyStore.pem -nodes You can »

Dan Anstis Dan Anstis on OpenSSL, Certificate 22 September 2015

Troubleshoot SMTP with Telnet

Open a telnet session: From a command prompt, type telnet, and then press ENTER. Type set local_echo on a computer running Microsoft Windows® 2000 Server »

Dan Anstis Dan Anstis on CMD, Telnet, Email 22 July 2015

MPIO Device Strings for EMC VNX and CX arrays

Including the trailing spaces: IE: DSG*****RAID************ (where *s are spaces, 8 char Manufarcurer String, 16 Character Device string) DGC*****RAID 0********** DGC*****RAID 1********** DGC* »

Dan Anstis Dan Anstis on Storage 19 May 2015

Reset a machine's trust with the domain after the Machine password has changed.

Often when performing a recovery of a domain joined machine, or rolling back to an old snapshot will result in an error message at logon "The »

Dan Anstis Dan Anstis on AD 19 May 2015

Crash dump debugging for Windows

Part 1, Setting up your Debugging Tools In this part, you'll learn how to setup a free debugging tool to help diagnose a Windows 'blue screen »

Dan Anstis Dan Anstis on Windows, Debugging 18 May 2015

Script to check DNS records that are eligible for scavenging

The following is a script leveraging PowerShell and WMI to check DNS entries that are eligible for DNS scavenging: $TotalAgingInterval = 10 #No-Refresh period + Refresh period (in »

Dan Anstis Dan Anstis on PowerShell, DNS 11 August 2014

Checking Changed Block Tracking on VMs with VMware PowerCLI

I recently had the need to check all VMs in a client's environment for Changed Block Tracking (CBT). To perform this check I used the following »

Dan Anstis Dan Anstis on PowerShell, PowerCLI, VMware, Backup 11 August 2014
← Newer Posts Page 2 of 4 Older Posts →
Dan's Notes © 2025
Proudly published with Ghost