Browse by Tags

Tagged Content List
  • Wiki Page: How to Script the Export/Modify of Active Directory Objects Attributes

    Table of Contents DSQUERY Powershell Quest Powershell Script Find some specific attributes for a OU users using powershell Find users attributes (Users input from a Text file) Below example for user attributes How to reset the passwords for some specific users How to update the manager field for bulk...
  • Wiki Page: ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks

    Table of Contents CMDLET ADSI PowerShell ADSI(Active Directory Services Interface) commands 2. How to find the Group members for a Group. 3. Listing an OU Contents 4. Finding FSMO using .Net Namespace "System.DirectoryServices" 5. Finding All attributes & Properties How to get the Property...
  • Wiki Page: PowerShell Default CMDLETs on Windows 8.1

    Table of Contents How to find PowerShell Version? Available CMDLETs of Module "Microsoft.PowerShell.Management". Default installed modules Default available modules Run the script without admin rights PowerShell Version 4 is available in Windows 8.1 & Windows Server 2012 R2. ...
  • Wiki Page: WINRM Survival Guide

    WINRM is introduced in Windows Server 2003 R2. It is very similar to SysInternals “psexec“ tool. The new version WINRM is 2. WINRM is working on http. That is working with PowerShell. We can run windows command (netstat, ipconfig & etc) in a remote system through Invoke-command. WINRM 1 worked...
  • Wiki Page: Windows PowerShell Security Survival Guide

    Lots of people new to PowerShell have question about security. This article is meant to be the place to collect links on PowerShell security, esepcially remoting security. Feel free to add information and links to this article--it is the Wiki way! PowerShell’s Security Guiding Principles...
  • Wiki Page: Generate a Report for installed Hotfix for Bulk Servers using PowerShell

    Function Get -ComInfo { param( ## Computers $computers ) "#" *80 "Server HotFix Report" "Generated $(get-date)" "Generated from $(gc env:computername)" "#" *80 Get -HotFix -ComputerName $computers } ...
  • Wiki Page: PowerShell Script for Shutdown/Reboot Events Tracker

    Table of Contents Single Server Reboot Report: Multiple Servers Reboot Report: Single Server Reboot Report: 01. Get - WinEvent - FilterHashtable @{logname = 'System' ; id = 1074 } | 02. ForEach - Object { 03. 04. $rv = New - Object PSObject | Select...
  • Wiki Page: BPA using PowerShell

    BPA is a very ROBUST tool for troubleshooting. It is free and downloadable from Microsoft site. Like EXBPA (Exchange BPA) BPA is Built-in in Windows Server 2008 R2 & higher version OS . GUI is also available. You can open it from ServerManager. See this snapshot of the Dashboard. BPA...
  • Wiki Page: User Page: Biswajit

    Table of Contents 1. DNS 2. Group Policy Object 3. Domain Controller 4. PowerShell 5. ADDS & Windows 6. My Forums Treads 7. My Gallery Contributions 8. PKI See Also 1. DNS Nos. Description 1. Dns-design-dns-zones-for-per-organization-units 2. Dns-read-only...
  • Wiki Page: PowerShell Handy Commands

    These are very helpful commands for PowerShell Beginner, so keep them handy. How to find installed Modules? PS C:\> Get-Module How to find available modules? PS C:\> Get-Module -List How to import a Module? PS C:\> import-module activedirectory How to get help for...
  • Wiki Page: Troubleshooting: List Which Physical Computer Your VM is On Using PowerShell

    This information sourced from Ben Armstrong's Virtual PC Guy blog at: http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/01/07/what-physical-computer-am-i-on.aspx Applies to: Hyper-V, Virtual Server and Virtual PC. To get the name of the physical computer that you are running on, open...
  • Wiki Page: Powershell : PS Sessions to multiple Computers from Text File

    Hello to all and thanks for reading or corrections, I Wrote this script without the possibility to test with multiple platforms cause I'm at work and it is a sensitive production environment so WinRM is not enabled/allowed for management purposes (X_X) . Just use a simple text file without...
  • Wiki Page: Roll Back pentru Domain Functional Level si Forest Functional Level in Windows Server 2008 R2 (ro-RO)

    Roll Back pentru Domain Functional Level si Forest Functional Level in Windows Server 2008 R2 Pe Windows Server 2008 R2 exista posibilitatea de a restaura nivelul de functionare al domeniului (DFL) desi exista anumite limitari. Pentru versiuni anterioare ale sistemului Windows Server nu este posibila...
Page 1 of 1 (13 items)
Can't find it? Write it!