PowerShell
Powershell - assign source code of ASP page to a variable
probably it is a silly question, but I couldn\'t find the answer in Google so far. I need to read the HTML source code of a page[详细]
2023-04-09 07:34 分类:问答How do I check for the SQL Server Version using Powershell?
What\'s the easiest way to check for the SQL Server Edition and Version using powe开发者_运维知识库rshell?Just an option using the registry, I have found it can be quicker on some of my systems:[详细]
2023-04-09 06:35 分类:问答system() with powershell in vim
I\'m trying to write a simple function in Vim to return the results of a powershell command. I keep getting gibberish in the results though.[详细]
2023-04-09 05:39 分类:问答Controlling window position of a Powershell console
This works: (Get-Host).UI.RawUI $a = (Get-Host).UI.RawUI $a.BackgroundColor = \"white\" $a.ForegroundColor = \"black\"[详细]
2023-04-09 04:53 分类:问答PowerShellscript, bad file encoding conversation
I have a PowerShell script for the conversation of file character encoding. Get-ChildItem -Path D:/test/data -Recurse -Include *.txt |[详细]
2023-04-08 20:31 分类:问答PowerShell+MSI. How to release opened database?
I have VB Script: ..... Set oInstaller= CreateObject(\"WindowsInstall开发者_如何学Cer.Installer\")[详细]
2023-04-08 20:21 分类:问答append text to a file with powershell
I have the following powershell command that recursively loops through all .sql files in a folder ($ScriptFolder) and appends it to another sql file ($TargetFile).[详细]
2023-04-08 19:04 分类:问答powershell script to remove multiple folders
I would like a script to remove multiple folders from beneath each users douments and settings. Example folders:[详细]
2023-04-08 18:42 分类:问答Connect to exchange asyncronously using powershell
I have the following code to connect to my office 365 account using powershell: $Cred=GET-CREDENTIAL Write-Host \"Connecting...\"[详细]
2023-04-08 16:56 分类:问答powershell expand-archive cmdlet - problem with unpack split zip files
I\'m trying to unpack zip file which is in pieces (file.z01, file.z02, file.zip) I use expand-archive cmdlet from PSCX but i get an error[详细]
2023-04-08 10:46 分类:问答