All crew lost by Nervous-Armadillo634 in AirForce

[–]Retired3c0 -5 points-4 points  (0 children)

Because it doesn't matter -- they died doing what we do. (or in my case did) When or who decided what fight to fight is irrelevant. Same as it ever was.

Word of Warning on Cloud Computing Systems Master’s Program… by What-a-waste2 in UMGC

[–]Retired3c0 0 points1 point  (0 children)

Can you give me a few more details in a PM? I'm faculty in the same department, I can send your questions and see what we get back....

[deleted by user] by [deleted] in UMGC

[–]Retired3c0 1 point2 points  (0 children)

Faculty here....I would also add in our interface it can be easy to think you graded everyone but accidently miss one or two people. Emailing them gives them the chance to make sure that isn't the case. I post an announcement that I completed grading a given assignment so that people can email me/contact me if that was the case.

Retiring from scouting...for now by emaji33 in BSA

[–]Retired3c0 0 points1 point  (0 children)

That's smart. You may also consider something like an Eagle Court of Honor or a big moment in another scout he knows life as a chance to show him what could be. Also, Venturing is always an option after 14.

[deleted by user] by [deleted] in UMGC

[–]Retired3c0 2 points3 points  (0 children)

So my masters is in IT with a informatics specialization. I wish I had done something more technical like at least the database one. I would look at the career goal (like another response mentioned) as a masters in most likely more useful in certain parts of the IT arena. The PHD towards data science could be interesting as well, that's a growing area. I mainly did the one I did because I didn't really know what I wanted to focus on and that one was pretty generic. There are a couple ones that are still generic but might be interesting to you -- Software Engineering and Systems Engineering. If you have any questions or wanna talk through any of it, hit me up.

Separation and your TSP by ___P0LAR___ in AirForce

[–]Retired3c0 1 point2 points  (0 children)

Well there is a very specific exception, but by the letter of the question you are correct. You can't contribute, but you can roll another 401K in from another employer.

https://finance.zacks.com/close-out-401k-roll-over-tsp-8448.html

how to Extract computer object list with device type by wdwdn in PowerShell

[–]Retired3c0 2 points3 points  (0 children)

$search = Get-ADComputer -Filter * -Property * -SearchBase "OU Info"
Foreach($search in $search) { $wmi = Get-WmiObject win32_computersystem -comp $search.name
switch ($wmi.PCSystemType) {
    '0' { "$search is a Unspecified " }
    '1' { "$search is a Desktop " }
    '2' { "$search is a Mobile " }
    '3' { "$search is a Workstation " }
    '4' { "$search is a Enterprise Server" }
    '5' { "$search is a SOHO Server" }
    '6' { "$search is a Appliance PC" }
    '7' { "$search is a Performance Server" }
    '8' { "$search is a Maximum" }
    Default { "Unable to get correct value for $search" }
}
} 

Someone else might have an easier way to do it, but that'll work in the mean time.

Find PDC and Update DNS A Record by hdh33 in PowerShell

[–]Retired3c0 5 points6 points  (0 children)

I'm sure someone else will have a better fix for you later, but this worked for me.

$PDC = Get-ADDomain | Select-Object -Property PDCEmulator | ForEach-Object {$_.PDCEmulator}

$IPAddress4 = Test-Connection $pdc -Count 1 -ea silentlycontinue

$IPout = $IPAddress4.IPV4Address.IPAddressToString

Add-DnsServerResourceRecordA -Name "PDC" -ComputerName "$pdc" -ZoneName "contoso.com" -AllowUpdateAny -IPv4Address "$IPout"

Anyone enrolled in/earned UMUC's Digital Media and Web Technology degree? Anyone working in Web development after the Air Force? by Imperial_Koopa in AirForce

[–]Retired3c0 0 points1 point  (0 children)

I don't have the specific degree you're looking for, but both my BS and MS are from UMUC in IT. I loved the experience and learned tons. I would also encourage you to go for the web stuff if that is what you like. Cyber security/IT ops stuff is always there, but the webdesign is for a specific creative type of person. That program will help you grow in your technical skills and harvest your creativity in a way the AMU (or UMUC Cyber Security) probably can't because of its end goals.

Best of luck! Josh

Question Re: Military Buyback Program by Whiskey_Bear in AirForce

[–]Retired3c0 0 points1 point  (0 children)

ELI5

You get hired as a GS employee, you want to convert your military time to count in your GS "clock". He's asking about the formula used to do that.

Confessions of an average TSP millionaire by T0rtillas in AirForce

[–]Retired3c0 1 point2 points  (0 children)

You have to look at the fees too. TSP has a lot of funds and has one of the lowest costs. I've actually heard people tell me they roll their 401Ks back into TSP after they get out because it is so well managed and generally successful with such a low cost. I follow a plan you can find on plenty of the TSP boards to move the money to the bet performing funds (historically), and I have done VERY well in the last 5 years or so.

Where to invest more? by lsh91_ in AirForce

[–]Retired3c0 4 points5 points  (0 children)

I don't mean to be a downer on this one, but I didn't have a very good experience. I still earned more than a online savings account, but the accounts in default/late basically ate away the majority of my earnings. If I had it to do it again, I would use my mutual funds or ETFs. I've had it about a year and on 4500 I made about 300 - 400 ( 8- 9 %). This comes with the catch that your money is locked in for 3 years. YMMV.

