Adam Cushing Blog
Adam Cushing's Blog. Information interesting to Adam Cushing
Wednesday, June 28, 2023
Azure AD Connect Incorrect Version of TLS
›
On the Azure AD server, launch the Windows PowerShell ISE as administrator. Paste this PowerShell script and run the script. Running the b...
Wednesday, April 5, 2023
How to create a "Mail User" that is synced from Active Directory (ADSync) (Mail Enabled Object) in Office 365
›
Creating Mail-Enabled Objects- Filter: objectClass = user & objectClass = contact Mandatory Attributes: mailNickname: This attribute is ...
Friday, March 31, 2023
How to determine which server is hosting Azure AD Connect (Sync) - The easy way
›
In ‘Active Directory Users and Computers’ > Search for MSOL > This should display the GSMA (Group Managed Service Account) that is us...
Thursday, January 5, 2023
SYSVOL and NETLOGON Shares Missing on New DC
›
If you need to FORCE sysvol and netlogon to be shared for a down domain controller, you can add this registry key. You should figure out wh...
Wednesday, September 21, 2022
Exchange 2016 Hybrid Wizard Fails to validate Domains.
›
You are running the Exchange Hybrid Configuration Wizard (HCW) and it gets stuck at validating domains. You try- Set-FederatedOrganization...
Wednesday, September 14, 2022
VMware vReplication replication changes are HUGE even though changes are minimal on server.
›
This issue is caused by a GuestOS sent unmap command. To disable Unmap in the Guest OS- fsutil behavior set DisableDeleteNotify 1 To re-enab...
Wednesday, August 17, 2022
Create Self Signed Cert Powershell
›
$Params = @{ "DnsName" = @("quail-vm1.nytis.com") "CertStoreLocation" = "Cert:\LocalMa...
‹
›
Home
View web version