This post is gold. Thanks!
Posts
-
RE: What Are You Doing Right Nowposted in Water Closet
@scottalanmiller said in What Are You Doing Right Now:
@aidan_walsh said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Just broke a dish while trying to do the dishes. Argh.
Ooops!
It was super slippery. It was in the sink, but it broke the dish underneath in the sink

Soapy dishes and coffee jitters don't go well together

It was olive oil that did it.
Olive oil in Italy? I wouldn't have guessed!
-
RE: Windows Server 2016 Licences for clusterposted in IT Discussion
This is what I go by: (updated as of February 2017)
MS Volume Licensing
Edit: Found the link: http://www.microsoftvolumelicensing.com/Downloader.aspx?DocumentId=11907(direct download to word doc)
Here's the page I got it from if English isn't your primary reading language: http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=1&ShowArchived=true
And for all MS products: http://www.microsoftvolumelicensing.com/Default.aspx
-
RE: Excessive explorer processposted in IT Discussion
Just seen you have Webroot running, ignore that part.
-
RE: Excessive explorer processposted in IT Discussion
@JaredBusch You think those "877D.lnk" shortcuts open some kind of connection that is using all those: akamai, amazonaws, and cloudfront connections?
That reminds me of when I look at network activity when Outlook or something Microsoft is having trouble connecting online, and I open that up to see what's going on... I see a ton of Akamai connections.
I would think Akamai and Amazon at the very least prevent malware from using their services. Must be something else.
But I wouldn't yet rule out a possibility of both... perhaps there is a legit reason for those cloud content delivery services such as OneDrive or something... plus, something going on with those links in the startup folder.
Don't you have something like ESET running to help protect systems?
-
RE: What Are You Doing Right Nowposted in Water Closet
Trying to figure out how to study and type while holding my soon-3month old...
-
RE: Excessive explorer processposted in IT Discussion
Took a second look and seen owncloud.exe running. Maybe it's that. Look at disk activity to see what owncloud.exe is doing.
-
RE: Excessive explorer processposted in IT Discussion
Looks like some kind of cloud storage like OneDrive, DropBox, Google Drive, etc. Check for those on the system.
-
RE: Pronunciations of SQL Derived Database Names and Termsposted in IT Discussion
Yeah I've always said sequel because that's how I learned it, not because I was aware of its original naming history.
Now that I do know, it just makes more sense to call it SQL instead of SEQUEL.
Maybe the creators should have checked existing names and been more clear about it before they called it that. Seems to me like they were well aware of the naming conflict but did it anyways for the pun and laughs.
I wouldn't be allowed to create a phone device and call it a Crapple because of a cranberry-apple theme or whatever. I'm sure Apple would would have a field day.
-
RE: Pronunciations of SQL Derived Database Names and Termsposted in IT Discussion
@scottalanmiller said in What is a Database Management System:
@RojoLoco said in What is a Database Management System:
@scottalanmiller said in What is a Database Management System:
@NerdyDad said in What is a Database Management System:
It was their rule, I simply obeyed it and carried it with me as a rule afterwards.
Even in graduate work I've gone to the dean and challenged using myself as a source and won

But how many others would take the time to batter the dean with semantics like you did until he just gave in? Very few.....
Cuz they be lazy
So, if it's no longer (for a VERY long time now) “Structured English Query Language” (SEQUEL), and has been, and is officially, “Structured Query Language” (SQL), where do you get the "sequel" pronunciation from now? I think if that is the case, nobody should use new product names if they have been changed in the past.
-
RE: Bootleg T-shirts for MangoCon 2017posted in Water Closet
@JaredBusch Oh, is there a link to fill me in?
-
RE: Bootleg T-shirts for MangoCon 2017posted in Water Closet
@RojoLoco said in Bootleg T-shirts for MangoCon 2017:
I'm totally thinking about ordering some of these... who would buy one at MC '17? Who's with me???

Actually, it's not!
http://patorjk.com/blog/2012/01/26/pronouncing-sql-s-q-l-or-sequel/
-
RE: Do I need help desk system ?posted in IT Discussion
@scottalanmiller said in Do I need help desk system ?:
We normally have IT submit tickets because users often put in useless tickets without useful details.
Yes you'll have that. Our system automatically includes pc name and user name. So you'll have breadcrumbs at the very least to follow up with.
I think that's better than nothing at all. Also, IT generally doesn't have time to act as a ticket receptionist. Maybe not the case in big places where there's a team dedicated to it, but in smbs, IT is only 4 or less people.
-
RE: Do I need help desk system ?posted in IT Discussion
The first thing about helpdesks is that your company policy may require record of all IT activities, whether it for legal reasons or for the sake of record keeping or other reasons like patterns. It may also serv as a way to remember how you resolved a past similar issue.
Whether or not you need a ticketing system depends on if it will benefit the company. If you are walking through the halls to do a specific task, and someone stops you for one of those "quick questions", you may forget what you are going to do or you may forget what the person in the hall just tasked you with. I suppose you could walk around everywhere with a pen and pad, but that isn't always the case.
Ticketing systems also help to stay organized and to help prioritize things closer to the money. I don't know anyone who can live from the list of 1000 things strictly in their head. Having it documented somehow will be best.
We require all users to submit tickets. If you don't know if you should make a ticket, make a ticket. If a user emails you, forward it to the ticketing system. Most systems will automatically turn them into a ticket.
If a user calls you and its more of a request than a question, kindly ask them to submit a ticket.
Depends completely on your environment of course, but those are my thoughts anyway.
Wrote this on my cell phone which is hard, so excuse my not so well thought out points and spelling errors.
-
RE: Reputable e-Waste Recycler in Dallas Fort Worthposted in IT Business
We found a "Computers 2 Kids" charity that we donate all PCs, servers, etc to... that are at least in good enough condition to work or get working with minimal effort. Ex: new hard drive or RAM needed.
It's local to us here in San Diego... but there may be something similar near you.
-
RE: Trying to Improve my Powershell Skills - Need some guidanceposted in IT Discussion
@DustinB3403 Ahh I see, then yes a prompt for input script is best then.
-
RE: Trying to Improve my Powershell Skills - Need some guidanceposted in IT Discussion
Also, if you have a specific group of people, you can use a "get-" command instead of .csv list. I meant that lists like I said about above are best if it's not an easy grab using a get command.
I'm probably not explaining myself right, you know what I mean?
-
RE: Trying to Improve my Powershell Skills - Need some guidanceposted in IT Discussion
I usually make big lists in Excel and use that in PowerShell. You could output all users "sAMAccountName" to CSV... then on the first line in the next column type the @domain.com and drag it down to the end.
Then in the columns before and after it, do the same thing... type in the powershell commands you need, drag it down tot he bottom to copy it to each line, copy it into notepad++, replace all tabs with spaces, and call it a .PS1.
Sounds like a lot, but it really only takes literally 2 minutes to make a list of hundreds or thousands and turn it into a .ps1.