Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

Powerchute Network Shutdown, shutdown script, powershell

APC UPS Data Center & Enterprise Solutions Forum

Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • APC UPS, Critical Power, Cooling and Racks
  • APC UPS Data Center & Enterprise Solutions Forum
  • Powerchute Network Shutdown, shutdown script, powershell
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
BillP
Administrator BillP Administrator
5060
voidstar_apc
Janeway voidstar_apc
196
Erasmus_apc
Sisko Erasmus_apc
112
Teken
Spock Teken
111
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to APC UPS Data Center & Enterprise Solutions Forum
Solved
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:37 PM . Last Modified: ‎2024-02-14 11:44 PM

0 Likes
5
4299
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:37 PM . Last Modified: ‎2024-02-14 11:44 PM

Powerchute Network Shutdown, shutdown script, powershell

Hello,
I try to shutdown server with a script and "Powerchute Network Shutdown".
After the tests, i remarked that it doesn't take the parameters in the scripts. For example : toto.exe param1. It launches toto.exe without param1.
Next, I want to launch a script powershell in a batch script, and it launch the notepad.exe !!
My script upsLaunch.cmd parametered in "Powerchute Network Shutdown" :
C:\ups\upsTest.cmd
The script ups.cmd :
c:\ups\Test.ps1
etc...

The assiociation of files was with notepad, but now i changed for powershell.
How can I parametered the association of files in "Powerchute Network Shutdown" ?

The cmdfile.log contains :

[Thu May 26 14:04:50 CEST 2011] -
[Thu May 26 14:04:50 CEST 2011] - C:\Program Files (x86)\APC\PowerChute\group1>C:\ups\upsTest.cmd
[Thu May 26 14:04:50 CEST 2011] -
[Thu May 26 14:04:50 CEST 2011] - C:\Program Files (x86)\APC\PowerChute\group1>C:\ups\Test.ps1

Thank you for your help.

Labels
  • Labels:
  • UPS Management Devices & PowerChute Software
  • Tags:
  • pcns
  • powerchute_network_shutdown
  • powershell
  • script
  • shutdown
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

0 Likes
0
4296
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

Oh! Look at that, I'm surprised.

I was just thinking that PowerShell might be a program on the PC itself that needs to be called, this is based on my research. I am glad that I was able to help and you made it worked.

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 5
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:37 PM . Last Modified: ‎2025-05-30 12:43 AM

0 Likes
0
4296
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:37 PM . Last Modified: ‎2025-05-30 12:43 AM

Hi Cyril,

PCNS can only run a single line command/ batch file. If you do have a batch file that has multiple lines in it, you do need to create another batch file that would call the multi-line command file. From PCNS you will then call the single line command file.

Below are APC Knowledgebase Articles that I hope could help you out.

[PowerChute for Windows NT/2000/XP is not executing a command file
[A command file is not running within PowerChute Network Shutdown]

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

0 Likes
0
4296
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

Thank you for your answer.
I added @START in my script, but it launches notepad.exe for the line with the powershell script.
I have two batch script. the first, parametered in PCNS, launches the second.
Do you have idea ?

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

0 Likes
0
4296
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

Hi Robert,

APC doesn't really support troubleshooting scripts, the knowledgebase is the only resource that we have. But, can you post a screen shot of PCNS where you've put the line that calls your first command file.

If you manually call or execute the command file using the normal procedure, does it work? Does it call the PowerShell Script? I am not sure but have you tried calling PowerShell first and then call the PowerShell script?

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

0 Likes
0
4296
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

I maked another tests. It works !!
I parametered the service PCNS with administrator account.
So, when it launches the script in powershell console and not in notepad.
I have one first script C:\ups\ups.cmd. this script is in the configuration of PCNS.
This script launches :
@START C:\ups\stop1.ps1
@START C:\ups\stop2.ps1
c:\ups\sleep 180
net stop service
shutdown /S /C "Powerloss"


Thank you for your help JonPro

------Edit
I forgot to precise that must change the execution policy for the powershell x86. The OS is Windows 2008 R2. For that, it must launch the console powershell x86 and write "Set-Executionpolicy RemoteSigned". PCNS works in x86.

Message was edited by: CyrilRobert

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

0 Likes
0
4297
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-07-08 11:38 PM . Last Modified: ‎2024-02-14 11:44 PM

Oh! Look at that, I'm surprised.

I was just thinking that PowerShell might be a program on the PC itself that needs to be called, this is based on my research. I am glad that I was able to help and you made it worked.

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of