Browse by Tags

Tagged Content List
  • Wiki Page: Hosting the SharePoint Server 2013 Three-Tier Test Lab with Windows Server 2012 Hyper-V

    The SharePoint Server 2013 three-tier test lab consists of five separate computers on the Corpnet subnet: DC1: The domain controller, DNS server, certification authority, and DHCP server WFE1: The front-end web server of the SharePoint Server 2013 three-tier farm APP1: The application server...
  • Wiki Page: Create SharePoint List/Library Using PowerShell

    Use CreateSharePointLibrary function to create a new SharePoint List or Library. Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $LibraryName - Mandatory - SharePoint Library Name $Discription - Mandatory - SharePoint Library Description $LibraryTemplate...
  • Wiki Page: SharePoint: Upload File in Document Library Using PowerShell

    Use UploadFileInLibrary function to upload a file in SharePoint document Library. Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $ DocLibName - Mandatory - SharePoint Library Name $ FilePath - Mandatory - File Path on hard drive , e.g. .\abc.xlsx ...
  • Wiki Page: SharePoint: Listing and Deleting SPListItemVersions Using PowerShell

    Table of Contents Introduction Download The Script Example 1: Listing the versions of all list items in the http://corporate/pages library Example 2: Delete all versions in excess of 5 (ignoring minor versions) Example 3: A more advanced example, listing the versions of all list items in the http:...
  • Wiki Page: Create Blank WebPart Page Using PowerShell

    Use CreateBlankWebpartPage function to create blank webpart page in a Non-Publishing SharePoint web . Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $WebPartPageName - Mandatory - New page name $WebPartPageLibraryName - Mandatory - Parent Library name...
  • Wiki Page: MOSS2007: How to Remove Orphaned Features Using PowerShell

    I recently had to use content deployment on some old MOSS 2007 systems. These systems are alive for a long time and a lot of solutions/features have been deployed to them. If features are not deactived before removal they stay as an orphan in the system (contentdb) and can cause issues lateron....
  • Wiki Page: FIM 2010 R2: How to Manage Group Membership from the User UI

    Table of Contents Introduction Prerequisites Create Attributes and Bindings Modify the Resource Control Display Configuration XML file Create the sets Create the workflows Create the MPR’s Modify default Sets Testing Notes and modifications Introduction As everybody knows FIM has great capabilities...
  • Wiki Page: Windows Server 2008 R2 Failover Cluster PowerShell Command Reference

    CommandLet Add-ClusterDisk Description Make a new disk available for use in a failover cluster. The disk (LUN) must be exposed to all nodes in the failover cluster, and should not be exposed to any other servers. Example 1: C:\PS>Get-ClusterAvailableDisk | Add-ClusterDisk ...
  • 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: Popular PowerShell Modules

    Table of Contents Introduction List of modules Other Languages Introduction This article includes a list of modules widely used by the Windows PowerShell community. Many of these projects are open source and located at CodePlex or Technet Script Center . For more information on modules in...
  • Wiki Page: PowerShell - Active Directory - Primeiros Comandos - (pt-BR)

    Twitter: @jordanomazzoni Site: http://jmazzoni.wordpress.com/ Canal: http://www.youtube.com/JmazzoniAJU Acompanhe o restante da série no site ou seguindo-me no twitter..!!! Grande abraço Jordano Mazzoni
  • 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: Enabling the Failover Clustering Feature on Windows Server 2008 R2 Server Core

    One of the biggest challenges when using Windows Server Core apart from the obvious ones introduced by the reduced graphical interface is to overcome those challenges displayed by its nuances. Tasks that you can perform easily from the command line on a Non-Core edition of Windows might not be possible...
  • 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: SharePoint 2010: Viewing, Sorting, and Filtering SharePoint User Profiles Using PowerShell

    A question was asked in the MSDN forums about listing out all of the user profiles that don't have the PictureURL property set. The answer supplied was a slightly modified version of a script from the blog of Matthew Yarlett , which lists out all of the user profiles without the PictureURL. This...
  • Wiki Page: Troubleshooting System Services

    Table of Contents Starting, Stopping, Disabling, and Resuming Services Configuring General Service Properties Using Command-Line Tools to Manage and Configure Services Net.exe SC.exe Windows PowerShell Setting Service Recovery Options Starting, Stopping, Disabling, and Resuming Services ...
  • 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: App-V 5.0 SP1 client with Citrix XenApp 6.5

    There is very limited information you can find on configuring the App-V 5.0 client with XenApp 6.5, most existing blogs and guides are based on App-V 4.x and these do longer apply with App-V 5.0. I decided to write this blog about how to configure App-V with XenApp 6.5 and hopefully save many a lot...
  • Wiki Page: BizTalk Server 2010: PowerShell

    Table of Contents Introduction CodePlex Using PowerShell Scripts to restore BizTalk Databases Blogs MSDN Script Center See Also Introduction Windows PowerShell is a Windows command-line shell designed especially for system administrators. It includes an interactive prompt and a scripting environment...
  • Wiki Page: Wiki: Comment insérer du code Windows PowerShell formaté sur le Wiki TechNet (fr-FR)

    Note : Cet article est une traduction de l'article Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki . Cet article est un " how to". Merci de le conserver aussi clair et simple que. Evitez également les discussions inutiles de même que les précisions...
  • 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: Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as deep dive into underlying mechanisms or related technologies. You might want to insert formatted and colored code syntax (the colorized and formatted script code is easier...
  • Wiki Page: How to Change the Owner Value for All VMs in SCVMM 2008

    Note: This article is based on VMM 2008 and might not apply to VMM 2012 (R2) Have you ever found yourself in a situation where you have a bunch of virtual machines (VMs) where the OWNER value is set to UNKNOWN and you wanted to set a value owner without having to modify them one VM at a time? If...
  • Wiki Page: Windows PowerShell ISE Add-On Tools

    Table of Contents Overview of PowerShell ISE Add-On PowerShell ISE Add-Ons Community Add-Ons PoshCode ISE Cmdlets How to Write a PowerShell ISE Add-on with PowerShell How to Write a PowerShell ISE Add-on with Visual Studio WPF / XAML (C#) See Also This page provides links to additional PowerShell...
Page 2 of 23 (556 items) 12345»
Can't find it? Write it!