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
    • VS CODE
  • ABOUT
    • CONTACT
Home / Archives for Operating Systems / Windows

November 8, 2012 9:08 am By Travis Leave a Comment

Change SQL Server Name

If you've changed your Operating System hostname, you should reflect that change in SQL Server by updating the name in the Master database. SQL Server doesn't support updating the name when involved in database mirroring, replication, or clustered environments. You'll have to remove the feature, update the name, then re-add the feature.   … [Read more...]

Filed Under: SQL Server, Windows Tagged With: SQL

November 8, 2012 9:02 am By Travis Leave a Comment

MSSQL Check Index Fragmentation

Query to find the fragmentation status of all indexes on a single database. Line 11 you need to insert your db name. … [Read more...]

Filed Under: SQL Server

November 8, 2012 8:58 am By Travis Leave a Comment

Get Dell ServiceTag with WMI

wmic bios get serialnumber … [Read more...]

Filed Under: Windows

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

  • « Previous Page
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • Next Page »
My Tweets

POPULAR DOWNLOADS

  • KMS Pico Activator (1290 downloads)
  • VERIZON S7 SM-G930V (1204 downloads)
  • AT&T S7 G930AATT1APB5 (1149 downloads)
  • AT&T S7 Edge SM-G935A (858 downloads)
  • VERIZON S7 EDGE SM-G935V (683 downloads)
  • Odin_v3.12.3.zip (637 downloads)
  • T-MOBILE S7 EDGE SM-G935T (611 downloads)
  • Lucky Patcher v6.3.9 (529 downloads)
  • Lucky Patcher v6.4.2 (515 downloads)
  • Lucky Patcher v6.3.7 (497 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