The trust relationship between this workstation and the primary domain failed
https://theitbros.com/fix-trust-relationship-failed-without-domain-rejoining/
https://theitbros.com/fix-trust-relationship-failed-without-domain-rejoining/
Navigate to iDRAC Settings > Network/Security > SSL Click Next to Generate Certificate Signing Request (CSR). Fill in the fields with the hostname, Org name, ect… Click Generate once done. After a few moments, it the browser will download a txt file. Open the text fiel and copy the text including the —–BEGIN CERTIFICATE REQUEST—– … Read more
Step 1: Get the Fix IDRAC .jnlp file from the Chrome webstore This makes sense of the JNLP files that you’ll download to start the virtual console https://chrome.google.com/webstore/detail/fix-idrac-jnlp-file/elhgcjjhibcbkocpdklcmlhomhcbfonp?hl=en-US Step 2: Get Java on your machine Pull down and install the latest Java Step 3: Setup Java security Add the IP address of the remote server … Read more
Configuring SNMP Agent Parameters in ESXi Specify the monitoring server IP address (SNMP target), port (by default, 161 UDP) and SNMP community name (usually, public): esxcli system snmp set –targets=192.168.99.99@161/public Or you can set the community name as follows: esxcli system snmp set –communities YOUR_COMMUNITY_STRING Additionally, you can specify the location: esxcli system snmp set –syslocation … Read more
All credit for this script belongs to Maddog1929 for the original code. https://github.com/Maddog1929/Powershell-IPMI-script/blob/master/Fan%20control%20script%20v2.ps1
Enable manual/static fan speed: raw 0x30 0x30 0x01 0x00 Set fan speed: (Use i.e http://www.hexadecimaldictionary.com/hexadecimal/0x14/ to calculate speed from decimal to hex) 3000 RPM: raw 0x30 0x30 0x02 0xff 0x10 2160 RPM: raw 0x30 0x30 0x02 0xff 0x0a 1800 RPM: raw 0x30 0x30 0x02 0xff 0x05 1560 RPM: raw 0x30 0x30 0x02 0xff 0x09 Note: The RPM may differ from model … Read more
How to make Sludge Lung resister correctly. Pop a Radaway to lower your disease resistance by 50% then go into Belching Betty Mine without a mask to get Sludge Lung. Immediately Server Hop. **apparently there is an internal timer that keeps you from getting another disease within a certain amount of time, so hopping servers resets … Read more
This method involves setting up a lab-like environment. Microsoft will allow device manufacturers to disable the TPM requirement on their version of Windows 11 – you’ll be doing the same here: Download the Windows 10 Update Assistant like you would on any device. Restart and try to install it. If your PC doesn’t meet the … Read more
This can occur if the local machine [::] is not added to the list of allowed listeners. Run the below to correct. winrm qc should not return the error. winrm enumerate winrm/config/listener should also return data.
The immutable flag can be manually removed by a sudo user Note you will have to remove the immutable (i) flag from both the files and the folder. There may also be a hidden .veeam.lock.0 file which also needs to be removed. rm file.name rm -d dirname