| bio | website | fractalsystems.org |
|---|---|---|
| location | San Francisco, CA | |
| age | 30 | |
| visits | member for | 2 years, 1 month |
| seen | 2 days ago | |
| stats | profile views | 52 |
All around Technology Lover. Built my first PC at age 8, first full-time paid computer job at age 14. English Literature and Philosophy of Technology educated human who spends most of his time on Stack Overflow...go figure! I've been a leech on the Stack Exchange Networks for all too long, now I've started answering and asking questions and I'm really enjoying the Stack Exchange communities. Stack Overflow, Meta, and Astronomy especially :-)
|
Mar 22 |
comment |
Cisco and HP backups to Spiceworks TFTP occasionally creating .tmp files Just erase the tmp and do what? As I stated 100% of the time the HP backups are tmp's. |
|
Mar 21 |
comment |
Cisco and HP backups to Spiceworks TFTP occasionally creating .tmp files Yep, @cpt_fink pointed me in that direction. I've worked around it by issuing an mv *filename* filename command in the script, in case there is a tmp remaining. Still hoping to hear back from Spiceworks regarding the matter: community.spiceworks.com/topic/… |
|
Mar 20 |
comment |
Cisco and HP backups to Spiceworks TFTP occasionally creating .tmp files I've cross posted, don't hate me :D community.spiceworks.com/topic/… |
|
Mar 20 |
comment |
How to use external DNS Forwarders when Forward Lookup Zone doesn't contain requested subdomain Yes, @isedev that is correct. I have tried sub domain delegation and it does not help in my case. |
|
Mar 19 |
comment |
Cisco and HP backups to Spiceworks TFTP occasionally creating .tmp files Thanks for the tip, I will investigate that side of it. I also updated the question to include the TFTP specifics...that being Spiceworks. Thanks again, I didn't even think of that. |
|
Mar 6 |
comment |
DNS searching with wildcards? Looks like you were proven wrong, as I expected. |
|
Mar 6 |
comment |
DNS searching with wildcards? I'd like to edit your answer to include grep -i so that it is case insensitive, otherwise I realized case would cause too many problems. I can't make such a minor edit, though. Thanks again for such an elegant solution, exactly what I was looking for. |
|
Mar 6 |
comment |
DNS searching with wildcards? As easy and straight forward as I could have hoped for. Thanks |
|
Mar 4 |
comment |
Command line - query account type (local, network managed, mobile) @bispymusic Unfortunately, I have tried quite a bit with dscl and nothing has been fruitful in providing the information I'm looking for. dscl . readall /users seems to give the most information overall as well, but still nothing of what I want. Thanks for the thought. I will keep everyone posted, if I find a solution. Still looking for one... |
|
Feb 5 |
comment |
Apple Remote Desktop (ARD) OS Specific package installation @morgant absolutely, thanks for the suggestion |
|
Feb 1 |
comment |
Powervault MD circular console cable I did ask for direction, and I appreciate the link, but I have to accept the pin out answer...I hope you understand. Up voted for your help! CT109 is PS2 to serial, learn something new everyday. |
|
Feb 1 |
comment |
Powervault MD circular console cable It is PS2 to serial... en.community.dell.com/support-forums/storage/f/1216/t/… found it, in forum form! Thanks...awesome emergency solution providing the pin out, very much appreciated! |
|
Feb 1 |
comment |
Powervault MD circular console cable Is CT109 PS2? Martino's answer has me confused:-) I'm looking into it now. Thanks |
|
Feb 1 |
comment |
Powervault MD circular console cable Is that right? Any documentation to back that up? |
|
Feb 1 |
comment |
Powervault MD circular console cable @joeqwerty Looks like you nailed it! Thanks, if you want to make that comment into an answer, I'll gladly accept. Did you just search or have previous knowledge? I'm not sure how I couldn't come up with that. |
|
Dec 7 |
comment |
Best practice for migrating Shares and Permissions? So exporting/importing the registry will carry over the actual Shares (names, paths, etc) and AD will take care of the ACLs? Am I following correctly? That's what I'm hoping for. That makes sense, That would be great! |
|
Dec 7 |
comment |
Best practice for migrating Shares and Permissions? "The datastore is attached via iSCSI so I do not need to transfer any data." |
|
Dec 7 |
comment |
Best practice for migrating Shares and Permissions? @SpacemanSpiff ~28TB, 19 Shares, and ~10 departments, several ACLs, and quite a few individual/one-offs which would be nearly impossible to track down and take forever to move over manually. |
|
Oct 29 |
comment |
Is a reboot required to refresh permissions after adding a user to a new group? Very true, thanks for the addition @jytou |
|
Sep 15 |
comment |
Office365 how to recover entire dumpster After running this (took about 4 hours) I realize this is not fine tuned enough. Expect an edit to this solution. As I stated in the question the Get-MailboxStatistics command resulted in 2.2GB of data in 9,700 emails...This solution resulted in the recovery of too much: ~7.9GB of data in ~35,000 emails. I need to somehow figure out how to pipe it through a findstr or something similar. Still open for any/all suggestions. |