Home
Archive
About
  • Powercli script to start/stop Local/Remote Tech Support Mode

    Mar 16, 2012 PowerShell

    After the installation of the latest vSphere 4.1 patches all our hosts showed a warning regarding the Tech Support Modes being enabled. I took the time to write a script to start/stop theses services on the hosts in the vCenter server. Image not found Web path: …

    Read More
  • Start/Stop Tech Support Mode on vSphere hosts

    May 29, 2011 PowerShell Scripting

    After the installation of the latest vSphere 4.1 patches all hosts displayed a warning about Local & Remote Tech Support Mode being enabled. As I didn’t file like manually stopping the services on every host I took the time to write a script which can start/stop Local and Remote Tech Support mode on all hosts …

    Read More
  • AD Recycle Bin

    Sep 24, 2009 Active Directory PowerShell

    I just came across a post by Jonathan Meddover at simple-talk.com about the new Active Directory recycle bin in Windows Server 2008 R2. It’s definitely worth the read.

    Read More
  • Adding permissions on printers using powershell

    Sep 20, 2009 PowerShell Scripting

    I needed to add a group of users to the ACL of all our printers. As we currently have about 100 printers; I looked if I could use powershell for this. Currently on Windows server 2008 there are no built in cmdlets to administrate printers. But I did find a useful powershell script with everything I needed. I ended up …

    Read More
  • Bulk Creating Active Directory groups

    Jul 15, 2009 Active Directory LDAP PowerShell Quest

    One of my colleagues gave me a list of AD groups for the sharepoint environment he’s confguring. Instead of creating them manually I used the Quest ActiveRoles management shell. 1import-csv 'SecurityGroups.csv' | foreach { 2New-QADGroup -Parent \$\_.ParentContainer -Name \$\_.Name -sAM 3\$\_.Name …

    Read More
  • Bulk creating DNS records

    Mar 10, 2009 PowerShell

    Recently I needed to create tens of DNS records. This little script automates the creation of DNS records. The scripts reads a csv file which contains the hostname and the according IP address. This information is used to launch dnscmd which creates the DNS records in the supplied DNS zone. 1 2$DnsServer = …

    Read More
  • VI Toolkit scripting contest winners announced

    Sep 6, 2008 PowerShell Scripting Virtualization

    Carter Shanklin announced the winners of the contest. 1st prize: The guest provisioning system of LucD. This application lets you provision your VMs in an easy way. You can set the options from one screen no clicking around to configure everything manually. 2nd prize: VI Power Documenter by tzamora. This script …

    Read More
  • PowerGui integrates with VI Client

    Jul 31, 2008 PowerGUI PowerShell Scripting Software VMware

    Dmitri over at Dmitry’s PowerBlog just posted about the integration between PowerGui and the VI client. I had already installed the PowerGUI 1.5.1 version but hadn’t noticed the plugin for the VI Client. This makes managing your VMware environment using Powershell even more easier. PowerGUI lets you write your …

    Read More
  • VI Toolkit 1.0 Released

    Jul 27, 2008 PowerShell Scripting VMware

    Last week VMware officially released the VI Toolkit for Windows. They replaced get-viserver with connect-viserver. get-viserver is now an alias for connect-viserver. disconnect-viserver was added which allows you to do a clean disconnect. Hence the rename of the get-viserver cmdlet. VMware also added cmdlets for …

    Read More

Recent Posts

  • Custom Property based filtering in vRA8
  • Workspace One Access related errors in vRealize Lifecycle Manager
  • LCMVRAVACONFIG90039 error during vRA 8 deployment
  • DNS & certificate requirements for vRealize Automation 8 multitenancy
  • Resolving installer.app malicious software error on MacOS
  • Updating and retrieving custom properties in vRA7
  • Installing vRealize build tools - Part 2
  • Installing vRealize build tools - Part 1

tags

VRA 11 POWERSHELL 9 VMWARE 8 SCRIPTING 6 VSPHERE 5 POWERCLI 3 VCENTER 3 VRO 3 ACTIVE-DIRECTORY 2 SOFTWARE 2 STORAGE 2 VIRTUALIZATION 2 VISUAL-STUDIO-CODE 2 VREALIZE-BUILD-TOOLS 2
All tags
ACTIVE-DIRECTORY2 CERTIFICATION1 DRS1 HYPERIC1 LDAP1 MACOS1 NETAPP1 NOTEPAD++1 PDL1 PERMANENT-DEVICE-LOSS1 POWERCLI3 POWERGUI1 POWERSHELL9 QUEST1 SCRIPTING6 SIOC1 SOFTWARE2 STORAGE2 STORAGE-IO-CONTROL1 STORAGE-VMOTION1 THINAPP1 VCENTER3 VCOPS1 VIRTUAL-CENTER1 VIRTUALIZATION2 VISUAL-STUDIO-CODE2 VMWARE8 VMWORLD1 VPLEX1 VRA11 VREALIZE-BUILD-TOOLS2 VRO3 VRSLCM2 VSPHERE5 VSPHERE-METRO-STORAGE-CLUSTER1
[A~Z][0~9]

Copyright ©  STIJN VERMOESEN. All Rights Reserved