• Just in time for The Bachelor season finale tonight...The Backup Bachelor

    1
    3 Votes
    1 Posts
    569 Views
    No one has replied
  • The 5 Steps to create a new drive with AetherStore...

    1
    4 Votes
    1 Posts
    682 Views
    No one has replied
  • Some Powershell - For anyone who might need it.

    4
    2 Votes
    4 Posts
    860 Views
    DustinB3403D
    # Termination Script, which will revoke user permissions and restart their computers. Import-Module ActiveDirectory $userInput = $null Do { $prompt = Read-Host -Prompt "Leaving Employee" $user = Get-ADUser $prompt -Properties memberof $userInput = "$($user.samaccountname)" } While($user -eq $null) #Disabling and locking the users' account $user | Set-ADUser -Enabled $False #Removing the users' group memberships. (Revoking all permissions) $user.Memberof | ForEach{Remove-ADGroupMember -identity $_ -members $user.samaccountname -confirm:$false} #Creating an arraylist that will collect all of the computer names $arraylist = New-Object System.Collections.Arraylist #Retrieving all the computers beginning with the $computer value $computerlist = Get-ADComputer -filter "name -like `"$userinput*`"" #We add all the computer names to the previously created list $objects = $computerlist | Select-Object -expandproperty Name if ($objects.count -eq 0) { Write-Warning "No computer with this username has been found! Stopping the script" Start-Sleep -seconds 5 throw("I can't find this computer :-(") } else { if ($objects.count -eq 1) { $arraylist.add($objects) } else { $arraylist.addrange($objects) } Write-Host "$($arraylist.count) computer(s) found in Active Directory!" } $index = 0 foreach ($listitem in $arraylist) { $index++ #We format the index to be 2 digits longs Write-Host "$("{0:D2}" -f $index) : $listitem" } #N.T.U.I. Never Trust User Input... If you enter incorrect value, it will not work. I let you do the checks ;) $choice = Read-Host -prompt "Select the computer you want to reboot." Write-Host "Attempting to Restart $($arraylist[$choice-1])..." -ForegroundColor Cyan #We restart the computer who has the value of the index (-1) into the list. -1 because a list starts from 0. So the 10th in the list is in fact the number 9 #Restart-Computer -ComputerName $($arraylist[$choice-1]) If (Test-Connection -Count 1 -ComputerName $($arraylist[$choice-1]) -Quiet) { Restart-Computer -ComputerName $($arraylist[$choice-1]) } else { Write-Host "##############################################################################################" Write-Host "That computer is in Active Drictory but doesn't appear to be online!!" -ForegroundColor Red Write-Host "The users permissions have still been revoked but you still might try another computer listed" -ForegroundColor Green Write-Host "##############################################################################################" }
  • Ringside Seats to the Apple/FBI Battle

    13
    3 Votes
    13 Posts
    2k Views
    MattSpellerM

    @Dashrender said:

    @MattSpeller said:

    I'd be on the side of the FBI were it not for all the NSA spying bull that Snowden leaked and setting a precedent that will inevitably be abused.

    Huh - I could never be on the side of the FBI, even if only for what possible hackers could do with the information, let alone the government.

    Honestly I think "hackers getting a hold of the code" is a remote possibility.

    I already mentioned my lack of trust in the gov but there's ways to do it safely, this is not some super secret 007 heist.

    Clarity: Not advocating for it, just pointing out some of the FUD that's circling this debate.

  • Would You Rather...

    15
    0 Votes
    15 Posts
    3k Views
    tonyshowoffT

    @NattNatt said:

    Is it just me, possibly not understanding fully, but why would anyone CHOOSE higher blood pressure over higher profit margins?!

    Exactly, at first I thought it was trying to say "would you like more money but higher blood pressure too?" and I thought "hell, that's my life now."

  • 6 Votes
    6 Posts
    3k Views
    jt1001001J

    Mee too, bit late

  • How does Webroot work and how do we measure the efficacy of our software?

    7
    1 Votes
    7 Posts
    1k Views
    nadnerBN

    Nope

  • 0 Votes
    51 Posts
    7k Views
    scottalanmillerS

    @Dashrender said:

    I realize that it didn't change, but allows the reader less chance to read something that's not there, as so frequently happens.

    But it adds information that implies something inaccurate. My statement was more clear, it was simply an explanation of the action. Yours adds a conditional that is confusing in its lack of necessity and/or implies that it would only mean it in this case, which is incorrect.

    Your way implies that this is a problem with this vendor rather than with this general process.

    I was not making assumptions about the vendor in the thread but making a statement about the process. That's the difference.

  • 1 Votes
    2 Posts
    1k Views
    hobbit666H

    I must admit MDaemon was the most helpful when checking logs for mail delivery and receiving 😄

  • Throwback Thursday - Old Malware Threats

    4
    1 Votes
    4 Posts
    2k Views
    G

    @DustinB3403 Oof. That's not good. For the computers and the productivity!

  • How should you sell?

    17
    1 Votes
    17 Posts
    2k Views
    G

    @Breffni-Potter Thanks. We're going to do a full audit of the UK smart content pages. Very much appreciated.

  • Which of These 3 MSP Pricing Strategies is Right for You?

    14
    0 Votes
    14 Posts
    4k Views
    G

    @Breffni-Potter I understand. You want to hear the praise of Continuum OFF of our website. We'd love to hear that as well. I'll share these sentiments with Mary who sits 3 feet away from me 🙂

  • Backblaze Hard Drive Reliability Review for 2015

    2
    3 Votes
    2 Posts
    735 Views
    NicN

    TL;DR - HGST still rules, everyone else drools.

  • NTG People at ML

    7
    2 Votes
    7 Posts
    1k Views
    Deleted74295D

    @johnhooks said:

    @Lakshmana said:

    active partition

    I think @scottalanmiller would be the boot partition.

    So @Minion-Queen is the BIOS?

  • This topic is deleted!

    13
    -1 Votes
    13 Posts
    35 Views
  • How Much Personal Information is Actually Out There?

    24
    0 Votes
    24 Posts
    3k Views
    nadnerBN

    My most recent username: JediMasterOdd nets results (mostly from Twitter), and some of my other usernames that I have used are far too common to find me easily.

    nadnerB yields a few results in a Google Image search (scrolling required). Just SW and ML though

    There are a few people using my IRL name but no actual images of me show up in a Google Image search. A few avatars of mine do though.

  • Rip-Off or Reality?

    16
    1 Votes
    16 Posts
    2k Views
    Each1teach1x27E

    @Dashrender Nice!

  • Project Management of the Titanic and the Olympic Ships

    6
    1 Votes
    6 Posts
    3k Views
    nadnerBN

    @scottalanmiller said:

    @MattSpeller said:

    Given who I work for the title was confusing and alarming 😛

    You work for White Star Lines?

    No, he's an Olympian... 😛 lol

  • 1 Votes
    1 Posts
    446 Views
    No one has replied
  • Understanding Your Managed IT Services Competitive Landscape

    1
    2 Votes
    1 Posts
    487 Views
    No one has replied