unable to pass the parameter value from ASP page
Hi , I have powershell script below to execute from ASP page . I just want to pass the input from textbox to ps script.i just want pass the value for $param1 from ASP page . do i need to try different...
View ArticleAsp page is not running the Powershell script uisng Invoke-command (script...
please help if there is any other way i can use the Invoke-command with script block in ASP pageMy powershell script contains , Invoke-command with Script block. It is not running when it executed by...
View ArticleNeed help in automating the scan/comparison of XML files thoroughly
Good afternoon!I'm a very beginner on PS scripting and tried to apply some PS cmdlet these days. I've got a very recent project requirements to automate the XML files like 'Web.config' file comparison...
View Articlei want to create ftp server with authentication but no ssl using powershell
i create ftp server and it always goes in passive mode because of allow sslwhen i create it manually with no ssl option i have every thing working well. so how i can put no ssl as the require option in...
View ArticleIIS powershell performance
I have performance issues with powershell integration. Is following scenario known? Workaround or information on how to troubleshoot performance?The first instance I am looking at where it becomes slow...
View ArticleRe-IP All SNI Sites to new IP
For disaster recovery we have secondary IP's for the webserver. In a disaster recovery scenario, we need to change the SNI IP for about 160 sites. I have not found any method for re-binding (or...
View ArticleRELIABLE iterative search-and-update of password for service account used in...
HiHas anybody out there found an effective and reliable solution that can refresh any instance of a service account's password and confirm successful update of ALL matching physical paths, virtual...
View ArticleJEA - get-service output command
I have setup JEA and got it working fine. Now I need to tweak it for the output.I can get this to work fineGet-Service -ComputerName Server servicethis works also works fineGet-Service -ComputerName...
View ArticleAssigning SSL certificates for WMSVC via PowerShell
Hello All -I just spent a very long time studying the various documentation for scripting SSL certs for WMSVC (Web Deploy). There were some gotcha's in Windows 10 that required some details. I thought...
View ArticleASP.NET - AD Unlock-Account
Hi, I'm new user in this forum and beginner programer so asking for your understanding.I would like to create mini web application for Active Directory controller. I tried to modify the template that I...
View Articlessh session not working in powershell script executed from IIS
Hi,I encountered problem with plink or posh-ssh when used from IIS-hosted webpage.my environment: WindowsServer 2016 + IIS 10 + PHP v7.4.3 + Powershell 5I need that end-user working on his client...
View ArticlePS Script to pull Sites from IIS
I am working on a Powershell script to run against IIS servers. I am trying to return the Hostname and URL. I am running into an issue getting the URL the server is hosting. Below are two the...
View ArticleProblems to add roles and features with powershell
function Invoke-WindowsFeatureBatchDeployment { param ( [parameter(mandatory)] [string[]] $computerNames, [parameter(mandatory)] [string] $ConfigurationFilepath ) # Deploy the features on multiple...
View ArticleIIS 8.5 Web Management Service Management Service Menu
Using PowerShell, How to I retrieve (Get) all the Menu configuration settings. For Example:1) If the Enable remote connections is enable (Checked)2 ) If the 'IP Address Restrictions <Access for...
View ArticleIam New bee into powershell. need quick advice
Hi,i am very new too powershell. can anyone help me out roadmap to become expert in powershell scripting. please understand me bit comprehensively. Thanks in advance and really appreciated for help!
View ArticleI want to delete specified WebDAV Authoring Rules
I want to delete specified WebDAV Authoring Rules by user name.Concretely, if there was WebDAV Authoring Rule "Default Web Site > WebDAV > folder named by user name" , I would want to delete it...
View ArticleI want to move the user (item) selected on the IIS WebDAV authoring rule...
I want to move the user (item) selected on the IIS WebDAV authoring rule screen up.I'd like to use Set-WebConfigurationProperty, but I don't know how to move the item up.Please let me know if you know.
View ArticleFTP site setup with Powershell - Advanced Settings
Hi thereI am setting up an FTP site via PowerShell. I can get all the basics OK but I cant seem to figure out how to set the Advanced Settings..Things like - Max Connections, Control Channel TimeoutI...
View ArticleFTP - Get-WebConfiguration to retrieve details of users
Hi therI am using this command to set the users access on an FTP siteAdd-WebConfiguration "/system.ftpServer/security/authorization" -value...
View Articlestore incoming data to SQL
It has been a while since I have administered an IIS server. Im hoping someone can point me in the right direction.I have a number of powershell scripts that retrieve information from Active Directory....
View Article