Do they use Auto-Mapped mailboxes? Had this issue with a number of staff here directly after migration from 2010 to 2016Fix:$mailboxes = Get-MailboxPermission -Identity * -User <username> | […]
Author: paris
How to add a new Remote Desktop Session Host server to an existing Site Collection Server Pool
Add the new Server Computer Account to the Same AD groups as the existing ServersOn your Terminal server Gateway Server , Add the new Session Host server […]
Citrix HDX Optimization – Teams Audio/Video failing to work on Session disconnect/reconnect
There are a couple of key active known issue about HDX Optimization failing in certain situations, the above included, as of May 2020.https://support.citrix.com/article/CTX253754In Windows Server (any version, […]
How to track down super users for Vmware License Keys
Recently taken on a new environment and needed to check support for existing keys and move them to an account we controlThe below you can enter the […]
How to report on current Azure MFA registrations in your organisation
Login to Azure Active Directory. Locate Usage & insights , under MonitoringSelect “Users registerd for Multi-Factor Authentication” Can also be done in powershell : https://dirteam.com/sander/2020/05/14/todo-optimize-the-azure-multi-factor-authentication-methods-used-throughout-your-organization/https://www.cyberdrain.com/monitoring-with-powershell-monitoring-the-used-mfa-type-for-o365-azure/
Reporting on Event ID ( logon ) 4624 and 7001 with Powershell
Find users who have physically logged into a machine 7001 Find users who have authenticated with different login types
MS Teams + Citrix + Devices not passing through = why?
FYI – https://support.citrix.com/article/CTX253754User called to say Audio/Video devices were failing to pass through to MS Teams. Under Settings > Devices listed “None” across the board:Checked the local […]
How to pull image from Docker Hub and Upload to azure
Run LocallyTest and Download App#Downloads the Docker File from Dock Hubdock pull %dockerusername%/%dockername%:latest #Runs the Docker File on port 80 if the container is active on port 3000 […]
Chrome – Utility: Network Service Copying data to 52.85.43.0/24
A SIEM Alert noticed lots of traffic transferring from a computer to IP’s in this range 52.85.43.0/24 ( amazon cloudfront) Tracing down the app on the computer using […]
Citrix NetScaler with NPS Extension for Azure MFA
Install a new NPS Server ( cannot be existing as MFA will take over existing requests such as Wifi! ) Installed Azure AD NPS Plugin and Enroll in […]