RDS - Removing Invalid Collection from RD Web Access
On my RDS Broker server, i have created two collection named "Production_Collection" & "Dev_Collection". These collections are published on RD Web access.
Issue - When I open up RD Web access, I am seeing these two collections along with one more collection named "RDS-Farm" & this extra collection is the issue.
Reason - Few days back, i created a Collection named "RDS-Farm" on the same broker & later on deleted it. The reason why i was still able to see "RDS-Farm" was because although it was deleted under Remote Desktop Service on Broker, but an entry for deleted collection is still present in Registry on Broker server.
Fix -
1. Navigate to below path. You will see all the collection under "PublishedFarms".
2. Delete "RDS-Farm" Key.
3. Once done, logout from RD Web access, login back & now only valid existing collection would be visible.
Patch Installation via Command Line
Two Step Process
1. Expand "*.MSU" file & extract all the files within it.
2. Using "*.CAB" file against DISM command for installation.
Steps
1. I have a .Net Patch on my desktop. To start with the installation, I will first navigate to my patch location using CD command. ( In this example, it's under desktop )
Windows Admin Center - Part 2 || Configuring WAC, Adding & Managing Servers
1. Login to Windows Admin Center --> Click Add --> Select Servers
Output
Managing Servers using Windows Admin Center
Note - This would directly connect us to MMS2 using an account from which you are currently logged in to Windows Admin Center.
Incase we need to login using different credentials, we can select the server --> Click Manage as & Enter different set of user ID & password to connect.
Once connected, we can explorer different services / utilities / features, WAC provides.
Windows Admin Center - Part 1 Download & Installation
Windows Admin Center - It’s a web based tool using which we can do Remote Management of Workstations/ Servers.
Downloading from Eval Center
Link - https://www.microsoft.com/en-us/evalcenter
Installation
Run the Setup file --> Accept default values --> Windows Admin Center by default uses port 443.
If required we can use any other port from Empheral ports list range but make sure, we have Inbound allowed rule for that port.
Checkout my article on Ports in Windows "https://practicaladmin.blogspot.com/2023/01/logical-ports-in-windows.html"
Verifying if 443 is opened or not.
I have used Port query to check, but it can also be cross check either using Telnet or netstat command.
Listening means port is open.
Accessing Windows Admin Center Console
From any browser, type https://servernamefqdn:portusedforwindowsadmincenter, in mycase it would be https://mms1.mari.com:443
MMS1 - Server hosting Windows Admin Center
Mari.com - Domain Name
443 - Port used in Windows Admin center.
.Net 3.5 Installation Error. Source File not found
While installing .Net 3.5 from Server manager we might end up with below error -
1. Mount Current Operating System ISO on the VM.
2. Navigate to sxs folder under Sources\sxs. Once done, copy the path.
Logical Ports in Windows
1. Ports are logical connections which help in identifying which service or program on a server would be used.
Finish..
Reliability Monitor
It assigns a number/rating called "Stability Index" that shows server reliability.
Practical Usage -
Click Windows Icon --> Search with something like "Reliability" --> Click on View Reliability history
We will see something like below. Simply click on the date & view information.
Ex- On 28th Dec 2022, we can easily see there is a critical alert which states windows was not properly shutdown & along with that an informational event which states an application named "putty " was removed from the system.