PowerShell
How to dynamically filter out XML nodes using PowerShell?
I would really appreciate any help you may have, regarding the following problem: I\'m processing large amounts of XML data using PowerShell.[详细]
2023-04-06 11:52 分类:问答Text array to email body
I have a backup log file from robocopy and would like to take last lines from that file and send it as email body.[详细]
2023-04-06 11:40 分类:问答How to find PowerShell Static Classes and Methods?
开发者_运维知识库How can I find what Static Classes and Methods there is available in PowerShell 2.0?You can use any .NET types and their static methods from PowerShell. To enumerate all that are curr[详细]
2023-04-06 10:08 分类:问答Powershell - Find the user who invoked the script
I have a script(Let\'s call it myPSScript.ps1) which takes two parameters and performs predefined steps. Script is located in a Windows Server box which people login and execute the script. Supports t[详细]
2023-04-06 07:40 分类:问答PowerShell - Decode System.Security.SecureString to readable password
I want to decode the password from a System.Security.SecureString to a readable password. $password = convertto-securestring \"TestPassword\" -asplaintext -force[详细]
2023-04-06 07:32 分类:问答Email Subject showing Encoding
I am using send-mail message to send email to our Support System. But when it send email it shows the subject line like this screen![详细]
2023-04-06 06:28 分类:问答Can a script update the Identity tab fields of Application Pool properties in IIS 6.0+
I am a developer and I have arrived at a solution to a webservice authentication problem that involved ensuring Kerberos was maintained because of multiple network hops. In short:[详细]
2023-04-06 06:13 分类:问答So what is special about Powershell PSC1 files?
On my PowerShell shortcut I have the following: C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\powershe开发者_开发技巧ll.exe -psc \"C:\\Program Files (x86)\\VMware\\Infrastructure\\vSphere PowerCLI\[详细]
2023-04-06 05:55 分类:问答Can I set the PowerShell execution policy using a script?
I would not be surprised if this is not possible, but I need to set the execution policy (on the 32 bit PowerShell environment) on several build servers - it would be much quicker if I could script th[详细]
2023-04-06 05:36 分类:问答Exchange 2010 Powershell + C#: how to do WHERE query
I\'m using the exchange powershell in C# like this: public PowershellResult GetSendAsPermissions(string TargetIdentity)[详细]
2023-04-06 05:30 分类:问答