Windows 10: Run PowerShell script and get service status for systems - Commvault, ADFS, DC

Discus and support Run PowerShell script and get service status for systems - Commvault, ADFS, DC in Windows 10 Gaming to solve the problem; What would be the best method to run Get-Service PowerShell script without non-admin account... Discussion in 'Windows 10 Gaming' started by Rohit Bankoti, May 15, 2023.

  1. Run PowerShell script and get service status for systems - Commvault, ADFS, DC


    What would be the best method to run Get-Service PowerShell script without non-admin account

    :)
     
    Rohit Bankoti, May 15, 2023
    #1
  2. Studynxx Win User

    Powershell / Batch scripts do NOT run!

    Please help me. I have written some powershell and batch scripts, yet when I run those files, they don't run. At most the powershell script just does step #1 but not all the other steps (lines of code / instructions). The batch script .bat file doesn't do anything. Both just pop up for like 2 seconds and then they disappear, Task Manager says nothing's being done.
     
    Studynxx, May 15, 2023
    #2
  3. vecon Win User
    Recommendation: Load balancer for ADFS environment?

    We want to put in ADFS for our current network to support about 30K authenticated users, currently to start off just for sharepoint application, but potentially will support other application/ users as well.

    Looking for recommendation on whether we should go with virtual or hardware based Load Balancer, and
    which vendor of LB that people tend to adopt for their ADFS and WAP servers? Imagine we'll need to get the LB that can support Layer 7

    Here is how we are currently spec'ed out so far:

    • 2 WAP servers (Win2016) sit behind a LB and all on DMZ
    • 2 ADFS servers (Win2016) sit behind another LB and all on Internal network
    • DC server is on Internal network as well

    ----

    Can anyone explain how the traffic/federation process goes (step by step) when user access the website from the internet (please include how request is being passed/redirect between webserver, WAP, ADFS, and DC servers)

    Thanks!
     
    vecon, May 15, 2023
    #3
  4. Run PowerShell script and get service status for systems - Commvault, ADFS, DC

    ADFS and renew Service-Communication certificat

    My Problem is to renew the Service Communication Cert

    I use adfs 3.0

    language german

    I already did that:

    1. install the new cert under my computer with privat key and set full rights for the serviceaccount of adfs
    2. execute Set-AdfsCertificate -CertificateType "Service-Communications" -Thumbprint
      1. I get the Error:
      et-AdfsCertificate : PS0022: Es wurde kein Zertifikat für den Verweis mit StoreName "My", StoreLocation "LocalMachine", FindType

      "FindByThumbprint" und FindValue
    3. i reboot the System --> no success
    4. i refer the thumbprint --> is correct
    5. the cert is also on the correct store

    any ideas?
     
    MarcelPalme, May 15, 2023
    #4
Thema:

Run PowerShell script and get service status for systems - Commvault, ADFS, DC

Loading...
  1. Run PowerShell script and get service status for systems - Commvault, ADFS, DC - Similar Threads - Run PowerShell script

  2. Cannot get PowerShell script to run

    in Windows 10 Gaming
    Cannot get PowerShell script to run: Hi,No matter what I try I cannot get permission to run a .ps1 file. I always get this error:& : File C:\Program Files\putty\pagentpass.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at...
  3. Cannot get PowerShell script to run

    in Windows 10 Software and Apps
    Cannot get PowerShell script to run: Hi,No matter what I try I cannot get permission to run a .ps1 file. I always get this error:& : File C:\Program Files\putty\pagentpass.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at...
  4. Problem getting a powershell script to run in Task Scheduler

    in Windows 10 Software and Apps
    Problem getting a powershell script to run in Task Scheduler: Hello. I am trying to get a PowerShell script to run once every half hour in the Task Scheduler utility. The platform is Windows Server 2019 Standard Edition. I configured the script to run on a schedule starting at 12:00 AM every day, and repeat every 30 minutes...
  5. Run desktop script in PowerShell

    in Windows 10 Network and Sharing
    Run desktop script in PowerShell: I have a script on my desktop that I need to run in PowerShell; how do I do that? https://answers.microsoft.com/en-us/windows/forum/all/run-desktop-script-in-powershell/666a7726-8cbd-42c7-ac2c-419229432252
  6. Run desktop script in PowerShell

    in Windows 10 Gaming
    Run desktop script in PowerShell: I have a script on my desktop that I need to run in PowerShell; how do I do that? https://answers.microsoft.com/en-us/windows/forum/all/run-desktop-script-in-powershell/666a7726-8cbd-42c7-ac2c-419229432252
  7. Run desktop script in PowerShell

    in Windows 10 Software and Apps
    Run desktop script in PowerShell: I have a script on my desktop that I need to run in PowerShell; how do I do that? https://answers.microsoft.com/en-us/windows/forum/all/run-desktop-script-in-powershell/666a7726-8cbd-42c7-ac2c-419229432252
  8. Run PowerShell script and get service status for systems - Commvault, ADFS, DC

    in Windows 10 Software and Apps
    Run PowerShell script and get service status for systems - Commvault, ADFS, DC: What would be the best method to run Get-Service PowerShell script without non-admin account https://answers.microsoft.com/en-us/windows/forum/all/run-powershell-script-and-get-service-status-for/23e8ac0b-b118-4035-a140-649830856505
  9. Run PowerShell Script As An Administrator

    in Windows 10 Support
    Run PowerShell Script As An Administrator: Hi. So I've been searching online on a way to do this yet I cannot find a way to do it. _______________________________________ I need this in specific: I want to double click a PowerShell script file (which will run as an administrator) from Windows Explorer that has...
  10. PowerShell Scripting - Run a Script from Shortcut

    in Windows 10 Tutorials
    PowerShell Scripting - Run a Script from Shortcut: How to: PowerShell Scripting - Run a Script from Shortcut [img] Information One of many PowerShell security features is that you can't run a script simply by double clicking it's icon on desktop or in a folder. Doing so will by default open script in Notepad for editing...