@DustinB3403 lol
 
Posts
- 
RE: Alternative to Screenconnect (and Mesh Central)posted in IT DiscussionI know in a pinch you can use AnyDesk, it works well. Check DWS Service 
- 
RE: What Are You Doing Right Nowposted in Water Closet@gjacobse I created this 
 https://github.com/dbeato/scripts/blob/master/Windows/Maintenance/Delete-Old-User-Profiles.ps1You can change the URL to be your own URL of the ADProfileCleanup.exe from the link referenced above. 
- 
RE: What Are You Doing Right Nowposted in Water ClosetWorking on a script to delete old profiles in Windows based on this tool 
 https://rsn.home.blog/2023/02/09/ad-profile-cleanup/
- 
RE: What Are You Doing Right Nowposted in Water ClosetI am back at posting and working on various upgrade projects. 
- 
RE: Cloudflare DYNDNS updates now easy.posted in IT DiscussionFor Windows I have used this PowerShell 
- 
RE: What Are You Doing Right Nowposted in Water Closet@jt1001001 said in What Are You Doing Right Now: ost hope everyone has a great holiday seaon. So far so good, just taking a few days off. 
- 
RE: What Are You Doing Right Nowposted in Water ClosetHad to fix UNMS on multiple deployments because the latest Docker update breaks it lol https://www.reddit.com/r/Ubiquiti/comments/1hc3hff/docker_update_broke_unms/ 
- 
RE: Anyone hosting your own S3 bucket?posted in IT Discussion@travisdh1 Are you using a Scale Cluster or just a straight made up cluster of your own? 
- 
RE: Anyone hosting your own S3 bucket?posted in IT Discussion@travisdh1 I haven't done so, It would be interesting to review that option. 
- 
Ubuntu 20.04 to 22.04 Breaks OpenLDAPposted in IT DiscussionThis article was very helpful when OpenLDAP Severs from Ubuntu 20.04 were upgraded to 22.04 and LDAP Broke. https://discourse.ubuntu.com/t/service-migrating-from-openldap-2-4-x-to-2-5-x/23807 
- 
XCP-NG PV to HVM of Ubuntu 20.04 to 22.04 VMposted in IT DiscussionI had an issue with upgrading some VMs from Ubuntu 20.04 to 22.04 in XCP-NG. Upon Upgrade the VMs would shutdown and not reboot to Linux. Changing the Boot Properties from PV Boot to HVM did not fix the issue. However reinstalling GRUB on the servers did fix the issue. It looked like this but it was not. https://xcp-ng.org/forum/topic/7474/cant-boot-ubuntu-22-04-lts-after-release-update/12 - Boot VM to Ubuntu Server 22.04 Install Disk
- Enter Terminal
- Mount the Disk on the VM
 sudo mount /dev/xvda1 /mnt
- Upgrade GRUB on the VM
 sudo grub-install --boot-directory=/mnt/boot /dev/xvda
- Reboot
 SOURCE: https://help.ubuntu.com/community/Grub2/Installing#via_the_LiveCD_terminal 
- 
RE: RingCentral/AT&T Office at Hand Outageposted in IT Discussion@travisdh1 Thank you! Sounds good. 
- 
RE: What Are You Doing Right Nowposted in Water Closet@Obsolesce Keep your pain medication on target. 
- 
RE: Proxmox: iOS or Android toolsposted in IT Discussion@IThomeboy80 Thanks, I have only used Scale Clusters which is the close I have tried so yeah. 
- 
RE: Proxmox: iOS or Android toolsposted in IT Discussion@dbeato Like as in a Web Interface? would that work? 
- 
RE: Proxmox: iOS or Android toolsposted in IT Discussion@gjacobse Does Promox have an Admin interface?