-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
05-10-2009, 9:30 AM
The get-website cmdlet returns all web sites even if the -name parameter is specified
The example given in the help file also produces a list of al web sites
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
05-10-2009, 9:13 AM
Have you checked if the convertto-html cmdlet works on this.
there is no equivalent of the <--#include file src=””>
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
05-10-2009, 9:11 AM
No copying the type and format files and loading them, even as a prepend has not solved the problem. I still need to pipe into format-table to get the data. If I don't error message is as before
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
02-23-2009, 8:39 AM
I am using the RC download on Windows 2008 RTM
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
02-07-2009, 11:37 AM
if I use get-website on an IIS machine everythign works fine. If I want to use the remoting capability in PowerShell v2 I get an error. I have PS v2 CTP 3 installed on client and IIS machine.
PS> Invoke-Command -Session $rsweb1 -ScriptBlock { Get-WebSite ...
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
07-08-2008, 11:46 AM
I have been looking at the Get-WebSiteState, Get-AppPoolState, Get-WebItemState cmdlets
This type of cmdlet in other providers returns a list of the sites or application pools ands their state bydefault. Get-WebSiteState, Get-AppPoolState just return a simple Started or Stopped. For general use it be more informative if all ...
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
07-08-2008, 8:29 AM
I can see the logiv in that. Would it be possible to add a parameter to new-AppPool so that when it was created you could specify the application or site that was going to use it.
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
07-08-2008, 3:26 AM
Thank you for the reply. I was hoping that it could be done directly via cmdlet. I think from the user experience that it would make more sense
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
07-07-2008, 2:50 PM
I can't see a way to link an application pool to an application. is there a cmdlet to do this?
-
Posted to
IIS 7.0 - PowerShell
by
rsiddaw
on
07-07-2008, 2:38 PM
I also get the same error using new-appPool
PS> New-AppPool -Name 'pool1'
Name State ...