ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. wrx7m
    3. Posts
    • Profile
    • Following 2
    • Followers 3
    • Topics 140
    • Posts 3,040
    • Groups 0

    Posts

    Recent Best Controversial
    • Powershell - SFTP Upload Using Posh-SSH

      I had to convert an old ps script from old school FTP to SFTP that uploads files in a few different "local" directories and throws them in the root of our web server. After some digging, I came up with this script. Because the files are in different paths, I used a variable and separate command for each. It works just fine, but I was wondering if there is a more elegant or best practice way of doing that.

      # SFTP Upload of Inventory From CSV files to WPEngine SFTP. Requires installation of Posh-SSH 
      # Install-Module -Name Posh-SSH (https://github.com/darkoperator/Posh-SSH)
      
      # Set the credentials
      $Password = ConvertTo-SecureString 'passwordgoeshere' -AsPlainText -Force
      $Credential = New-Object System.Management.Automation.PSCredential ('usernamegoeshere', $Password)
      
      # Set local file path and SFTP path
      $FilePath1 = "D:\Data\SW\SWRUN\BA\BAUPC.CSV"
      $FilePath2 = "D:\Data\SW\SWRUN\MI\MIUPC.CSV"
      $FilePath3 = "D:\Data\SW\SWRUN\NM\NMUPC.CSV"
      $FilePath4 = "D:\Data\SW\SWRUN\SS\SSUPC.CSV"
      $SftpPath = '/'
      
      # Set the Hostname of the SFTP server
      $SftpServer = 'domain.sftp.wpengine.com'
      
      # Load the Posh-SSH module
      Import-Module Posh-SSH
      
      # Establish the SFTP connection
      $ThisSession = New-SFTPSession -ComputerName $SftpServer -Credential $Credential -AcceptKey -Port 2222
      
      # Upload the files to the SFTP path
      Set-SFTPFile -SessionId ($ThisSession).SessionId -Localfile $FilePath1 -RemotePath $SftpPath -Overwrite
      Set-SFTPFile -SessionId ($ThisSession).SessionId -Localfile $FilePath2 -RemotePath $SftpPath -Overwrite
      Set-SFTPFile -SessionId ($ThisSession).SessionId -Localfile $FilePath3 -RemotePath $SftpPath -Overwrite
      Set-SFTPFile -SessionId ($ThisSession).SessionId -Localfile $FilePath4 -RemotePath $SftpPath -Overwrite
      
      #Disconnect all SFTP Sessions
      Get-SFTPSession | % { Remove-SFTPSession -SessionId ($_.SessionId) }
      
      posted in IT Discussion powershell sftp posh-ssh
      wrx7mW
      wrx7m
    • RE: Microsoft Windows Default Permissions for Fixed and External Drives

      @black3dynamite said in Microsoft Windows Default Permissions for Fixed and External Drives:

      And I noticed that they are different on Servers and Desktops

      I had no idea they would be different.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Videowall system

      @DustinB3403 said in Videowall system:

      @wrx7m It's just a SBC with HDMI out that allows you to use software to setup your scene. It'll take a few different files (but they need to be stored locally or on an SD card) for the unit.

      It's purely a LAN based device. It can work, but you really need to understand where it's limit is.

      They have their cloud service that replaces the local software. Also, it is designed for more than just LAN. At least, since the middle of last year, when I got one.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Videowall system

      @DustinB3403 That is a bummer. My main issue is the inability to provide credentials for sites that require a login.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Videowall system

      You can consider digital signage displays and digital signage media players. I am using brightsign players on regular TVs. But they make displays specifically for what you are trying to accomplish.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Looking for some insight/input for setting up a "hot site"/fail-over environment

      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      We have Datacenter for the vmware environment

      You should be good with datacenter if you have it for every server involved in the scenario.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Looking for some insight/input for setting up a "hot site"/fail-over environment

      @dave247 BTW, thanks for the downvote lol

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Looking for some insight/input for setting up a "hot site"/fail-over environment

      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      What type of Windows licensing do you have? Replication can be affected by that.

      We have Microsoft Volume Licensing and I haven't looked into weather or not we'd have to purchase "double" or not.. I'm not sure but I thought a backup environment doesn't quite count as production.

      I would say "Hot"=Active.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Looking for some insight/input for setting up a "hot site"/fail-over environment

      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      @wrx7m said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      Dell SCv2020

      Do you really need dedicated storage instead of local storage?

      Thanks but I'm not getting into that argument.

      If your SCv2020 is EOL, now is a good time to see if you really need a replacement.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Looking for some insight/input for setting up a "hot site"/fail-over environment

      What type of Windows licensing do you have? Replication can be affected by that.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Looking for some insight/input for setting up a "hot site"/fail-over environment

      @dave247 said in Looking for some insight/input for setting up a "hot site"/fail-over environment:

      Dell SCv2020

      Do you really need dedicated storage instead of local storage?

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: ConnectWise Control - 8 Vulnerabilities Found

      @JaredBusch said in ConnectWise Control - 8 Vulnerabilities Found:

      @NashBrydges said in ConnectWise Control - 8 Vulnerabilities Found:

      https://know.bishopfox.com/advisories/connectwise-control

      Don’t know who Bishop Fox is or whether they’re reliable and accurate but thought I’d share since many of us use the ConnectWise products.

      19.3 is old

      Yeah, current is 19.6.x. That article also says that the current version is 19.3 from September 2019. So, I am guessing that the article was updated and it triggered the date change.

      posted in News
      wrx7mW
      wrx7m
    • RE: Windows 10 goes to sleep outside listed sleep times

      @Dashrender said in Windows 10 goes to sleep outside listed sleep times:

      @wrx7m said in Windows 10 goes to sleep outside listed sleep times:

      @Dashrender said in Windows 10 goes to sleep outside listed sleep times:

      @wrx7m said in Windows 10 goes to sleep outside listed sleep times:

      Trying to find the console lock display timeout settings for the GPO. Doesn't exist as far as I can tell. I guess I will just have to modify the reg and manually make the change.

      I had to make reg changes via GPO for mine.. it was pretty easy.

      Now, if I could figure out which registry setting is to set the "Console lock display off timeout" option to 0, I could just do a single step using a reg GPO.

      You could also do a logon script that runs the powercfg line

      I think I am just going to use PDQ Deploy for the powercfg command and set the command to run during the initial deployment phase. It should only need to be run once.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Windows 10 goes to sleep outside listed sleep times

      @Dashrender said in Windows 10 goes to sleep outside listed sleep times:

      @wrx7m said in Windows 10 goes to sleep outside listed sleep times:

      Trying to find the console lock display timeout settings for the GPO. Doesn't exist as far as I can tell. I guess I will just have to modify the reg and manually make the change.

      I had to make reg changes via GPO for mine.. it was pretty easy.

      Now, if I could figure out which registry setting is to set the "Console lock display off timeout" option to 0, I could just do a single step using a reg GPO.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Windows 10 goes to sleep outside listed sleep times

      @wrx7m said in Windows 10 goes to sleep outside listed sleep times:

      console lock display timeout

      Found this command to run after you modify the reg key to enable the setting-

      powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 0
      

      That will set the "Console lock display off timeout" option to 0 (never).

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Windows 10 goes to sleep outside listed sleep times

      Trying to find the console lock display timeout settings for the GPO. Doesn't exist as far as I can tell. I guess I will just have to modify the reg and manually make the change.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Windows 10 goes to sleep outside listed sleep times

      @Dashrender said in Windows 10 goes to sleep outside listed sleep times:

      @wrx7m said in Windows 10 goes to sleep outside listed sleep times:

      My problem seems to occur when the screen sleeps. So, if someone locks their system, the screen times out, then the system sleeps. The only thing that seems to work, is to disable the screen sleep, even when locked.

      I found a similar registry entry (hat tip: https://www.onmsft.com/how-to/adjust-windows-10-lock-screen-timeout)

      HKEYLOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7
      Change Attributes to 2
      

      After that, you should be able to see the "Console lock display off timeout" option in the Power Options>Advanced Settings>Display. Set it to 0 minutes.

      yeah, just like my timeout issue - you have to change a reg key to get visual access to change it in the GUI.

      yeah. Why did they do this? It is so stupid. Now, with the modern power "feature", you don't even get more than the balanced profile and they take away almost all the useful customization options.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: How to handle inbox with multiple users in Zoho or O365?

      @scottalanmiller said in How to handle inbox with multiple users in Zoho or O365?:

      @Dashrender said in How to handle inbox with multiple users in Zoho or O365?:

      @scottalanmiller said in How to handle inbox with multiple users in Zoho or O365?:

      @Dashrender said in How to handle inbox with multiple users in Zoho or O365?:

      What I don't know is, can more than one person share an alias address in Zoho?

      No, you'd need a distribution list for that. An alias can only point to one thing.

      Well the distro list would get you incoming, but not outgoing ability on that address.

      https://help.zoho.com/portal/community/topic/how-do-i-send-an-email-from-the-group-email-address-i-e-from-sales-mycompany-com

      Zoho Groups allow it.

      So does Office 365/Exchange. I now have about 10 domains where we have users with their own respective groups for domains that they need to send out from. The main issue with this is dealing with mobile devices; there isn't a way that I know if to send from a group.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Windows 10 goes to sleep outside listed sleep times

      My problem seems to occur when the screen sleeps. So, if someone locks their system, the screen times out, then the system sleeps. The only thing that seems to work, is to disable the screen sleep, even when locked.

      I found a similar registry entry (hat tip: https://www.onmsft.com/how-to/adjust-windows-10-lock-screen-timeout)

      HKEYLOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7
      Change Attributes to 2
      

      After that, you should be able to see the "Console lock display off timeout" option in the Power Options>Advanced Settings>Display. Set it to 0 minutes.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • RE: Need suggestion for local Windows backup

      @Pete-S said in Need suggestion for local Windows backup:

      Need a backup solution for one Windows workstation where backup target is local USB drive or possibly NAS.
      Cloud backup isn't an option as the internet connection is too slow.

      Suggestions on what to use?

      As others have said, +1 for Veeam.

      posted in IT Discussion
      wrx7mW
      wrx7m
    • 1
    • 2
    • 3
    • 4
    • 5
    • 151
    • 152
    • 3 / 152