I dont think Win10 has ssh server, just client. If you have Server2016 it will have ssh server available.

Posts
-
RE: SSH SCP - Need Pointers for "server" on Windows
-
RE: What Are You Watching Now
@gjacobse Watched it last night actually. Still dont get what the catastrophe was, i suppose that is the point(aliens? was that a flock of micro drones the chars see at the rez?) Was it supposed to be Mother Nature getting revenge with lava and super thunderstorms?
Seeing Seattle in ruins was weird as i live here. That view from I5 overlooking the city just past Boeing Field, seen it thousands of times. -
RE: What Are You Doing Right Now
Sweltering here. Seattle has the lowest % of A/C units installed in homes in US, at <25%. Usually doesnt matter, but itll be in 90s all this week.
I gave mine to my mom last year and it is getting hot now. -
RE: People claim select-string is like grep...
@black3dynamite Oh i suppose that means the result of Get-SMBServerConfiguration is not string but a list of objects.
-
People claim select-string is like grep...
Yet it cant look through output of a cmdlet like
Get-SmbServerConfiguration
Seems ok so far
Get-SmbServerConfiguration | select-string "Auto*"
Clearly these should be returning something.However it does work for things like netstat
I could take Get-SmbServerConfiguration output to a text file then parse it, but why cant PS just read this? -
RE: Lots of Nextcloud issues
This is likely due to people doing things with files shared among many people, when the NC sync is still happening(blue whirly thing) rather than green checkmark.
-
RE: What Are You Doing Right Now
@nerdydad application-aware processing for Exchange/SQL./whatever else it is aware of?? If i remember you have to do some change on your Exchange/sql db properties to get this working, but it has been years since i used Veeam.
-
RE: What Are You Doing Right Now
Wondering why adding a few square feet of plastic and some wheels to an air conditioner raises the price 300 dollars.
-
RE: What Are You Doing Right Now
@stacksofplates
Yes here is a table of support dates/cutoffs
-
RE: What Are You Doing Right Now
Oracle charging money for Java SE going forward.
https://www.java.com/en/download/release_notice.jsp -
RE: Kid's GPS watch
@RojoLoco Except worse since this is real. But yes, Worse Parent of All Time may go to parent in Arkangel episode.
-
RE: Where is this?
Dunno, never been there. The hole in that huge cliff face is awesome.
-
RE: Cisco Security Vulnerability Thread.
Literally just reading about this one.
9.8 out of 10
"fifth undocumented password (aka backdoor) that Cisco has removed from its software in the past 5 months."
'Undocumented except by the fbi and nsa' I think is what they meant. -
RE: How to Purge All OWA Rules from Office 365
This would work on prem exchange. Probably works with a tweak for o365.
Get-mailbox | get-inboxrule | remove-inboxrule