Skip to content

Commit

Permalink
Create How to create an Embedded Property List
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaidja committed Jul 13, 2017
1 parent da438e4 commit d78dbe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions How to create an Embedded Property List
@@ -0,0 +1,6 @@
#Example 1
$Arguments = @{
PropertyListName = 'Installed Units';
Values = [Array]'SMS'
}
Set-WmiInstance -Namespace 'Root\SMS\Site_PS1' -Class 'SMS_EmbeddedPropertyList' -Arguments $Arguments

0 comments on commit d78dbe7

Please sign in to comment.