powershell

  1. P

    Unable to upgrade Powershell on Debian system.

    I'm using Debian 12 on my Lenovo IdeaPad Slim 5 system, and currently I am experiencing issues in upgrading my Powershell install to the system. Using these commands: 1. apt-get update && sudo apt-get dist-upgrade 2. apt-get update && sudo apt-get upgrade or 3. The command "Install-Module -Name...
  2. W

    Why Does DNS Policy Only Work Every "Other" Time we Test on Linux Machines?

    I created a DNS policy (using the add-dnsserverqueryresolutionpolicy {Powershell cmdlet). This policy enforces an "ignore" any time a resource in subdomain/zone scope B tries to resolve the ip address of a resource located in subdomain/zone scope A. My problem is that the "ignore" only seems...
  3. T

    PowerShell script on Centos fails to run via cron

    Hello everyone I have a PowerShell script that is working absolutely fine when we run manually on centos. (Enter PWSH shell and run the script) But when I schedule cron for the vCheck script it fails and the script does not run. Can anyone please suggest what can be done to schedule the...
  4. S

    Linux Microsoft Group Managed Service Account Support

    I want to limit/ remove Active Directory service accounts created for automation between Windows and Linux Servers. Microsoft Servers that are members of a Active Directory forest are moving over to use Group Managed Service Accounts to replace the Active Directory user account/ password that...
Top