ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. wirestyle22
    3. Posts
    • Profile
    • Following 0
    • Followers 2
    • Topics 179
    • Posts 8,185
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: What Are You Watching Now

      @Grey said in What Are You Watching Now:

      @scottalanmiller said in What Are You Watching Now:

      Murder She Wrote

      Why?

      Excellent question

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: What Are You Doing Right Now

      This is going to be a great weekend. I just finished 3 big projects today.

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • Controlling Folder Depth when Exporting Folder ACL to Excel via Powershell

      The below script finds the permissions for the directory, but goes all the way through the entire file structure.

      $FolderPath = dir -Directory -Path "P:\Public" -Recurse -Force
      $Report = @()
      Foreach ($Folder in $FolderPath) {
          $Acl = Get-Acl -Path $Folder.FullName
          foreach ($Access in $acl.Access)
              {
                  $Properties = [ordered]@{'FolderName'=$Folder.FullName;'AD
      Group or
      User'=$Access.IdentityReference;'Permissions'=$Access.FileSystemRights;'Inherited'=$Access.IsInherited}
                  $Report += New-Object -TypeName PSObject -Property $Properties
              }
      }
      $Report | Export-Csv -path "C:\export\permissions.csv"
      

      I need to go only two levels deep. I read that you can use Get-ChildItemToDepth but I am having trouble with the syntax if anyone can help.

      posted in IT Discussion powershell active directory acl
      wirestyle22W
      wirestyle22
    • RE: What Are You Doing Right Now

      @jt1001001 said in What Are You Doing Right Now:

      More layoffs at my company today; who knows I may be one of them ugh

      Hopefully not man. It's tough out there right now

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: Jared - OBS

      @VoIP_n00b said in Jared - OBS:

      @stacksofplates Are you @JaredBusch?

      I'm @JaredBusch

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: What Are You Doing Right Now

      When I buy a movie I should be able to do whatever I want with it. I go through this frustration every few years. It's so annoying when you try to watch content you can't get ahold of either due to the country you live in or it being out of print. DRM is stupid

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: What Are You Doing Right Now

      welp. we are homeowners

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: What Are You Doing Right Now

      @Grey said in What Are You Doing Right Now:

      @wirestyle22 said in What Are You Doing Right Now:

      Closing on the house tomorrow. Got my ubiquiti equipment ready

      IMG_20200528_104456.jpg

      No cameras? Is your switch PoE?

      I'm adding 2 more cams. The ones I have caught a kid across the street last year as he was jumping a fence and shot himself.

      2 cameras currently and yes my switch is poe

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: What Are You Doing Right Now

      Closing on the house tomorrow. Got my ubiquiti equipment ready

      IMG_20200528_104456.jpg

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @JaredBusch said in Remote Backup of Files Site to Site from Windows to Linux:

      @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      Going LANless has a ton of advantages

      I have tried to introduce a lot of things and my boss essentially told me to stop because nothing will ever be implemented. Then on my review one of the questions was what new technology I have brought into my company.

      You reply with “solution X” but it was rejected by “person Y”

      I did in the comment section of my review

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      Going LANless has a ton of advantages

      I have tried to introduce a lot of things and my boss essentially told me to stop because nothing will ever be implemented. Then on my review one of the questions was what new technology I have brought into my company.

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @travisdh1 said in Remote Backup of Files Site to Site from Windows to Linux:

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

      I can't. My company won't allow it. They think that MPLS = security

      Data in transit and at rest can be encrypted in S3

      You're forgetting the sort of people @wirestyle22 works for are completely irrational.

      We're a french company. France is stuck in the 90's

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      @wirestyle22 said in Remote Backup of Files Site to Site from Windows to Linux:

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

      I can't. My company won't allow it. They think that MPLS = security

      Data in transit and at rest can be encrypted in S3

      Yes

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @IRJ said in Remote Backup of Files Site to Site from Windows to Linux:

      You want to make sure you have a LANless solution for this. Why not use wasabi / s3 for this?

      I can't. My company won't allow it. They think that MPLS = security

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @stacksofplates said in Remote Backup of Files Site to Site from Windows to Linux:

      I'd opt for restic or borg. Both do versioning and dedupe reall well and are pretty quick. One is Python and one is Go if you have any compliance to follow.

      How would I achieve this Windows > Linux?

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • RE: Random Thread - Anything Goes

      thanks

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: Remote Backup of Files Site to Site from Windows to Linux

      @scottalanmiller said in Remote Backup of Files Site to Site from Windows to Linux:

      SyncThing?

      I'll check it out. Thanks

      posted in IT Discussion
      wirestyle22W
      wirestyle22
    • Remote Backup of Files Site to Site from Windows to Linux

      I'm looking for something I can use to remotely transfer files from a Windows Server to a Linux server. It's moving through a pretty slow MPLS. The plan is to ship a hard drive that is up to date overnight and then start the incremental backup process. I can't use anything that is external.

      posted in IT Discussion redhat windows 2012 r2
      wirestyle22W
      wirestyle22
    • RE: Random Thread - Anything Goes

      @scottalanmiller said in Random Thread - Anything Goes:

      @wirestyle22 said in Random Thread - Anything Goes:

      Well it happened. I have now seen a co-workers penis. We were just shipped back a laptop from a terminated employee. He did not check it for files he may have wanted to delete and he had an entire directory full of penis pictures. The filenames were tinyturle1.jpg, tinyturtle2.jpg, etc.
      

      I don't even know what to do right now. I am sitting at my desk dumbfounded. Straight up deer in headlights.

      Time for eye wash station + bleach.

      I lost the last of my childhood innocence today

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • RE: Random Thread - Anything Goes

      Well it happened. I have now seen a co-workers penis. We were just shipped back a laptop from a terminated employee. He did not check it for files he may have wanted to delete and he had an entire directory full of penis pictures. The filenames were tinyturle1.jpg, tinyturtle2.jpg, etc.

      I don't even know what to do right now. I am sitting at my desk dumbfounded. Straight up deer in headlights.

      posted in Water Closet
      wirestyle22W
      wirestyle22
    • 1 / 1