sysinfo i/o

We're off to see the wizard

  • ~
  • WINTEL
    • ACTIVE DIRECTORY
    • CITRIX
    • COMMANDS
    • EXCHANGE
    • IIS
    • POWERSHELL
    • MSSQL SERVER
  • LINUX
    • APACHE
    • BASH
    • NGINX
    • MONITORING
    • UTILITIES
  • SCRIPTS
    • BASH – GNU/Linux
    • BASH – BSD
    • BATCH
    • POWERSHELL
    • SQL
    • VBSCRIPT
  • DOWNLOADS
  • TIPS
  • NETWORKING
    • SSL
    • DNS
    • VPN
  • LINKS
    • COUCH POTATO
    • GITHUB
    • IPCONFIG.IO
    • PRISM-BREAK
    • PRIVATEBIN
    • UPTIME STATUS
    • TOOLBOX
    • TRAVISFLIX
  • ABOUT
    • CONTACT

November 8, 2012 7:40 am By Travis 1 Comment

Export Active Active Directory Users into CSV

That's not a typo. Export only active Active Directory users (not disabled) into a csv file with csvde, the following should suite your needs: # Collect Internal users for your audit purposes csvde -d "OU=Users,OU=Internal,DC=DomainName,DC=Suffix" -r "(&(objectCategory=person)(!UserAccountControl=66050)(!UserAccountControl=514))" -l SAMAccountName,name,description,UserAccountControl,logonHours -f "InternalUsers.csv" You can easily put this into task scheduler for automated reporting at … [Read more...]

Filed Under: Active Directory, Windows Tagged With: csvde

November 8, 2012 7:28 am By Travis Leave a Comment

Get the SID of an Active Directory User

Can't remember why I needed to, but if you need to get the SID of an Active Directory user account you can run either of these powershell scripts: $name = “username” (New-Object System.Security.Principal.NTAccount($name)).Translate([System.Security.Principal.SecurityIdentifier]).value or $objUser = New-Object System.Security.Principal.NTAccount("fabrikam", "kenmyer") $strSID = $objUser.Translate([System.Security.Principal.SecurityIdentifier]) $strSID.Value … [Read more...]

Filed Under: Active Directory, Powershell, Windows Tagged With: SID

November 8, 2012 7:24 am By Travis Leave a Comment

List IIS Application Pool PID

Determine which application pool's worker process (w3wp.exe) is hogging your CPU resources. The command below can be run in a command prompt to list IIS Application Pool PID's. To view process ID's in task manager navigate to View | Select Columns | PID. I've needed to do this several times when a single worker process was consuming too much cpu resources and needed to be killed. Stopping the application pool did not help. %windir%/system32/inetsrv/appcmd list wp … [Read more...]

Filed Under: IIS, Windows Tagged With: appcmd

November 8, 2012 5:53 am By Travis 2 Comments

Exchange Server SSL Certificate Authority Change

Exchange Server SSL Certificate Authority Change

An industry wide change is coming to SSL certificates, which will affect Exchange Server and anything else using intranet names. On October 1, 2016 Certificate Authorities must mandatorily revoke all unexpired certificates with subject alternative names corresponding to internal names. The recommended way of securing Exchange Server with an SSL certificate is coming to an end. In the past, a UCC (SAN) certificate was purchased with a common name pointing to the public DNS address, and subject … [Read more...]

Filed Under: Exchange, SSL, Windows Tagged With: Exchange Server, SAN Certificate, SSL

  • « Previous Page
  • 1
  • …
  • 16
  • 17
  • 18
My Tweets

POPULAR DOWNLOADS

  • KMS Pico Activator (1277 downloads)
  • VERIZON S7 SM-G930V (1190 downloads)
  • AT&T S7 G930AATT1APB5 (1140 downloads)
  • AT&T S7 Edge SM-G935A (853 downloads)
  • VERIZON S7 EDGE SM-G935V (677 downloads)
  • Odin_v3.12.3.zip (632 downloads)
  • T-MOBILE S7 EDGE SM-G935T (606 downloads)
  • Lucky Patcher v6.3.9 (525 downloads)
  • Lucky Patcher v6.4.2 (513 downloads)
  • Lucky Patcher v6.3.7 (495 downloads)

POPULAR POSTS

  • Samsung Galaxy S9 G960/G965 Stock ROM Firmware Download
    Samsung Galaxy S9 G960/G965 Stock ROM Firmware Download
  • Force Delete Windows Server DHCP Failover Relationship
    Force Delete Windows Server DHCP Failover Relationship
  • Android Connect to Microsoft SSTP VPN Free
    Android Connect to Microsoft SSTP VPN Free
  • How to Remove OneDrive from Quick Access
    How to Remove OneDrive from Quick Access
  • Official Samsung Galaxy S7 USA Stock ROM Firmware Download
    Official Samsung Galaxy S7 USA Stock ROM Firmware Download
  • Activate Windows and Office with KMSpico
    Activate Windows and Office with KMSpico
  • Nginx no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking
    Nginx no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking
  • PowerShell Scripts
    PowerShell Scripts
  • Bittorrent IP Blocklists
    Bittorrent IP Blocklists
  • Purge Nginx WordPress Cache with fastcgi_cache_purge
    Purge Nginx WordPress Cache with fastcgi_cache_purge

Made with