Quick Silent Installation of System Center Operations Manager 2012 I’ve found quick installation guide for this topic (here) but due to some problems in GUI installation I’ve had experience installing it via silent install. Here is the quickest way of installation of System Center Operations Manager 2012 for this configuration: Management Server: - Windows...
Installing and Configuring PowerShell Web Access on Windows Server 8 Beta Here are the steps for Installing and Configuring PowerShell Web Access for Test Environment on Windows Server 8 Beta # Install PSWA Windows Feature Install-WindowsFeature –Name WindowsPowerShellWebAccess -IncludeManagementTools -Restart # Import PowerShellWebAccess Module Import-Module...
CmdLet from Module in PowerShell 3.0 In Windows PowerShell 3.0, there is no need to import cmdlet module into the Windows PowerShell session before running cmdlets that are part of the module. A module is automatically imported the first time you run a cmdlet that is part of the...
Windows Management Framework 3.0 – Beta I’ve just downloaded and installed on my Windows 7 workstation Windows Management Framework 3.0 – Beta. Before this I had Windows Management Framework 3.0 – CTP2 and there were some cool new features already. If you have installed Windows Management Framework 3.0 Community Technology...

« Previous Entries