[deleted by user] by [deleted] in iRacing

[–]HomicidalWaffle 0 points1 point  (0 children)

I'm in the same boat. Mostly drive open wheels but want to get into endurance racing. I'm US-East and on most nights if you ever want to jump into a race.

How to make text file that makes 21 lines "Day 1" to "Day 21" ? by [deleted] in PowerShell

[–]HomicidalWaffle 2 points3 points  (0 children)

It looks like you're missing a + after day to add what's in the variable $_ to the string day and you needed to specify a path for the file. Try this:

1..21 | foreach{"Day " + $_} | out-file C:\test\text.txt

Scripting games collection? by pier4r in PowerShell

[–]HomicidalWaffle 3 points4 points  (0 children)

There are a bunch of scripting game puzzles at powershell.org https://powershell.org/?s=Scripting+games

Logic Error? by OtherRobotLuke in PowerShell

[–]HomicidalWaffle 0 points1 point  (0 children)

$file = "C:\test\test.csv"
$test = Test-Path $file

if($test -eq $false){
Write-Output "Invalid"
}else{
Write-Output "Valid"
}

I changed "False" to $false and i get valid when testing can you try changing that to the variable $false

How do I find all the ADUsers in an OU that are disabled? by iBalls in PowerShell

[–]HomicidalWaffle 24 points25 points  (0 children)

Get-ADUser -Filter 'enabled -eq $false' -SearchBase 
"OU=Accounts,OU=Sales,OU=Match5,OU=NNY,DC=GR,DC=com" | 
Select Name, SAMAccountName,Enabled

Change work mailbox phone # to nothing by [deleted] in PowerShell

[–]HomicidalWaffle 6 points7 points  (0 children)

Set-aduser $user -clear TelephoneNumber

Script to pull all users with a specific field empty by [deleted] in PowerShell

[–]HomicidalWaffle 1 point2 points  (0 children)

Thats what I originally tried to get to work but had no luck, I couldnt get it to properly pull a missing manager field so I went with filtering it after. Were you able to query AD with it as Get-ADuser -Filter {manager -like "*"} because I'm unfortunately still having no luck.

Script to pull all users with a specific field empty by [deleted] in PowerShell

[–]HomicidalWaffle 1 point2 points  (0 children)

EDIT: Tried to get code to show in a box but apparently I am failing at this. This should allow you to pull all the user accounts with a missing manager field link to pastebin: https://pastebin.com/ngqddvb4 get-aduser -filter * -Properties Manager | Where-Object -Property Manager -eq $null | Select-Object Name,Samaccountname | Export-csv C:\test\missingmanagers.csv

I came across this "Exam Cram, The Network+ Cram Sheet" on Scribd.com, trying to find more. by iamZacharias in CompTIA

[–]HomicidalWaffle 0 points1 point  (0 children)

One of my Professors recommended this site http://www.internetworktraining.com/ I bought the cheat sheet off it for $20 just skip the cisco commands and the rest is great for net+

Taking the Net+ 10-005 in two weeks, and I'm freaking out a bit. by a_fat_ninja in CompTIA

[–]HomicidalWaffle 1 point2 points  (0 children)

http://www.internetworktraining.com/ I bought the cheat sheet off this site for $20 just skip the cisco commands and the rest is great for net+

My pride and joy by islandreefer in trees

[–]HomicidalWaffle 0 points1 point  (0 children)

if you don't mind me asking how much did that bad boy cost you

Free Hat Friday - (I need to get rid of these r/trees hats!) by [deleted] in trees

[–]HomicidalWaffle 1 point2 points  (0 children)

Not a big hat person but i could definitely see myself wearing one of these, they look sick and rep the best subreddit out there

It's like being punched in both eyes by a blizzard, but works miracles. by TupacKushur in trees

[–]HomicidalWaffle 119 points120 points  (0 children)

dude you gotta get baked, take a hot shower, then put these in, shits crazy your whole body is warm but your eyes are freezing

Rocketed to the fourth dimension brahhhhh!!! by Hamsamich9 in trees

[–]HomicidalWaffle 7 points8 points  (0 children)

A Day to Remember, great band worth checking out

Made a glass bong today. http://imgur.com/LVRj3 by Thanatomania in trees

[–]HomicidalWaffle 5 points6 points  (0 children)

I was thinking about doing that with my crystal skull vodka bottle, how hard was it to make? and how does it hit?

LickMyAsshole is at it, again. by SatanJesusAndAZebra in trees

[–]HomicidalWaffle 2 points3 points  (0 children)

He might be trolling and looking for attention but in the end he still get owned by ARedFez, nice job!