-
Posted to
IIS 7.0 - PowerShell
by
DungKHoang
on
04-16-2008, 11:03 AM
Marco
Thanks!
You can also use the Microsoft.Web.Administration .NET API with PowerShell and remotely manage Server Core too. Really cool!
/Dung
-
Posted to
IIS 7.0 - PowerShell
by
DungKHoang
on
04-16-2008, 11:01 AM
Sergei
Thanks much for the info! I'm looking forward to hearing more in the next TP!
/Dung
-
Posted to
IIS 7.0 - PowerShell
by
DungKHoang
on
04-15-2008, 9:19 PM
Hi All,
Thanks for bringing PowerShell into IIS! This is awesome and will make my job much easier!
Just a quick question:
Can I execute an IIS cmdlet against remote servers? I'd love to use those cmdlets to manage server core remotely. That would be simply perfect!
/Dung
-
Posted to
IIS7 - UI & Remote Management
by
DungKHoang
on
04-15-2008, 8:47 PM
Hi All,'
On a full server, you can install the Management Service, enable remote administration, configure the account to allow remote access to this IIS server.
What are the equivalent of remote administration on a server core box?
Thanks!
?Dung
-
Posted to
IIS7 - Configuration & Scripting
by
DungKHoang
on
01-27-2008, 12:45 PM
Colin
Thanks much!
I confirm that adding those two rules work for MWA! You rock!
The starnge thing is that MWA works right away agaisnt IIS7 installed on a full server ( without any modification for the firewall rules) while it's quite a challenge to find out rules for MWA on Server Core.
Again, thanks for looking at this ...
-
Posted to
IIS7 - Configuration & Scripting
by
DungKHoang
on
01-27-2008, 12:37 PM
Mike,
I did it on the IIS-CORE machine ( server side). After adding the registry entries and reboot the system, it still doesn't work.
Here is what I did:
Open the registry on IIS-CORE
Create a key under HKLM\Software\Microsoft\Rpc called Internet
Add the following entries: Ports Multi_SZ 3000-4000 ; PortsInternetAvailable Y ...
-
Posted to
IIS7 - Configuration & Scripting
by
DungKHoang
on
01-25-2008, 5:38 PM
Hi Mike,
That's exaclty what I did as expalined in my previous replies.
Create 2 rules to allow incoming access to port 135 on protocol TCP and UDP
netsh advfirewall firewall add rule name="COM+ Network Access (DCOM-In)" dir=in protocol=TCP localport=135
netsh advfirewall firewall add rule name="COM+ Network Access ...
-
Posted to
IIS7 - Configuration & Scripting
by
DungKHoang
on
01-25-2008, 7:58 AM
Thanks for the pointer,
I have tried to add a rule for COM Accesss on UDP/ port 135 but it still does not work
/Dung
-
Posted to
IIS7 - Configuration & Scripting
by
DungKHoang
on
01-24-2008, 5:56 PM
Hi Mike,
Here is what I observed:
On Full Server (IIS-FULL), the rule "COM+ Network Access (DCOM-In)" exists but is NOT enabled. MWA works!
On Server Core (IIS-CORE), the rule does not exist MWA does not work
Here is what I did on Server Core
Enable Remote admin on the firewall
netsh firewall set service ...
-
Posted to
IIS7 - Configuration & Scripting
by
DungKHoang
on
01-23-2008, 1:45 PM
Hi Mike,
Thanks for the tool.
I am running the PS command using the Domain Admin credential. Also I can use WMI to query WMI objects agains the remote server and can use a MMC console to remotely manage the server core box ( DNS, DHCP ...). It means that DCOM is working properly ( I'd guess so)
Running your tool ...