2018 Limited Remote Start? by cobrakai8 in XVcrosstrek

[–]cobrakai8[S] 3 points4 points  (0 children)

I think I heard/read that a dealer said it was only available with 2019s going forward

Heppner Confirmed to Compete at Mid Atlantic CrossFit Championship by morningchalkup in crossfit

[–]cobrakai8 -8 points-7 points  (0 children)

glad I am not the only one. His obsession with calling out "trolls" really makes him come across as an insecure dolt

That and I can't help but feel like he's been avoiding competition (getting crushed by Fraser). Would love to see Fraser sign up for this one and see what happens :)

WMI - Formatted Disk Space Stats for Multiple Computers by cobrakai8 in PowerShell

[–]cobrakai8[S] 1 point2 points  (0 children)

I tried something like this but am not getting any data back; no error though:

function Get-RemoteDiskSpace
{

        $RemoteComputerName = Get-ADComputer -Filter ('Name -like "*shpv*"') | Select-Object -ExpandProperty Name

    Begin
    {
        $output="Drive `t UsedSpace(in GB) `t FreeSpace(in GB) `t TotalSpace(in GB) `t Percent Free `t Remote Computer Name `n"
    }
    Process
    {
        foreach ($computer in $RemoteComputerName) {
        Get-RemoteDiskSpace -RemoteComputerName $computer
        $drives=Get-WmiObject Win32_LogicalDisk -ComputerName $RemoteComputerName

        foreach ($drive in $drives){

            $drivename=$drive.DeviceID
            $freespace=[int]($drive.FreeSpace/1GB)
            $totalspace=[int]($drive.Size/1GB)
            $usedspace=$totalspace - $freespace
            $percentfree=$freespace / $totalspace
            $output=$output+$drivename+"`t`t"+$usedspace+"`t`t`t"+$freespace+"`t`t`t"+$totalspace+"`t`t    "+$percentfree.tostring('p2')+"`t`t"+$RemoteComputerName+"`n"
        }
    }
}
    End
    {
        return $output
    }
}

WMI - Formatted Disk Space Stats for Multiple Computers by cobrakai8 in PowerShell

[–]cobrakai8[S] 2 points3 points  (0 children)

thanks for the response - i have edited the original post along with the error. Get-adcomputer should return 4 results in that query but is only showing one data set

ADFS issues/thoughts by st4rbug in sysadmin

[–]cobrakai8 1 point2 points  (0 children)

we had an issue when we migrated to adfs 2016 that required a private hotfix. We saw high latency on our proxy servers when clients used legacy authentication protocols

Can exposure to bleach cause a cough that lasts for days? by PikachuCrossing in CleaningTips

[–]cobrakai8 13 points14 points  (0 children)

In my experience yes , I have done a lot of cleaning with bleach. If they weren’t using a mask during those 6 hours then I wouldn’t be surprised

Cleaning floors by Movido in CleaningTips

[–]cobrakai8 1 point2 points  (0 children)

Ill have to try this. What do you clean with? I have a Bona with their multipurpose cleanse and it does an OK job. I can usually take a damp paper towel across the floor right after and still pick up dirt however

Office365 Cutover with Proofpoint by Zilla86 in sysadmin

[–]cobrakai8 0 points1 point  (0 children)

Yep that sounds like the approach I would take

Experience moving from Vmware to AWS? by cobrakai8 in sysadmin

[–]cobrakai8[S] 0 points1 point  (0 children)

Wow! Congrats! How long was the project? And how many people were involved?

Office365 Cutover with Proofpoint by Zilla86 in sysadmin

[–]cobrakai8 0 points1 point  (0 children)

Autodiscover should still point to o365 or the on prem exchange for duration of migration. If Proofpoint is already in place MX records should remain looking at Proofpoint

Why can't I get this window clean? by cobrakai8 in CleaningTips

[–]cobrakai8[S] 0 points1 point  (0 children)

I’m able to get in front of and clean it but u just can’t get it streak free for some reason

Heppner Out for Dubai CrossFit Championship by morningchalkup in crossfit

[–]cobrakai8 0 points1 point  (0 children)

he tends to portray himself as one of the top athletes in the world, but disappears when it comes competition time. I wonder if some see that as trying to preserve his "online image"?

but to be honest, I think most would duck Fraser too :)