Home
Archive
About
  • 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
  • Terminal server 2008: Access denied error and eventlog not starting

    Sep 18, 2009

    On our teminal server 2008 farm we had some serious problems the last couple of days. Whenever users tried to login they got a “Access Denied” error. Only administrator accounts were able to log in. Additionally the eventlog, the McAfee services and some other services weren’t started automatically. …

    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
  • SMVI: Snapmanager for VI

    Aug 22, 2008 Netapp Storage VMware

    Last week Netapp released there first SMVI release. SMVI integrates VMware snapshots and Netapp snapshots to take consistent backups. To do this SMVI takes VMware snapshots before taking a snapshot of the volume on the Netapp. Now you can backup your complete VMware infrastructure in seconds without putting any load on …

    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
  • Thinapp 4.0: Application virtualization

    Jul 29, 2008 Software Thinapp VMware

    I regularly need to administer EMC Clariion SANs for which Java JRE 1.4 is needed. Unfortunately some other websites/applications need a more recent Java version. Before I used a separate VM with an XP and Java 1.4 installed on it to administering clariions. This is some serious overkill and I was looking for a better …

    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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

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