- Learn cloud concepts such as High Availability, Scalability, Elasticity, Agility, Fault Tolerance, and Disaster Recovery
- Understand the benefits of cloud computing in Azure and how it can save you time and money
- Compare and contrast basic strategies for transitioning to the Azure cloud
- Explore the breadth of services available in Azure including compute, network, storage and security
Author: Bob Lin
How to Review installed updates in WSUS Reports
To check the status of an update in WSUS, you can use the Reports feature. Here is how.
- In the navigation pane of the WSUS Administration Console, click Reports.
2. On the Reports page, click the Update Status Summary report.
3. Select the criteria that you want to use, and then click Run Report.
4. You will see the Updates Report pane.
5. You can save or print this report by clicking the applicable icon on the toolbar.
6. After you test the updates, you can approve the updates for installation on the applicable computer groups in your organization.
How to configure QoS for ShoreTel/Mitel phone on Cisco Switch
- Find the port by using this command:
show mac-address-table address “Mar address”
2. Run qos command:
Cisco Command to setup auto qos for VOIP is “auto qos voip trust”.
3. Check the configuration:
Show running-configuration int fa0/12
4. Save the configuration:
Wr mem.
How to check WSUS Synchronization status
- With WSUS open, navigate to Update Services>Server name>Synchronization.
- Double Click the New Updates you want to install.
How to push WSUS to install Windows Updates
- With WSUS open, navigate to Update Services>Server name>Synchronization.
- Double Click the New Updates you want to install.
3. Click on one of updates.
4. In Updates Report, click Install under Approval Summary for. By the default Deadline is none. You can change the Deadline and setup installation time and date.
5. Click OK. The Approve will be progressed.
How to deactivate a Windows 2012 R2 RDS licensing server and remove RDS CALs
1. Open the RD Licensing Manager by going to Server manager>Tools>RD Licensing Manager.
2. Select the Server name, right-click it and then choose Properties.
3a. Select Connection method.
3b. Right-click the server name again, go to Advanced, then choose Deactivate Server.
3c. Run through the wizard.
4. So next up I launched the Services console (Start -> Run, type services.msc and click OK). Go down to Remote Desktop Licensing, right-click it and choose “Stop” to stop the service. Also change the Startup Type to Disable.
5. Navigate to C:\Windows\System32\lserver and look for the “TLSLic.edb” file. Delete this file. (I would make a backup just in case you wanted it back for some reason).
How to Configure Microsoft Office 365 ATP policies
- Login Office 365 with admin account.
- Navigate to Admin center> Security & Compliance Center > Threat management.
3. You will have some options to configure Threat management features such as anti-phishing policy, spam policy and quarantine.
What’s Microsoft Office 365 APT
Office 365 Advanced Threat Protection (ATP) is a safeguard which helps your organization against malicious threats posed by email messages, links (URLs) and collaboration tools. Office 365 ATP includes these features:
Threat protection policies: Define threat-protection policies to set the appropriate level of protection for your organization.
Reports: View real-time reports to monitor ATP performance in your organization.
Threat investigation and response capabilities: Use leading-edge tools to investigate, understand, simulate, and prevent threats.
Automated investigation and response capabilities: Save time and effort investigating and mitigating threats.
How to configure Label printer on in DVMAX
To Configure in DVMAX:
- With DVMAX open, click the File menu, choose Setup Label Printers.
- Check the box “This station prints labels”
- Also mark “Share the label printer with other stations” if you want other computers to print labels to this printer.
- Click the Setup tab. The label printer type drop down should be set to “Driver based Printing”.
- The Port should say “Dymo Turbo” (or similar)
- Name the printer according to the location of the printer. ex. “Pharmacy2”.
- Print a test label.
- From other workstations, go to the File Menu>Setup Label Printers, and click the button “Update List”. This will ensure other stations can print to this label printer. It should be asterisked to print to the label printer you named in step 6.
How to create FTP Site in Windows 2012 R2
- Install the FTP server role under the IIS server role by running Add Roles and Features.
2. After installing FTP server role, open IIS Manager, and navigate to the local server>Site.
3. Right click Site and select Add FTP Site.
4. Enter FTP site name, and Physical path in Site information. Click Next.
5. In Binding and SSL Settings, enter IP address, port, and check No SSL.
6. In Authentication and Authorization Information, check Basic in Authentication, select the users, check Read and Write Permissions.