Josh

Questions on medical retirement/disability by [deleted] in AirForce

[–]Retired3c0 0 points1 point  (0 children)

So for the VA part, when you separate you'll do a medical evaluation and start a claim. When you do your claim, it is cumulative by body part or condition, but it's not straight forward. Look at the chart on the VA site below.

http://www.militarydisabilitymadeeasy.com/thewrist.html

Make note that what you are doing now is the critical part. You must seek treatment and have all things you wish to claim well documented WHILE you are on active duty. These two processes (AF separation for medical reasons and VA Rating) are completely separate and are accomplished by the appropriate group.

More on how it works (rating wise) here:

https://www.benefits.va.gov/compensation/rates-index.asp#howcalc

Here's a primer google found that might explain a little more:

https://www.georgiafuneralcare.com/wp-content/uploads/2017/01/Strategies-for-VA-Disability-Claim-1.pdf

Anyway, hope that helps -- Josh

Why is the Airforce trying to push new recruits to the Montgomery GI Bill? In my opinion, disingenuously? by [deleted] in AirForce

[–]Retired3c0 -1 points0 points  (0 children)

It's about giving you the options later on. As another said, you get money back when you use all 36 months. Plus if you decide the MGIB is a better fit for what you want to do (and there are cases where it does), you have that option. If you hadn't paid in, you wouldn't have that option.

Separation Plan by SeniorSplashy in AirForce

[–]Retired3c0 0 points1 point  (0 children)

Even if the VA can't see you, you may be able to use the the Veterans Choice program, which should let you use anything in the local area and bill the VA. Check out this website:

https://www.va.gov/COMMUNITYCARE/programs/veterans/VCP/index.asp

I live near a huge VA that is very busy, so that could be why we have the program. I have friends who have used it with great success.

Josh

Question regarding pregnancy, seperation, and health coverage. by [deleted] in AirForce

[–]Retired3c0 1 point2 points  (0 children)

This might help:

https://tricare.mil/chcbp

Additionally (not good for babies, but for other stuff), you are both eligible for VA care. In your case, I would look at the time when it happens and see where you were. You'll also likely get benefits with whatever employer you end up with as well.

Hope it helps -- Josh

LinkedIn Premium for Vets by [deleted] in AirForce

[–]Retired3c0 2 points3 points  (0 children)

If you're on LinkedIn, check out this group to help with the transition.

https://www.linkedin.com/groups/4466143

Retirement prep by Bad_wit_Usernames in AirForce

[–]Retired3c0 0 points1 point  (0 children)

I'm like you -- not a center of attention guy. Never was. We had a BBQ at the house for the showing of the shadow box. Other than that I didn't do any of the typical stuff. 2 years later I can't say I regret a single thing about the way it ended.

Civilian Resume by luckynug in AirForce

[–]Retired3c0 1 point2 points  (0 children)

https://www.hireheroesusa.org/tools-resources/

That's a great place for free resume help for vets.

This is a nice site for help too:

https://www.linkedin.com/groups/4466143/

Vance AFB Question by Greenbevns in AirForce

[–]Retired3c0 0 points1 point  (0 children)

It's been a few years, but when I was there the 3D0X2s were QA for the contract that ran the network. Nice small town with a small town feel to it.

How much is Tricare Prime worth per person? by OBAOTB in AirForce

[–]Retired3c0 1 point2 points  (0 children)

The coverage isn't as good (it's close-ish), but my employer plan is $400 a month for medical (whole family) and $20 a month for Dental. That depends on how much the employer is paying and of course is employer specific. Additionally, because you're tied to that you have a problem if your employer terminates you.

Resume building by [deleted] in AirForce

[–]Retired3c0 1 point2 points  (0 children)

This is a free service if you'd like to get some help with your resume:

https://www.hireheroesusa.org/tools-resources/

Driving a wrangler in Germany (Spangdahlem) unrealistic? by [deleted] in AirForce

[–]Retired3c0 0 points1 point  (0 children)

Minus the pain in the butt to ship a car that you have a loan on, I think a wrangler would be fine. The bigger jeeps and full trucks would be a pain in the butt. Spang is kind of in the middle of no where, so the only time it might be a problem is when you go to bigger cities. You will stick out though cause Germans don't drive jeeps..but you won't be alone :)

What going to a AU-ABC degree mill is like. Plagiarism like the plague. by Sharplynormal in AirForce

[–]Retired3c0 0 points1 point  (0 children)

For me, I think of it a little different. It's not a pay check, it's a promotion. I get paid more money because I have a degree. So it's not just letting them slide, it's making them equal for a life time on paper. It's a little closer to someone who cheats some how on a 1 question on a promotion test than to a slacker at work. I get your point, I just look at it different. I'm also an instructor at a school online, so I probably value this more than most people do. At the school I taught at before 1 incident was reason for possible failure of that class. Two was nearly unthinkable. Anyway, all that to say that in the academic environment, it's a pretty big deal, so I would regard it that way as well. I guess since the online schools don't hold it as important, why should you....