
randomtechminutia.wordpress.com
RandomTechMinutia | No Telling what the subject is today.No Telling what the subject is today. (by Robert)
http://randomtechminutia.wordpress.com/
No Telling what the subject is today. (by Robert)
http://randomtechminutia.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.1 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
13
SSL
EXTERNAL LINKS
2
SITE IP
192.0.78.13
LOAD TIME
1.125 sec
SCORE
6.2
RandomTechMinutia | No Telling what the subject is today. | randomtechminutia.wordpress.com Reviews
https://randomtechminutia.wordpress.com
No Telling what the subject is today. (by Robert)
Powershell Script to Encrypt a Password for Another Script to Use. | RandomTechMinutia
https://randomtechminutia.wordpress.com/2014/01/20/script-to-encrypt-a-password-for-another-script-to-use
No Telling what the subject is today. Laquo; Powershell Script to Disable inactive Users. Powershell Script to Copy Files from One Server to Another in the same Domain. Powershell Script to Encrypt a Password for Another Script to Use. You call this script from commandline once and then put the text file “securestring.txt” in a call in the automated script. 1 Create a file called encryptpassword.ps1 and put the following in it. 2 Open a powershell command prompt and launch . encryptpassword.ps1. Username...
RandomTechMinutia | No Telling what the subject is today. | Page 2
https://randomtechminutia.wordpress.com/page/2
No Telling what the subject is today. Powershell / Powercli script to report on VMs and their VMDKs. On July 19, 2012. Here is a report I put together to quickly view all VMs their VMDKs and the Datastores those VMDKs are sitting on. This is not meant to be a report to view total storage or free space on either the VMs or their Datastores, nor are we looking for orphaned vmdk files. Although I may add those features to this report later on. Monitor VMware for SnapShots. On July 2, 2012. Using this simple...
Powershell Script to Disable Inactive Computers | RandomTechMinutia
https://randomtechminutia.wordpress.com/2014/07/14/powershell-script-to-disable-inactive-computers
No Telling what the subject is today. Laquo; Powershell Script to Disable Inactive Users v3. Powershell Script to Disable Inactive Computers. Similar to the Disable User accounts script this one disabled Computers. I considered combining the two into a single script but opted not to do so. Disable Computer Objects that have been inactive for 90 days. Not to disable newly created Computer accounts unless they are not used in 30 days. Must have QAD Powershell cmdlets installed. You can leave a response.
Powershell Snippets | RandomTechMinutia
https://randomtechminutia.wordpress.com/powershell-snippets
No Telling what the subject is today. What follows are some short single line ommands that can be very useful while doing various things. Some of them require Quests AD Commandlets. To change the value and disable UAC via Registry. Very useful in Windows 8 and Server 2012. Set-ItemProperty -Path registry: HKEY LOCAL MACHINE Software Microsoft Windows CurrentVersion policies system -Name EnableLUA -Value 0. Move all Disabled Computer Objects to a Disabled OU. Move all AD FSMO roles to another DC. Server A...
Powershell script to generate and email a DFS Health Report. | RandomTechMinutia
https://randomtechminutia.wordpress.com/2012/12/04/powershell-script-to-generate-and-email-a-dfs-health-report
No Telling what the subject is today. Laquo; Tweak registry to make Windows always prefer IPv4 over IPv6. Simple Powershell Script to Disable PCs that have been inactive in AD for 90 Days. Powershell script to generate and email a DFS Health Report. This script was used to generate a DFS Health Report and email it to the admin team on a daily basis. I attempted to push the report into the body of the email but Outlook did not like the formatting so instead it was added as an attachment. From your own site.
TOTAL PAGES IN THIS WEBSITE
13
JJClements.co.uk » RDP Hyperlink
http://www.jjclements.co.uk/2010/02/21/rdp-hyperlink
Clem's Technical Blog. February 21st, 2010. I recently started using Zenoss. Web console and establish an rdp session to the relevant server. Adds registry key HKCR rdp which contains the parameters needed to associate the rdp:/ prefix with a file created in C: Windows called hyperlink-rdp.js. The JScript file is responsible for some string manipulation that trims the rdp:/ prefix and then passes the remaining string (server name) to mstsc.exe to try and establish the rdp session. Exits the batch file.
TOTAL LINKS TO THIS WEBSITE
2
Random Tech Crap
Site under construction. For now, visit the YouTube channel at youtube.com/randomtechcrap. Or subscribe to @randomtechcrap.
RandomTechGuy
A technical resource for geeks and non-geeks alike. Welcome friends to Chad's technology corner! I'm in the process of upgrading this site, but theres a lot of great free programs available on my downloads page. Designer and Developer of this site: Chad Jordan.
RandomTechie27 - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 10 Years. This deviant's full pageview. Last Visit: 1 day ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. We've split the page into zones!
Java, JSF, Hibernate, HTML5 and Spring Tutorials
Java, JSF, Hibernate, HTML5 and Spring Tutorials. This blog is all about technical stuff related to Java, Hibernate, Spring and JSF articles which i feel might be helpful to Programmers. How would you find a loop in a singly-linked list? This is one of very typical technical interview question to be asked to check your problem solving skill in data structures. This algorithm runs in O(n) time, and i explained below:. 2 if both are equal means Loop exists. 3 if B becomes NULL loop doesn't exist. We can ap...
randomtechmakings.blogspot.com
Random Tech Makings
Random things I play with; At the moment it seems to be a lot of metalwork, with snippets of electronics and programming. Saturday, August 21, 2010. Mythtv and DVB entertainment. I just spent a number of hours on a pleasant saturday morning trying to work out exactly why MythTV doesn't get program info for Channel Nine (in Sydney, Australia). I already knew this was because Mythtv was failing to parse the EIT data, and in particular, the SDT wasn't being found. Ok, this is a pretty trivial thing, and I d...
randomtechminutia.wordpress.com
RandomTechMinutia | No Telling what the subject is today.
No Telling what the subject is today. Powershell Script to Disable Inactive Computers. On July 14, 2014. Similar to the Disable User accounts script this one disabled Computers. I considered combining the two into a single script but opted not to do so. Disable Computer Objects that have been inactive for 90 days. Not to disable newly created Computer accounts unless they are not used in 30 days. Must be run with an Account that has rights to disable and move User Accounts. On July 9, 2014. Run the comma...
randomtechmusings.blogspot.com
Random Tech Musings
The Random Tech Musings of an IT Department. Stuff here is as much for our future reference as it is for yours. Hope you find it helpful. Monday, 5 May 2014. Customize Notes 9 Splash Screen. We have a business case to customize the Notes 9 Splash Page. 1 There is JAR file called: framework shared eclipse plugins com.ibm.notes.branding 9.0.0.20130309-0748.jar. Inside of this JAR file.you will find a splash.bmp Copy to a new location. 2 Customize it, save in same format (8 bit BMP). Monday, 24 December 2012.
Random Tech News | Random Tech News
randomtechnicalstuff.blogspot.com
Random technical stuff
Don't expect romance, you only get computing here. Monday, March 2, 2015. I've just joined the OSI as a member - in AUD it is about $50, but it's well worth it! I encourage others to also join the OSI. As it is really is a force of good in the world. Posted by Chris Sherlock. Friday, October 17, 2014. Refactoring LibreOffice: VCL FontCharMap. I have been looking at the VCL. In LibreOffice, which is its cross-platform widget and window library. Whilst reading the SalGraphics. Was doing a LOT. Had an inter...
Random Technologies LLC - Teflon AF Manufacture and Fabrication
Teflon AF: Random Technologies LLC is a Manufacturer of Teflon AF products and is a DuPont licensed Teflon AF fabricator. Random Technologies LLC was founded in 1987 and markets Teflon AF products, specialty fiber optic products and consulting and contract R&D services. TEFLON AF PRODUCTS CURRENTLY AVAILABLE:. 149; Small Diameter (ID 50 µm to 0.063). 149; Large Diameter (up to 1 inch). 149; Quartz and Silica Substrates. 149; Sapphire Substrates. 149; Metal Substrates. 149; Polymer Substrates.
randomtechnologies.net - Crazy Domains
Search and register domain names. World's cheapest domain names. 700 New generic domains. Move your domains to us FREE. Express cheap domain renewal. Get the domain name you want. Everything you need for your domains. Control your CNAME, MX and A records. Find who owns a particular domain. COM only $9.00 Get yours! Join The Domain Club. Fast, reliable space for your website. Defend your site against hackers. Secure your site and data. Get your own me@mydomain.com. Automatic Spam and Virus protection.