iRandomizer: Tethering without having to jailbreak
iRandomizer: Tethering without having to jailbreak So there is an app in the App Store out that has hidden tethering in it. It is called iRandomizer Numbers.
iRandomizer: Tethering without having to jailbreak So there is an app in the App Store out that has hidden tethering in it. It is called iRandomizer Numbers.
I needed a script that would return a list active computers for a supplied department or OU (basically the same thing in my use case). This is my solution to that. When supplied a list of Dept abbreviation (OU Name), this function will query AD for all enabled user accounts in the Departments OU. Then it will run the list
I needed a script to filter a list of computers by the number of days since the computer was last logged onto. This is my solution to that. When supplied a list of computers, this will return the ones that have been Active (Logged On) within the Last X amount of days. Where X is supplied as $DaysSinceLastLogon. I’ve populated
I needed a versatile script to query SCCM and return the list of computers associated with that user. This is my solution to that. It simply queries SCCM for the list of computer’s whose last logged on user matches the supplied SamAccountName. I’ve populated the PowerShell Comment Doc, so check out the Examples supplied in there for usage. https://gist.github.com/VertigoRay/6343964 Hope it helps
I was doing some PowerShelling and needed a Pause command. Unfortunately, the command isn’t native to PowerShell. Using a TechNet Tip of the Week article as a starting point, I devised my solution. https://gist.github.com/VertigoRay/c72c157e25de39384c84 Hope it helps others out there. Just add the function to your PowerShell Profile or as a Functions in a script to make it available!
Apache Rewrite Cheatsheet Useful cheat-sheet … err … blog post.
I’ve been using Google Chrome instead of Firefox for quite a while. I moved mostly for the simpler functionality and aesthetics. When I first jumped ship there were not a lot of extensions available for Google Chrome, but that quickly became a non-issue as many extension developers ported their stuff over. Getting to the point, today I was leaning over
Is anyone else’s Tumblr that has a custom domain name (i.e. NOT something.tumblr.com) not working? ronroninabox: if so, WHY IS THIS HAPPENING FIX IT, INTERNET. FIX IT I’m having the same issue. http://blog.vertigion.com It’s very intermittant!
I like to play around a lot with different content management systems, and technology. This is all fine and dandy, but has made me realize that I have a problem … I keep relocating my blogs and have thus lost my comments and timeline several times. At this point in time, I figure that I should just pick a host
Ftp uploading failed after every two or three succeeded uploads