Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

272 total results found

List VMWare Console Users

VMWare CLI - One Liners

get-vievent (get-vm "SERVERNAME") | where-object {$_.FullFormattedMessage -eq "event.VmRemoteConsoleConnectedEvent.fullFormat"} | select-object CreatedTime,UserName  

How to Rename an Active Directory Domain Name

Active Directory - Walkthroughs Rename Domain

In this short article, we will show you how to properly change an Active Directory domain name from test.com to resource.loc. In fact, it is not the best idea to rename an Active Directory domain. In large and complex AD infrastructure, it is better to migrate...

Step by Step How to Rename Domain Name in Windows Server 2016

Active Directory - Walkthroughs Rename Domain

You can use the domain rename process to change the names of your domains, and you can also use it to change the structure of the domain trees in your forest. This process involves updating the Domain Name System (DNS) and trust infrastructures as well as Grou...

Change IP Address on Domain Controller

Active Directory - Walkthroughs

In this post, I will demonstrate how to change the IP address on a domain controller. Before you change the IP address it is very important to run through a checklist. Any changes to a domain controller can disrupt services and impact business operations. S...

Changing default OU for new USERS and COMPUTERS

Active Directory - Walkthroughs

By default, users are created in “Users”, and Computers in “Computers” OU, but these are the default folders, and one may want to defferentiate between them, in ex. when using Azure AD Hybrid and Autopilot or Intune, when new computers are domain joined, you w...

Domain Controller Could Not Be Contacted

Active Directory - Walkthroughs Troubleshooting

Error Description When I try to join a new Windows workstation or server to an Active Directory (AD) domain, I sometimes encounter the following error: “An Active Directory Domain Controller (AD DC) for the domain ‘domainname’ could not be contacted.” This e...

Using The Active Directory Migration Tool: A Comprehensive Guide

Active Directory - Walkthroughs

By Lavanya Rathnam / April 27, 2018Migration has become an integral part of IT operations today. As an admin, you may have to move resources from one project to another, migrate objects as a part of a corporate strategy, and more. All this means you’re constan...

Delete Email From All Mailboxes In Office 365

Microsoft 365 - Walkthroughs Email Management

It is no secret that mail hygiene solutions are not 100% effective. Malicious messages still make their way through without being detected from time to time. In those times, you need to know how to find and delete email from all mailboxes in Office 365. If yo...

Download Email Report From Compliance Portal

Microsoft 365 - Walkthroughs Reports

Instead of exporting the full set of search results from a Content search in the Microsoft Purview compliance portal (or from a search that's associated with a Microsoft Purview eDiscovery (Standard) case), you can export the same reports that are generated wh...

Forward Emails to Solar Winds Service Desk

Microsoft 365 - Walkthroughs Configuration

Create the new shared mailbox within the Admin console. Within ServiceDesk, create the category that will be used for categorization of tickets. Categories Once the category is created, click the pencil icon to edit it and ...

Tutorial on setting up unlimited transcodes for Nvidia GPUs

Plex - Walkthroughs Configuration

Due to an unclear original post and per the request of another user, here are some instructions on how to get unlimited transodes out of your Nvidia GPU for use in Plex. Download one of the supported Nvidia drivers from here, install. Download the Win_1337...

Integrate a Sharepoint Site into Teams as a Homepage

Sharepoint - Walkthroughs

If you wish to better aggregate and disseminate information within an organization, it is best to integrate as much as possible into existing systems. Microsoft Teams made a strong advance over the past year and is today a starting place for users. Every da...

5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing

Storage - Walkthroughs

It is no secret that I am a pretty big fan of excellent Linux Software RAID. Creating, assembling and rebuilding small array is fine. But, things started to get nasty when you try to rebuild or re-sync large size array. You may get frustrated when you see it i...

Synology Discord Webhooks

Storage - Walkthroughs Synology

Add the discord server and webhook, using Http Method "POST" HTTP Request content header --> Content-Type = "application/json" HTTP Request body --> set parameter="content" and value="-" Parameter Type --> set "Content-Type" = "Other" and "content" = "Mes...

Synology Vendor Lock Hack

Storage - Walkthroughs Synology

Edit the file: /etc.defaults/synoinfo.conf Then find the option support_disk_compatibility and change it from yes to no. support_disk_compatibility="no" Then reboot. Original Article

Checking ASHIFT On Existing Pools

Storage - Walkthroughs TrueNAS

So I have an existing pool that was created several years ago on an old build of FreeNAS, and I wanted to check and see if the ashift was set correctly for 4K, meaning I want an ashift=12 (2^12=4096). What does a quick Google tell me to do? [root@server] ~# z...

Migrating the iocage Dataset to Another Pool

Storage - Walkthroughs TrueNAS

First, you migrate your pools like this : iocage stop ALL zfs unmount -f tank/iocage zfs snapshot -r tank/iocage@migration zfs send -R tank/iocage@migration | zfs receive -v dozer/iocage iocage clean -a zfs destroy -f tank/iocage iocage activate dozer ...

Querying ZFS Storage Pool Status

Storage - Walkthroughs TrueNAS

The zpool list command provides several ways to request information regarding pool status. The information available generally falls into three categories: basic usage information, I/O statistics, and health status. All three types of storage pool information ...