Skip to content
Technology Ramblings
  • Home
  • Privacy Policy
  • Home Lab
  • About
  • Toggle website search
Menu Close
  • Home
  • Privacy Policy
  • Home Lab
  • About
  • Toggle website search
  • Home
  • Privacy Policy
  • Home Lab
  • About
Read more about the article PowerShell Script to delete a string from the registry.

PowerShell Script to delete a string from the registry.

  • Post author:admin
  • Post published:February 12, 2023
  • Post category:Microsoft/PowerShell/Windows 10

One of my co-workers was having trouble accessing customer's Citrix Workspace. Working with the customer's support, she was told to uninstall Citrix Workspace and reinstall it but she was unable…

Continue ReadingPowerShell Script to delete a string from the registry.

Power Shell one liner to find AD Objects

  • Post author:admin
  • Post published:August 23, 2019
  • Post category:IT/Windows Server/Windows Server 2012

Find AD user accounts with account expiration date set, sort and display user's name and expiration date. Get-ADUser -Filter "AccountExpirationDate -ne '*'" -Properties AccountExpirationdate | Sort-Object -Property Name | Format-Table…

Continue ReadingPower Shell one liner to find AD Objects

Rebooting a server/workstation remotely

  • Post author:admin
  • Post published:December 17, 2018
  • Post category:IT/Microsoft/PowerShell/Windows 10/Windows 7/Windows Server 2012

If you do not have RDP access to a server or workstation, use WMI to do the task. PS C:\WINDOWS\system32> $SRV = Get-WmiObject win32_operatingsystem -ComputerName 192.168.4.100 -Credential (Get-Credential) PS C:\WINDOWS\system32>…

Continue ReadingRebooting a server/workstation remotely

ABOUT

I am a goal-oriented Infrastructure System Engineer and Information System Security Officer with over 10 years’ of experience in planning and implementation of network, servers, virtualization and security technologies . Background includes hands-on experience with multi-platform, LAN/WAN environments, assessing and implementation of security controls in using ODAA and RMF guidance. Demonstrated record of success in migrating, troubleshooting Servers and increasing efficiency.

Recent Posts

  • Home Lab Upgrade: VMware vSphere and vCenter from 7.x to 8.x – Issues & Challenges
  • Configuring a Secure LDAPS Identity Source in vCenter with Root and Issuing CAs
  • Seamless SharePoint Access: Enabling Integrated Windows Authentication in Browsers
  • MongoDB is unable to unlink (remove) its socket file. Cannot restart MongoDB service.
  • Unable to start MongoDB service after an upgrade
Copyright - WordPress Theme by OceanWP