Skip to content
Wednesday, September 27, 2023

Tech Notes Desk

Active Directory, PowerShell, How To, Windows, Linux, RaspberryPi, Docker,Troubleshooting and more …
Tech Notes Desk
Active Directory, PowerShell, How To, Windows, Linux, RaspberryPi, Docker,Troubleshooting and more …
  • Home
  • DISCLOSURE
  • DISCLAIMER
  • TERM OF USE
  • PRIVACY POLICY

Tag: PowerShell

AntiMalware Status
Active Directory How-To PowerShell

Get a list of users in certain Department from Active Directory with PowerShell

CloudWarrior June 27, 2023 No Comments Active Directorycommand lineHow-ToPowerShellServer 2012Windows Server 2016

Here is quick PowerShell snippet to get information on how many user we have in Department and then pull the list from Active Directory to…

View More Get a list of users in certain Department from Active Directory with PowerShell
AntiMalware Status
Command Line How-To PowerShell Tools Troubleshooting

Compress files or folders with PowerShell

CloudWarrior June 7, 2022 No Comments command lineHow ToPowerShellWindows 10Windows 11Windows Sever

The Compress-Archive cmdlet creates a compressed, or zipped, archive file from one or more specified files or directories. An archive packages multiple files, with optional compression,…

View More Compress files or folders with PowerShell
AntiMalware Status
Active Directory Command Line How-To PowerShell

Get report on recent password changes in AD

CloudWarrior January 20, 2022 No Comments Active Directorycommand linePowerShellScriptingTroubleshootingWindows Server 2016

Here is a quick scrip to pull report on recent password changes for users in Active Directory: 123Import-Module ActiveDirectory $DateCutOff = (Get-Date).AddDays(-5) Get-ADUser -Filter *…

View More Get report on recent password changes in AD
AntiMalware Status
Active Directory Command Line How-To PowerShell Tools Windows Server

Add SMTP-ProxyAddress to users in AD with PowerShell

CloudWarrior September 21, 2021 No Comments Active Directorycommand lineManage AttributesPowerShellWindows server

Here is a quick way to add new SMTP/ProxyAddress for the users in Active Directory with use of PowerShell. Create a csv file with two…

View More Add SMTP-ProxyAddress to users in AD with PowerShell
AntiMalware Status
Command Line How-To PowerShell Windows Windows Server

PowerShell – AD Group management

CloudWarrior September 2, 2021 No Comments Active Directorycommand linePowerShellScriptingWindows server

Here are few quick one liners such as add user to 2 AD groups at same time: 12"Managers","SalesRep" | Add-ADGroupMember -Members ` (Read-Host -Prompt "Enter…

View More PowerShell – AD Group management
AntiMalware Status
Active Directory How-To PowerShell Windows Server

Export users SamAccountName from Email address csv file

CloudWarrior July 12, 2021 No Comments ActiveDirectoryPowerShellScriptingWindows server

Quick PowerShell script to accomplish a task to get a list of users by SamAccountName from provided csv file with email addresses. The csv file…

View More Export users SamAccountName from Email address csv file
AntiMalware Status
Command Line PowerShell Troubleshooting Windows Windows Server

Check status of Microsoft AntiMalware

CloudWarrior January 31, 2021 No Comments AntiMalwareDefenderPowerShellWindows 10

Here is a quick snippet to show current status of Microsoft Antimalware on your Windows 10 computer. 12345Clear-Host Write-Host Write-Host "CURRENT STATUS " -Foregroundcolor yellow…

View More Check status of Microsoft AntiMalware
AntiMalware Status
Command Line PowerShell Windows

PowerShell to view BIOS version on Dell computer

CloudWarrior September 29, 2020 No Comments Bioscommand linePowerShellScriptingWindowsWindows 10

Here are few commands that you can use to view info about BIOS on DELL computers: List manufacture and version of BIOS 1Get-WmiObject -Class Win32_BIOS…

View More PowerShell to view BIOS version on Dell computer
AntiMalware Status
Active Directory How-To PowerShell

Copy Group Members from One group to Another

CloudWarrior April 5, 2020 No Comments Active DirectoryHow-ToPowerShell

Simple PowerShell script to move members of one group to be also members of new group that you have just created. I am using this…

View More Copy Group Members from One group to Another
AntiMalware Status
Command Line PowerShell Windows Server

Check if user is member of the group

CloudWarrior February 16, 2020 No Comments Active DirectoryPowerShellScriptingWindows serverWindows Server 2012 R2Windows Server 2016

Here is another quick PowerShell script to check if user is a member of given group. 1234567891011121314151617181920Clear-Host if (Get-Module -ListAvailable -Name ActiveDirectory) { Import-Module ActiveDirectory…

View More Check if user is member of the group

Posts navigation

Page 1 Page 2 … Page 6 Next page


Active Directory Apple AWS Browser CentOS Chromebook cloud command line Debian Docker eBook eBooks Fedora Free Tools Google Apps Google Chromebook Great Plains How-To How To Linux Mac MS Office MS Outlook Outlook 2010 PowerShell Raspberry Pi Red Hat SBS2008 Scripting Security Server 2008 Server 2012 Small Business Server 2008 Tools Troubleshooting Ubuntu Windows Windows 7 Windows 8 Windows 8.1 Windows 10 Windows server Windows Server 2012 R2 Windows Server 2016 Windows XP


Secure and Private Phone

Unstoppable Domains for Crypto



.



Tech Notes Desk | Designed by: Theme Freesia | WordPress | © Copyright All right reserved