ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Texkonc
    3. Topics
    T
    • Profile
    • Following 5
    • Followers 10
    • Topics 29
    • Posts 1,043
    • Groups 0

    Topics

    • T

      Exchange Database and User Login Report Marriage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      14
      3 Votes
      14 Posts
      846 Views
      T

      @dbeato said in Exchange Database and User Login Report Marriage:

      @Texkonc So you don't need the Mailbox status and all that? I just don't understand that requirement?

      Yes I do, but I also need these other attributes.

    • T

      Veeam B&R push Installs from Enterprise Console

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      197 Views
      No one has replied
    • T

      Veeam Licenses Quandry

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      1 Votes
      9 Posts
      624 Views
      scottalanmillerS

      @DustinB3403 said in Veeam Licenses Quandry:

      If you aren't sticking with Hyper-V, what are you considering? ESXi, KVM, XCP-ng, Scale? This could have an impact if you need Veeam at all.

      Scale is on the list for sure.

    • T

      Disabling Mailbox disables another mailbox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      12
      0 Votes
      12 Posts
      604 Views
      T

      After I finish the damage control or real accounts getting nuked, I am going to test that theory. but I have a 90% hunch.

    • T

      Restarting SCCM VMM Service

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      0 Votes
      2 Posts
      222 Views
      JaredBuschJ

      @Texkonc eww, that sounds like no fun.

      My money is on SC getting confused and accepting some changes and push out some old ones.

    • T

      Replaced Drive in PE T410 Not adding to Virtual Disk

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell storage raid hot swap poweredge t410 omsa
      11
      3 Votes
      11 Posts
      2k Views
      BRRABillB

      Yeah after my limited experience with this, not sure I would ever trust using a non-DELL drive.

      At least on a production system.

    • T

      Import New-PublicFolder -Name in bulk

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      0 Votes
      2 Posts
      452 Views
      dafyreD

      @texkonc said in Import New-PublicFolder -Name in bulk:

      Long story short, the previous guy left no documentation. I did find his template file however. Now I just the EMC shell syntax.
      We have public folder data to add.
      For example I have 95 lines of this just for this one year in a CSV.
      New-PublicFolder -Name 910002 -Path \Projects\1991
      New-PublicFolder -Name 910007 -Path \Projects\1991
      New-PublicFolder -Name 910008 -Path \Projects\1991
      New-PublicFolder -Name 910009 -Path \Projects\1991
      New-PublicFolder -Name 910010 -Path \Projects\1991
      New-PublicFolder -Name 910011 -Path \Projects\1991
      New-PublicFolder -Name 910012 -Path \Projects\1991
      New-PublicFolder -Name 910013 -Path \Projects\1991
      New-PublicFolder -Name 910014 -Path \Projects\1991

      Looking at this, it doesn't show how I could use a CSV instead of manually typing it in.
      https://technet.microsoft.com/en-us/library/bb691104(v=exchg.150).aspx

      I have 8 years to add like this. So I know he did it, I just have no idea what syntax he used to have Exchange shell grab from the CSV.

      $myData=import-csv -Path "C:\Path\to\my\file.csv" foreach ($line in $myData) { New-PublicFolder -Name $line.NewFolderName -Path "\Projects\$($line.projectYear)" }

      In the above examplethe CSV file would have a column named "NewFolderName" and another column named Project Year

      (It can have other info, it only gets used if you need it)

    • T

      Windows 10 idle lock timer; 15 minutes

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      12
      0 Votes
      12 Posts
      3k Views
      DashrenderD

      This points to the same place that others have pointed out, but seems to have two values 4 and 900, I'm assuming it's to set the type.

    • T

      Powershell to Delete Outlook Profiles

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      4k Views
      No one has replied
    • T

      Insert "Y" After each line in Powershell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      12
      0 Votes
      12 Posts
      1k Views
      T

      -confirm:$false did the trick. Adding to each line, thanks!

    • T

      Sending Invites to Public Folder calendars does not show up

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      805 Views
      Mike DavisM

      Creating them as a resource seems like it will be the better move going forward. Public Folder support in o365 has been sketchy at best. Even with resources, you may have to drill in using powershell to change some of the options, but it works.

    • T

      De-crypt EFS Files

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      32
      0 Votes
      32 Posts
      4k Views
      T

      Logged into old profile and looked at the recovery details. But strange it only worked correctly for some

    • T

      SW Roomate?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      20
      3 Votes
      20 Posts
      3k Views
      NetworkNerdN

      Count me in.

    • T

      Using DFSRMIG to move to from FRS to DFSR for Sysvol

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      26
      0 Votes
      26 Posts
      4k Views
      T

      @dbeato said in Using DFSRMIG to move to from FRS to DFSR for Sysvol:

      @texkonc Seize the FSMo Roles (If any) from the old AD DCs and then as @JaredBusch cleanup AD.

      Roles were cleanly moved before shutdown. No seizing necessary.

    • T

      OSX and PPTP

      Watching Ignoring Scheduled Pinned Locked Moved News
      5
      0 Votes
      5 Posts
      816 Views
      scottalanmillerS

      @Texkonc said in OSX and PPTP:

      If you are a windows shop with RRAS and you have OSX endpoints, prepare for Doom!
      https://support.apple.com/en-us/HT206844

      RRAS was "never use PPTP" with Windows 2000. It's only an issue for shops set up before 1999.

    • T

      Powershell: Get Office Software

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      29
      3 Votes
      29 Posts
      4k Views
      T
      Get-Content -Path c:\scripts\Computers.txt | ForEach-Object {Get-WmiObject -Class Win32_Product -ComputerName $_} | select-object PSComputerName,Name,Vendor,Version | Where-Object {$_.Name -like "*Microsoft Office*"} | Format-Table PSComputerName,Name,Vendor,Version -Wrap -Auto | out-file c:\scripts\installed.txt

      Updated. Management Framework 3 or higher required

    • T

      Home Media Player

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      10
      1 Votes
      10 Posts
      1k Views
      Mike DavisM

      For the Over the Air piece I built a Zbox media center computer with Windows 7 and Media Center on it and a USB TV tuner hooked to an antenna. I bought a media center remote and that setup worked pretty good. At the time I tried XBMC, but at the end of the day it was easier for me to get everything running under Windows.

    • T

      Free or near Free stuff/links to help be a better Sys/Net Admin

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers
      1
      4 Votes
      1 Posts
      593 Views
      No one has replied
    • T

      Bloging

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      29
      1 Votes
      29 Posts
      3k Views
      Minion QueenM

      @RojoLoco said in Bloging:

      @Minion-Queen said in Bloging:

      @NetworkNerd said in Bloging:

      If you tag everything correctly, you could use ML as your platform - https://mangolassi.it/tags/networknerd blog. I haven't written as many as I would like, but hopefully the ones I have are helpful to others.

      Actually I am all for that idea 🙂

      All our blog are belong to you?

      Something like that. Free Content!!!

    • T

      Exchange Mailbox DB migration Cleanup

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      2 Votes
      4 Posts
      776 Views
      T

      DB is offline without issue so far.

    • 1 / 1