Adam Cushing Blog
Adam Cushing's Blog. Information interesting to Adam Cushing
Wednesday, August 17, 2022
Create Self Signed Cert Powershell
›
$Params = @{ "DnsName" = @("quail-vm1.nytis.com") "CertStoreLocation" = "Cert:\LocalMa...
Friday, June 17, 2022
Setting up LDAPs on AD Server
›
1. Install CA, configure as root CA. 2. On your CA Server launch the Certification Authority Management Console > Certificate Templates ...
Monday, April 18, 2022
OneNote won't start, won't sync, not in system tray, not working.
›
Navigate to the following registry key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\OneDrive Check if any of the "Disabled...
Tuesday, April 12, 2022
Azure AD connect (Sync) force sync
›
Import-Module ADSync Get-ADSyncScheduler Replicate your DCs first- repadmin /syncall /AdeP Delta Sync- Start-ADSyncSyncCycle -PolicyType Del...
Saturday, January 1, 2022
Exchange Down on 1/1/2022!
›
So here's a nice surprise, apparently, exchange is reporting an error Can't Convert "2201010001" to long this morning....
Tuesday, December 28, 2021
Aruba 5400R Dual Management Card Redundancy Configuration / Firmware Update
›
redundancy management-module nonstop-switching show redundancy redundancy rapid-switchover 60 redundancy swtchover show redundancy detail F...
Monday, October 25, 2021
How to copy all UPNs (usernames) to email address field in AD.
›
Check users email fields- get-aduser -Filter * -Properties mail | select name,mail | Out-GridView Command to copy- Get-ADUser -LDAPFilter ...
‹
›
Home
View web version