| Home | My Account | Directories |
Windows 8: Install and configure ADCS
Published on 2012-01-26 05:36:10
We will describe in this post how to install ADCS on Windows 8 Developer Preview, and how to configure your PKI with Powershell. Firstly we will install the ADCS role with Server Manager: Select “Role-based installation or Feature-based installation” and click next. We now need to select the server on which you will install the [...]
Windows 8: Manage Active Directory replication topology with powershell
Published on 2012-01-11 04:54:58
I finally managed to free some time to install my first Windows 8 Developer Preview domain controllers in a test lab (thanks Vmdude). In this ldap389.local domain I installed two RWDCs named ldap389-pdce and ldap389-dc2, each one located in their own AD site. For the DC’s promotion you can read this two part post (here [...]
Powershell: Export firewall rules on your TMG servers
Published on 2012-01-04 10:44:10
In order to manage TMG with powershell you need to use the FPC.root COM object. For more details you can read this article. The purpose of this script is to export for each TMG server the Firewall Policies in XML format: In order to perform a connection on each TMG server we invoke the ConnectToConfigurationStorageServer [...]