One of the issues that I have come up against just recently is users not being able to delete or “Forget” a wireless network in order to change settings or Passkeys. This issue branches from the fact that “Manage Wireless Networks” menu has been remove with Windows 8. However you
Read moreAGIX is a Linux & Cybersecurity services business. But we do plenty of Windows Server work too. Browse our articles on this page to find out more.
Query Active Directory From the Command Line
Have you ever noticed how even on a fast computer the active directory users and computers console can take ages to load especially if you just want to check if a user is a memeber of a group or some other quick stats. Well below you will find the way
Read moreFind network link speed with powershell
This is a simple command that will allow you to check the link speed of your Windows boxes using powershell, just replace localhost with the name of the machine you want. Get-WmiObject -ComputerName ‘localhost’ -Class Win32_NetworkAdapter | `Where-Object { $_.Speed -ne $null -and $_.MACAddress -ne $null } | `Format-Table -Property
Read moreSimple Windows Backup Using Robocopy
This is a simple backup script for Windows Servers, this script can use network shares or local paths however for this example we have used local paths. In this example the data that we want to backup is on A:AGIX and the directory that we want to store it on
Read moreWindows Deployment Services Server
Until I get the chance to write up a new entry this will be my first entry into the Windows tutorials, this is from my old blog and was actually two entries but should be pretty helpful. I have found no matter which company that you work for, there is
Read more