No announcements
Found 533317 threads
-
0 Votes
Powershell in IIS
For IIS specific questions you should post here: http://forums.iis.net/ ¯\_(ツ)_/¯Answered | 1 Replies | 1150 Views | Created by widan3 - Monday, December 15, 2014 11:32 AM | Last reply by jrv - Monday, December 15, 2014 3:49 PM -
0 Votes
Powershell script signing for IIS
// Execute the PowerShell script $query = shell_exec("powershell ...Answered | 15 Replies | 2648 Views | Created by MSGHALEB - Tuesday, November 19, 2013 9:06 AM | Last reply by DexterPOSH - Monday, November 25, 2013 9:39 AM -
2 Votes
IIS 7 + Powershell
Web Server (IIS) Administration Cmdlets in Windows PowerShellAnswered | 4 Replies | 4378 Views | Created by Eduardo Spaki - Wednesday, August 31, 2011 11:52 AM | Last reply by jrich - Wednesday, August 31, 2011 12:47 PM -
0 Votes
Read IIS Logs using Powershell
Hi TNS01, I wrote a blog about using Logparser (with PowerShell) to query IIS logs.Answered | 5 Replies | 2585 Views | Created by TNS01 - Monday, June 30, 2014 9:10 PM | Last reply by Matthew Yarlett - Tuesday, July 1, 2014 11:29 AM -
1 Votes
Change maxconnection setting in IIS with Powershell
Hi, You could get more information about Powershell commandlets for IIS 7.0 from the articles below: Writing PowerShell Commandlets ...Answered | 3 Replies | 9576 Views | Created by Umansson - Monday, November 23, 2009 7:13 AM | Last reply by Mervyn Zhang - Tuesday, November 24, 2009 3:24 AM -
0 Votes
Powershell snapin for IIS issue
Hi Scott, you have to run 64-bit PowerShell, looks like you are running 32-bit.Answered | 6 Replies | 1435 Views | Created by scott_m - Friday, November 6, 2015 1:54 AM | Last reply by asharma5 - Friday, November 6, 2015 10:18 AM -
0 Votes
Generating IIS Machine Keys with PowerShell
Both the IIS GUI and the PowerShell script meet this minimum bar.Answered | 6 Replies | 3435 Views | Created by tpabobby - Saturday, August 20, 2016 3:50 AM | Last reply by Hello_2018 - Thursday, September 15, 2016 1:42 AM -
0 Votes
Powershell SQL query
Just to add to the above: Microsoft® Windows PowerShell Extensions for SQL Server® 2008 R2 The Microsoft Windows PowerShell Extensions for SQL ...Answered | 6 Replies | 6620 Views | Created by Shonilchii - Sunday, February 12, 2012 5:29 PM | Last reply by Jesper Arnecke - Monday, February 13, 2012 12:59 PM -
0 Votes
Compressing and moving IIS logs with powershell
Hi MQA, In addition, to compress the folder, please download this module: PSCX Module, and import this module on server by the cmdlet ...Answered | 11 Replies | 1231 Views | Created by MQA1 - Wednesday, November 12, 2014 4:47 PM | Last reply by AnnaWY - Monday, December 1, 2014 8:16 AM -
2 Votes
Automate IIS installation with powershell script
Basically I just need to install and configure a set of required components of IIS and webdav for SCCM site servers in the SCCM hierarchy.Answered | 7 Replies | 17031 Views | Created by Darklord12 - Tuesday, November 1, 2011 10:06 PM | Last reply by Mike_C123456789 - Thursday, November 21, 2013 7:14 PM -
2 Votes
Running SQL Query with Powershell
Invoke-Sqlcmd does not display messages, such as the output of PRINT statements, unless you specify the Windows PowerShell -Verbose common parameter.Answered | 4 Replies | 7614 Views | Created by Remco Hooijer - Monday, August 27, 2012 10:14 AM | Last reply by SoheilBakhshi - Monday, August 27, 2012 12:50 PM -
0 Votes
Powershell To make changes to the application host . config IIS
See: http://www.iis.net/learn/get-started/getting-started-with-iis/getting-started-with-appcmdexe If you know how to use PowerShell ...Answered | 4 Replies | 3211 Views | Created by Aaroon1995 - Monday, October 19, 2015 4:32 PM | Last reply by jrv - Tuesday, October 20, 2015 2:31 PM -
1 Votes
IIS and powershell issues in exchange 2016
Please open IIS manager, ensure OWA, ECP, PowerShell and other virtual directories place in Default web side and Exchange backend site, also check the default ...Answered | 3 Replies | 2790 Views | Created by Eduard Tiggers - Saturday, September 3, 2016 6:24 PM | Last reply by Allen_WangJF - Saturday, September 17, 2016 1:15 PM -
0 Votes
Powershell, Sql server query
You may start learning powershell cmdlet Invoke-Sqlcmd here.Answered | 1 Replies | 2115 Views | Created by Vijay Patel - Wednesday, July 6, 2016 2:26 AM | Last reply by Ramasankar Molleti - Wednesday, July 6, 2016 2:32 AM -
0 Votes
Powershell queries
4 . in powershell ISE ctrl+backspace works, but the more command doesn't There has to be way to fix this 5. custom keyboard shortcuts to call functions ...Answered | 8 Replies | 3559 Views | Created by kutchbhi - Saturday, July 9, 2011 9:24 PM | Last reply by daniel.s.potter - Monday, July 11, 2011 4:35 PM -
0 Votes
Query Incidents from Powershell
I am using Get-SCSMIncident -ID $ID | Format-list * to query particular incidents in powershell.Answered | 2 Replies | 1361 Views | Created by Misha Rudiy - Thursday, November 14, 2013 6:33 PM | Last reply by Misha Rudiy - Monday, November 25, 2013 11:02 PM -
0 Votes
Exchange 2010 powershell query
Where can I find a list of field names that I can query against.Answered | 2 Replies | 4972 Views | Created by Nachtmsk - Thursday, January 3, 2013 2:30 PM | Last reply by Nachtmsk - Thursday, January 3, 2013 3:44 PM -
1 Votes
Change Feature permission on IIS Virtual Directory with Powershell
The WebAdministration cmdlets (IIS Powershell module) is basically just changing the XML in web.config.Answered | 1 Replies | 3339 Views | Created by shift838 - Monday, October 20, 2014 6:37 PM | Last reply by Daniel Grenemark - Monday, October 20, 2014 7:12 PM -
0 Votes
SQL update query in powershell
Hi, I am trying to update my SQL table using an update query in powershell from an excel sheet.Answered | 2 Replies | 737 Views | Created by dev_2345 - Tuesday, May 12, 2015 8:35 AM | Last reply by Jingyang Li - Tuesday, May 12, 2015 1:19 PM -
4 Votes
Powershell query
Also, you keep using the most inefficient queries possible.Answered | 20 Replies | 14064 Views | Created by Ganesh1707 - Saturday, June 30, 2012 1:32 PM | Last reply by jrv - Friday, July 6, 2012 11:53 AM - Items 1 to 20 of 533317 Next ›
No announcements