@Grey said in What Are You Watching Now:
@scottalanmiller said in What Are You Watching Now:
Murder She Wrote
Why?
Excellent question
@Grey said in What Are You Watching Now:
@scottalanmiller said in What Are You Watching Now:
Murder She Wrote
Why?
Excellent question
This is going to be a great weekend. I just finished 3 big projects today.
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.
@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
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
@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
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
Closing on the house tomorrow. Got my ubiquiti equipment ready
@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
@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.
@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
@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
@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
@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?
@scottalanmiller said in Remote Backup of Files Site to Site from Windows to Linux:
SyncThing?
I'll check it out. Thanks
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.
@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
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.