Skip to content
  • How to start learning Linux
  • Labtech Implementation Stuff
  • Clogged
  • Active Directory DNS Troubleshooting
  • Some Roulette  Strat from Reddit
  • Mystery steel processing and testing
  • Croissants and Rose Lychee Cream
  • Mac and Cheese
  • DFS Replication: Requirements and Configuration
  • Services.msc not opening in Windows 11/10
  • Microsoft AD LDAP (2008): Importing Your Certificate .pfx File into the AD DS Personal Store
  • Powershell How to get all groups that a user is a member of?
  • Home Energy Saving Tips
  • Changing NTFS Security Permissions using PowerShell
  • VALORANT’S 128-TICK SERVERS

Merserver

Its a website

  • Uncategorized
  • IT
  • Unreal Engine
  • GameDev
  • Interesting Stuff
  • Food
  • Web Design
  • Kubernetes
  • Music
  • Linux
  • Toggle search form

Author: samadmin

They’re Made out of Meat

Someone did a radio play of this… “They’re made out of meat.”   “Meat?” “Meat. They’re made out of meat.”   “Meat?” “There’s no doubt about it. We picked several from different parts of the planet, took them aboard our recon vessels, probed them all the way through. They’re completely meat.”   “That’s impossible. What about the radio signals? The…

Read More “They’re Made out of Meat” »

Interesting Stuff

MDT & WDS setup for OS deployment

In this guide, I am going to outline the basics when setting up a WDS server. I am also going to outline the basics when configuring and deploying an image across the network. Prerequisites: – A server running Windows Server 2003 onwards (I am using 2016 standard) – Sufficient space for the OS and applications…

Read More “MDT & WDS setup for OS deployment” »

IT

16 Ways to Bypass the PowerShell Execution Policy

When I tested it on one computer it worked fine, but on another it failed as the running of PowerShell is restricted. To avoid this error the PowerShell script can be saved to a file with a ps1 extension and then executed using the following (replace the highlighted section with your filename): powershell -executionpolicy bypass -File…

Read More “16 Ways to Bypass the PowerShell Execution Policy” »

IT

Windows – Create a user profile without logging in as the user

1. Open a command prompt 2. Type the following command (replacing <domain> and <username> with your information):         runas /env /profile /user:<domain>\<username> cmd.exe 3. Press enter to issue the command 4. The user’s profile will be created by the OS as a template from the Default User profile.

IT

How to Automate PowerShell Scripts with Task Scheduler

Microsoft Windows Task Scheduler can help you automatically launch a program or PowerShell script at a certain time or when certain conditions are met. You can also schedule sending emails and even displaying certain messages. In this blog, we will show you how to run a PowerShell script from Task Scheduler that will alert on any software…

Read More “How to Automate PowerShell Scripts with Task Scheduler” »

IT

A sauce

Food

Use PowerShell to download a file with HTTP, HTTPS, and FTP

In PowerShell, you can download a file via HTTP, HTTPS, and FTP with the Invoke-WebRequest cmdlet Download with SMB ^ If you are working in a hybrid IT environment, you often need to download or upload files from or to the cloud in your PowerShell scripts. If you only use Windows servers that communicate through the…

Read More “Use PowerShell to download a file with HTTP, HTTPS, and FTP” »

IT

Powershell Start-Process Reference and Documentation

Starts one or more processes on the local computer. Syntax PowerShellCopy PowerShellCopy Description The Start-Process cmdlet starts one or more processes on the local computer. By default, Start-Process creates a new process that inherits all the environment variables that are defined in the current process. To specify the program that runs in the process, enter an executable file or…

Read More “Powershell Start-Process Reference and Documentation” »

IT

Cisco IOS Showing DHCP Status

Problem You want to display the status of the DHCP server functions on the router. Solution To display the IP address bindings and their associated leases, use the following command: Router1#show ip dhcp binding The following command displays any IP address conflicts that the router has detected in the DHCP address pool: Router1#show ip dhcp…

Read More “Cisco IOS Showing DHCP Status” »

IT

How to start learning Linux

This is what I tell people to do, who ask me “how do I learn to be a Linux sysadmin?”. 1) Set up a KVM hypervisor.2) Inside of that KVM hypervisor, install a Spacewalk server. Use CentOS 6 as the distro for all work below. (For bonus points, set up errata importation on the CentOS…

Read More “How to start learning Linux” »

IT

Posts pagination

Previous 1 2 3 4 … 10 Next

Copyright © 2025 Merserver.

Powered by PressBook Masonry Dark