in reply to Setting an ADSI boolean property to "false"
my $false = Win32::OLE::Variant->new(VT_BOOL,0); $group->{$attribute} = $false; [download]