In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
By default, Windows server 2008R2's script execution permission is RemoteSigned, locally created scripts can be run, and downloads from the network must have a digital signature before they can be executed. In the course of actual use, users may encounter the phenomenon that the script cannot be executed. Here is a little discussion on the execution authority of the script, you can test it, welcome to leave a message for discussion.
Get the script execution permission policy for the current session:
PS D:\ powershell_study > Get-ExecutionPolicyRemoteSigned
Powershell has four script run permission policies, which can be viewed by the command man Set-ExecutionPolicy.
PS D:\ powershell_study > man Set-ExecutionPolicyNAME Set-ExecutionPolicySYNOPSIS Changes the user preference for the Windows PowerShell execution policy.SYNTAX Set-ExecutionPolicy [- ExecutionPolicy] {Unrestricted | RemoteSigned | AllSigned | Restricted | Default | Undefined} [[- Scope] {Process | CurrentUser | LocalMachine | UserPolicy | MachinePolicy}] [- Confirm] [- Force] [- WhatIf] [].
Unrestricated means unlimited, AllSigned means all scripts need digital signature verification, and Restricted means no script execution.
How to set the permissions for running the script:
PS C:\ > Set-ExecutionPolicy-ExecutionPolicy RemoteSigned
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.