tinyint.com
tinyint.com » Powershell
http://www.tinyint.com/index.php/tag/powershell
A development and engineering Factory of Knowledge™. Posts Tagged ‘Powershell’. Get an MD5 or SHA1 Checksum with PowerShell. September 14th, 2011. I was excited about the Windows 8 developer preview. It has only a few simple parameters that you can enter, file and algorithm. File is for the actual file you want to checksum. Algorithm is either sha1 or md5 and will let you get both an MD5 and a SHA1 checksum of the specified file. Windows Developer Preview with developer tools English, 64-bit (x64). Certu...
tinyint.com
tinyint.com » CA certificate expiration monitoring
http://www.tinyint.com/index.php/2010/08/09/ca-certificate-expiration-monitoring
A development and engineering Factory of Knowledge™. CA certificate expiration monitoring. CA certificate expiration monitoring. August 9th, 2010. A reader sent me a message asking how to modify the original CA monitoring script. Which can do this with one of the released management packs. Command looks a bit like this:. This will return to you all of the certificates that are scheduled to expire between today (August 9th, 2010) and 30 days from now (September 9th, 2010). Thanks to Aaron (from New Mexico?
tinyint.com
tinyint.com » sha1
http://www.tinyint.com/index.php/tag/sha1
A development and engineering Factory of Knowledge™. Posts Tagged ‘sha1’. Get an MD5 or SHA1 Checksum with PowerShell. September 14th, 2011. I was excited about the Windows 8 developer preview. It has only a few simple parameters that you can enter, file and algorithm. File is for the actual file you want to checksum. Algorithm is either sha1 or md5 and will let you get both an MD5 and a SHA1 checksum of the specified file. Windows Developer Preview with developer tools English, 64-bit (x64).
tinyint.com
tinyint.com » checksum
http://www.tinyint.com/index.php/tag/checksum
A development and engineering Factory of Knowledge™. Posts Tagged ‘checksum’. Get an MD5 or SHA1 Checksum with PowerShell. September 14th, 2011. I was excited about the Windows 8 developer preview. It has only a few simple parameters that you can enter, file and algorithm. File is for the actual file you want to checksum. Algorithm is either sha1 or md5 and will let you get both an MD5 and a SHA1 checksum of the specified file. Windows Developer Preview with developer tools English, 64-bit (x64).
tinyint.com
tinyint.com » timer
http://www.tinyint.com/index.php/tag/timer
A development and engineering Factory of Knowledge™. Posts Tagged ‘timer’. August 28th, 2011. As a Premier Field Engineer for Microsoft, Im often presenting workshops to classrooms of people on various technologies. During these workshops we take breaks and work on labs and its nice to have some kind of countdown timer to show the attendees how much time is left in a break or until we begin the next module for example. Sysinternals has a very useful tool called ZoomIt. So I made my own. Ramblings of a DBA.
tinyint.com
tinyint.com » tcnolan
http://www.tinyint.com/index.php/author/admin
A development and engineering Factory of Knowledge™. Printable ZoomIt shortcut card. May 8th, 2012. As a Premier Field Engineer, I am constantly doing presentations and delivering workshops to large groups of people, usually about PowerShell. One of my favorite tools to use is ZoomIt. Which is part of the SysInternals suite. I may not use ZoomIt for its “break” feature since I have my display-countdown. Download the high-res version: Printable ZoomIt Shortcut Card. February 16th, 2012. This isnt a diffic...
tinyint.com
tinyint.com » Certificate Authority Request Monitoring with Powershell
http://www.tinyint.com/index.php/2009/11/24/certificate-authority-request-monitoring-with-powershell
A development and engineering Factory of Knowledge™. Certificate Authority Request Monitoring with Powershell. Certificate Authority Request Monitoring with Powershell. November 24th, 2009. This neglect prompted me to write the following Powershell script which very simply uses certutil. More information and a download link is after the break…. Certutil -view -out Request ID, Request Submission Date, Request Common Name, Requester Name, Request Email Address, Request Distinguished Name, CertificateTempla...
tinyint.com
tinyint.com » Escaping quotes in powershell.exe -command via command prompt
http://www.tinyint.com/index.php/2011/04/20/escaping-quotes-in-powershell-exe-command-via-command-prompt
A development and engineering Factory of Knowledge™. Escaping quotes in powershell.exe -command via command prompt. Escaping quotes in powershell.exe -command via command prompt. April 20th, 2011. Scroll to the end for the summary if you just want to see how to properly get quotes into your powershell.exe -command argument. We want to execute the script, so we just provide the full path to the script and hit enter, right? With the entire path in quotes and it should work out fine. Which should allow us t...
tinyint.com
tinyint.com » Get an MD5 or SHA1 Checksum with PowerShell
http://www.tinyint.com/index.php/2011/09/14/get-an-md5-or-sha1-checksum-with-powershell
A development and engineering Factory of Knowledge™. Get an MD5 or SHA1 Checksum with PowerShell. Get an MD5 or SHA1 Checksum with PowerShell. September 14th, 2011. I was excited about the Windows 8 developer preview. It has only a few simple parameters that you can enter, file and algorithm. File is for the actual file you want to checksum. Algorithm is either sha1 or md5 and will let you get both an MD5 and a SHA1 checksum of the specified file. Windows Developer Preview English, 64-bit (x64). Fs = new...